Related Posts
  • Forum Post: Re: IP NetCam Demo problems

    İ had this problem only one time too with the same booting arguments, but intersting i think, after on my another tries , it works but at the end of booting in that ipcam demo, in my hyper terminal window , sendalarmtrigger message preiodicly, and leopard board want me to enter a valid login name and...
  • Forum Post: RR SDK for VGA image capture

    I am using the RidgeRun SDK and will like to know if there are source code or ideas on how to capture video. Including gst/gst.h file in a simpl;e program gave me lots of errors like /home/kappiah/DM355SDK789311/fs/apps/gstreamer-0.10.23/src/gst/gstxml.h:94: error: expected declaration specifiers...
  • Forum Post: video and audio streaming over RTP

    I'm trying to stream audio and video: gst-launch -v gstrtpbin name=rtpbin \ v4l2src always-copy=FALSE ! dmaiaccel ! queue ! dmaienc_mpeg4 ! rtpmp4vpay ! rtpbin.send_rtp_sink_0 \ rtpbin.send_rtp_src_0 ! udpsink port=5000 host=10.83.81.14 ts-offset=0 name=vrtpsink \ alsasrc ! queue ! audioconvert...
  • 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: Frame synchronised data possible?

    Hi all, I'd like to use a Leopard board for an application that combines video with external sensor data. I'm making a small sensor board that plugs into the expansion port on the Leopard, which will provide sensor data on request, but it's vital that the data is synchronised accurately...