MaixPy-v1 icon indicating copy to clipboard operation
MaixPy-v1 copied to clipboard

Stereo Vision example?

Open Rafipaulino opened this issue 4 years ago • 6 comments

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

Rafipaulino avatar Nov 24 '20 10:11 Rafipaulino

maybe you can see this https://github.com/sipeed/MaixPy_scripts/tree/master/machine_vision

junhuanchen avatar Nov 25 '20 09:11 junhuanchen

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.

Rafipaulino avatar Nov 25 '20 10:11 Rafipaulino

we don't provide such sample code XD, is openmv not opencv

junhuanchen avatar Nov 26 '20 01:11 junhuanchen

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?

mentarus avatar Jan 14 '21 21:01 mentarus

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.

mentarus avatar Jan 14 '21 21:01 mentarus

Object distmance example ? using binocular camera

sahinemreaslan avatar Mar 31 '22 21:03 sahinemreaslan