v4l2src USB Raw camera stream pipeline

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

v4l2src USB Raw camera stream pipeline

995 Views
hpdwally
Contributor II

I purchased an Aptina MT9M021 from leopard (LI-USB30-M021) that streams RAW.

I was able to setup viewing of the stream with mplayer, and gst-launch-0.10 as well but the video output was green. I understand that the color space conversion is not happening correctly, and was wondering if anyone else has figured out in the pipeline commands how to get the image to covert properly.

I do have the option to get a YUV coverted output as well, and probably will, but it would be nice to be able to use this sensor if possible.

0 Kudos
2 Replies

494 Views
BrilliantovKiri
Senior Contributor I

Hello, Johnny!

I use follow pipeline with OmniVision OV2715:

gst-launch mfw_v4lsrc capture-format=2 capture-width=1280 capture-height=720 ! bayer2rgb ! ffmpegcolorspace ! mfw_vpuencoder codec-type=std_avc ! rtph264pay pt=96 ! udpsink host=224.1.4.6 port=5000 sync=false -v

0 Kudos

494 Views
LeonardoSandova
Specialist I

have you tried v4l2src ! mfw_ipucsc ! mfw_v4lsink ?

Leo

0 Kudos