Related Posts
  • Forum Post: Video streaming with LeopardBoard

    Hi I'm trying to get video streaming working from LeopardBoard to an Ubunto host. I am refering to the article Video streaming over RTP using RidgeRun SDK http://designsomething.org/leopardboard/f/22/p/106/182.aspx#182 I run the first command on the LeopardBoard, which seems to be successful...
  • 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: 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: Segfault while running RR 720P image capture example

    Hello, I'm using the LeopardBoardDM365sdkEVAL2011Q2 and the gstreamer example pipelines at https://www.ridgerun.com/developer/wiki/index.php/LeopardBoard_365_GStreamer_Pipelines_-_SDK_2011Q2#Image_capture The VGA (640x480) example completes and takes a valid (but dark) picture, but the 720P...