Get video input when device not on uvc input

asked 2019-12-18 11:04:37 -0600

I am using OpenMV H7 camera as the camera for stereo vision application. The OpenMV camera shows up on /dev/ttyACMx port on the machine as it isn't uvc enabled. Due to this I am unable to capture frames onto my computer using cv2.VIdeoCapture(x). Does anyone know any workaround this? I have already tried the uvc firmware on the OpenMV camera. That works, but the quality of video output is very bad.

edit retag flag offensive close merge delete

Comments

I don't know anything about this, but if resolution is the main quality factor here, the in-device script https://github.com/openmv/openmv/blob... sets it for some reason to QVGA. Perhaps it can be increased

mvuori gravatar imagemvuori ( 2019-12-18 11:58:50 -0600 )edit