Related Posts
  • Forum Post: Writable Directory in the filesystem RR SDK

    I've written an application and copied it into the filesystem but when I try to create or modify configuration files within my application directory I'm told : mkdir: cannot create directory 'config': No space left on device Can someone help me or point me to useful information...
  • Forum Post: Problem with Gstreamer appsink element

    HI, I am trying to use the gstreamer app plugin to pull a raw buffer from a stream, do some analysis of the data, then push it back into the pipeline. I am trying to use appsink and appsrc to do this. I have written my code that will do this, but when I try to build I have some linking errors that...
  • Forum Post: RidgeRun SDK for DM365 Leopard Board Beta Release!

    Hi, RidgeRun just released the first SDK for DM365 Leopard Board!. The supported Ubuntu versions for this SDK are 9.04 and 9.10 in 32 bits. It includes the following features: * ARM toolchain: gcc 4.2.4. * u-boot 2009.11 with a set of patches for support the Leopard DM365 (bootloader installation...
  • Forum Post: RR SDK with gstreamer 1.0 does not compile

    Hi, I have installed RR SDK with the branch option of gstreamer plugin (2.x). But When I select the trunk option of gstreamer plugin (1.x), it does not compile. Does anyone install RR SDK with gstreamer plugin trunk option? Could you check the trunk option if it works? Here is the compile error...
  • Forum Post: JPEG with Leopardboard 355 and LBCM5M1 5 Mega-pixel Camera Board

    I have loaded Ridgerun SDK on Leopard and trying to get a high resolution JPEG image using gstreamer. Am I missing anything here? gst-launch v4l2src num-buffers=1 ! dmaienc_jpeg ! filesink location=/tmp/test.jpg Output (gst-launch-0.10:403): GStreamer-CRITICAL **: gst_caps_ref: assertion `GST_CAPS_REFCOUNT_VALUE...
  • Forum Post: Kernel Oops While Running video decode demo from TI's dvsdk3.10.00.19 with Leopardboard DM365

    I am pretty new to the embedded arena. I have been struggling with this Leopardboard DM365 for more than 3 weeks. I am trying to run demo, from DVSDK version 3.10.00.19 demos (dvsdk_demos_3_10_00_16 folder). In order to run the demo that was initially written for DM365EVM I removed all the parts...
  • Forum Post: Running dvsk decode demo - Leopard 365

    Hello, I am trying to run the decode demo from dvsdk 3.10.00.19 on my LeopardBoard DM365. I compiled it using RidgeRun's SDK. Since the demo was originally made for TI's DM365EVM, I had to remove from the code some parts that use features of EVM that are missing in Leopard (Keyboard...
  • Forum Post: Re: ridgerun sdk make error

    Hi i m having this error while executing the make command... Kindly suggest a way out... sbin/ldconfig.real: Can't open cache file /var/cache/ldconfig/aux-cache : No such file or directory make[1]: *** [build] Error 1 make: *** [fs_build] Error 2 Thanks in advance...
  • Forum Post: '(null)' GNOME keyring

    We are asked for the '(null)' GNOME keyring password while making the SDK. We do not have the password and don't know how to get it. Here is the code from the terminal after we enter a false password. Any help would be much appreciated! sh-4.1$ make Ridgerun Linux SDK Board configuration...
  • Forum Post: Re: New RidgeRun SDK for Leopard DM365/DM368 Available

    Hello, I would like to increase the Exposure time when capturing with this RidgeRun SDK, Gstreamer and the 5MP sensor. I understand that the AE code is not available without purchasing but can I set the Exposition time somewhere in a file? It would be really useful for my application where luminosity...
  • Forum Post: [SOLVED] Error: Dvsdk is currently on use by another RidgeRun SDK

    Hi there, I am having difficulty in running the make command. Everything goes well and when I execute: make config I can easily configure everything. But when I execute make after compiling most dependencies and libraries, in the final step it stops with this error: Found a dvsdk...
  • Forum Post: Problem running RR AEW demo built with RR DM365 SDK

    I built and installed ipipe and librraew-demo using the RR SDK, but when I run "ipipe-client init-aew", I get the following error: / # ipipe-client init-aew AEW is not supported because ipipe was compiled without librraew / # I thought that I had compile ipipe with librraew using the...