Get video input when device not on uvc input
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.
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