deepav-ai

Results 4 comments of deepav-ai

It's the resolution ratio that causes that. What is the highest resolution that can be recorded? I tried camera.resolution = (3840, 1080) which should be two 1920x1080 side-by-side but it...

I just tried 2560x720 which would be the minimum resolution to be recording HD (side-by-side 1280x720) and there's no error but the script hangs. I also wanted to try recording...

I don't really need OpenCV as I'm going to do depth maps offline. Just trying to record the highest resolution I can. Two separate video files would be fine as...

So 1280 x 480 (640x480 per camera) is the max resolution that can be recorded with a python script? Seems weird that the GPU can keep up with two separate...