Hello,
I'm currently recording left, right and rgb encoded video to do offline disparity/depth computation without the camera. I tried traditional disparity computation (with open-cv) but I haven't a good result.
A noticed the disparity/depth map computed on the camera gives better results but I want to do computation offline, based on the left, and right mp4 video. I don't want to use the replayer with the camera connected to my computer because I have to process heavy video files and it will be more efficient on my computer.
Is there a solution to have the computation of the same disparity/depth algorithm but on the computer, on Python?
Thank you in advance
François