I need to get 2 perspectives on a fast moving object for 3D mapping. I’m hoping for ~100FPS. And would using OpenCV be a possible bottleneck for this task?
Should be fine for the camera software stack but can’t promise if for the OpenCV post processing.
hello AmateurPirate,
this also depends-on your sensor capability, you may parse your sensor output frame-rate as below.
for example, $ v4l2-ctl -d /dev/video0 --list-formats-ext
1 Like
I got this. I have been trying to work with gstreamer but I don’t know about its compatibility with MJPG.
hello AmateurPirate,
please have a try to access camera stream with below v4l2 standard controls.
for example,
$ v4l2-ctl -d /dev/video0 --set-fmt-video=width=1920,height=1080,pixelformat=MJPG --stream-mmap --stream-count=1 --stream-to=usb.mjpg