Hello,
I am trying to run Video streaming from VGA camera to comosite out. I am following :http://designsomething.org/leopardboard/f/22/p/107/183.aspx#183
But, I am not able to see any live streaming....only thing I see is "Ridge Run" logo. While booting the progress bar completes...and no streaming is seen after commands:
Log:
------------------------------------------------------------------------------------------------------------------------------/ # loadmodules.sh[ 185.300000] CMEMK module: built on Feb 11 2010 at 19:02:37[ 185.320000] Reference Linux version 2.6.29[ 185.320000] File /home/aftek/DM355SDK789311/proprietary/dvsdk_2_00_00/dvsdk_2_00_00_22/linuxutils_2_23_01/packages/ti/sdo/linuxutils/cmem/src/module/cmemk.c[ 185.360000] ioremap_nocache(0x87400000, 12582912)=0xc8000000[ 185.360000] allocated heap buffer 0xc8000000 of size 0xce000[ 185.390000] cmem initialized 8 pools between 0x87400000 and 0x88000000/ # / # gst-launch -e v4l2src always-copy=false ! dmaiaccel ! TIDmaiVideoSink sync=false displayStd=v4l2 displayDevice=/dev/video2Setting pipeline to PAUSED ...[ 208.430000] mt9v113 1-003c: invalid control id 9963781[ 208.440000] mt9v113 1-003c: invalid control id 9963782[ 208.440000] mt9v113 1-003c: invalid control id 9963783[ 208.450000] mt9v113 1-003c: invalid control id 9963784[ 208.450000] mt9v113 1-003c: invalid control id 9963785[ 208.460000] mt9v113 1-003c: invalid control id 9963786[ 208.460000] mt9v113 1-003c: invalid control id 9963787[ 208.470000] mt9v113 1-003c: invalid control id 9963788[ 208.470000] mt9v113 1-003c: invalid control id 9963789[ 208.480000] mt9v113 1-003c: invalid control id 9963790[ 208.480000] mt9v113 1-003c: invalid control id 9963791[ 208.490000] mt9v113 1-003c: invalid control id 9963792[ 208.500000] mt9v113 1-003c: invalid control id 9963793[ 208.500000] mt9v113 1-003c: invalid control id 9963796[ 208.510000] mt9v113 1-003c: invalid control id 9963797[ 208.510000] mt9v113 1-003c: invalid control id 9963798[ 208.520000] mt9v113 1-003c: invalid control id 9963799[ 208.520000] mt9v113 1-003c: invalid control id 9963800[ 208.530000] mt9v113 1-003c: invalid control id 9963801[ 208.530000] mt9v113 1-003c: invalid control id 9963802[ 208.540000] mt9v113 1-003c: invalid control id 9963803[ 208.540000] mt9v113 1-003c: invalid control id 9963804[ 208.550000] mt9v113 1-003c: invalid control id 9963805[ 208.550000] mt9v113 1-003c: invalid control id 9963806[ 208.570000] vpfe-capture: hpitch = 640, vpitch = 480, bpp = 2[ 208.580000] vpfe-capture: adjusted hpitch = 640, vpitch = 480, bpp = 2[ 208.610000] vpfe-capture vpfe-capture: calling ccdc_config_raw()Pipeline is live and does not need PREROLL ...Setting pipeline to PLAYING ...New clock: GstSystemClock
------------------------------------------------------------------------------------------------------------------------------
Please let me know how I can proceed.
Just a note: I am able capture and store video as described in:http://designsomething.org/leopardboard/m/video/120.aspx
Thanks,
Rushikesh
Got it working!
Refer: designsomething.org/.../311.aspx
When board boots it shows "RidgeRun" image and a progress bar....As per blog, I disabled this image by
fbset -disable
And then,
gst-launch -e v4l2src always-copy=false ! dmaiaccel ! TIDmaiVideoSink sync=false displayStd=v4l2 displayDevice=/dev/video2