Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 4615

how to get separate left sensor image and right sensor image using opencv

$
0
0
could you name a sequence which will capture video as the following does:luvcview -d /dev/video0 -f MJPG -S 1280x480 output> will the following does the trick:cap.set(CV_CAP_PROP_FOURCC ,CV_FOURCC('M', 'J', 'P', 'G') )> if accompained with cap.set(CV_CAP_PROP_FRAME_WIDTH, 1280);> and cap.set(CV_CAP_PROP_FRAME_HEIGHT, 480);> ?> will there be a way to split somehow left and right sensors images which is acquired if using luvcview -d /dev/video0 -f MJPG -S 1280x480 ? If using videocapture cap(0) it just returns a single image Thanks Andrey

Viewing all articles
Browse latest Browse all 4615

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>