Stereo vision with only one camera rotating
16 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Is it possible to do stereo vision with only one camera, using a setup like this?
I think that the problem might be that the baseline is equal to zero and cameras are not pointing to the same direction.
Do you know if it could work? Does anybody maybe have a code for it? Thanks!
1 Commento
Karl Cronburg
il 26 Set 2023
What properties of the object do you wish to depict or measure in the form of a stereo vision image? Depth information cannot be computed for a given point on an object if the aperture of the camera(s) are not located in different positions. That is, twisting the aperture at an angle does not provide enough information for a triangulation-based computer vision algorithm to construct a stereo vision image. This is because the aperture is located at the same (x,y) position in your diagram.
Risposte (1)
Asim
il 15 Nov 2023
Hello Luca,
I understand that you are trying to do stereo vision using single camera at different angles, effectively simulating a zero baseline and cameras pointing in different directions. While stereo vision can indeed be accomplished with a single camera, it's important to note that this particular setup may result in an output that appears tilted or inclined.
To rectify this:
- Rotate your camera around the object to emulate a stereo setup where the cameras maintain a consistent direction relative to the object as shown in the below figure.
- For further insights on distance measurement using a single-camera stereo vision system, you might find Section II : ‘Depth Perception with Stereo Vision’ of this research paper helpful. https://ieeexplore.ieee.org/abstract/document/6258139
- To enhance the accuracy of stereo vision systems, kindly refer to this documentation. https://in.mathworks.com/help/vision/ref/cameracalibrator-app.html
I hope these suggestions helps in resolving the issue.
Best Regards,
Asim Asrar
0 Commenti
Vedere anche
Categorie
Scopri di più su Camera Calibration in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!