MaixPy-v1
MaixPy-v1 copied to clipboard
Stereo Vision example?
I am trying to make a simple program to determine the distance at which objects are located using the dual camera for Maix Dock.
Since OpenCV is not supported by the board, it's getting a little complicated for me to do the application. Is there an example of Stereo Vision from which to start?
Thanks in advance
maybe you can see this https://github.com/sipeed/MaixPy_scripts/tree/master/machine_vision
Thank you very much junhuanchen.
I really had already checked the examples. In fact, there is a basic example to use the dual camera, but I haven't seen anything yet, for example, to calibrate the cameras and to calculate the depth of the objects. Probably there is a way to do it using OpenMV library.
we don't provide such sample code XD, is openmv not opencv
Interesting I can't even see the example code that used the stereo board, I explicitly remember seeing MaixPy code using the power switch to switch between the two cameras. Is the stereo module being phased out?
Actually, the binocular demo is here https://github.com/sipeed/MaixPy_scripts/blob/master/hardware/demo_binocular.py it's not doing any machine vision though, as far as I can see there's no example other than just basic feed through display.
Object distmance example ? using binocular camera