ORB_SLAM3 icon indicating copy to clipboard operation
ORB_SLAM3 copied to clipboard

Added minimal webcam monocular example

Open danifm01 opened this issue 3 years ago • 1 comments

In order to offer a faster trying of the algorithms, I add an example that works with (virtually) any USB webcam. It relies on VideoCapture class of OpenCV.

danifm01 avatar Dec 09 '22 12:12 danifm01

@danifm01 do you think you can gui support for Mac with a similar example? it works because I have disabled the Viewer thread otherwise it complains that the GUI has to be on the main thread.

Thanks

IamShubhamGupto avatar Oct 27 '23 18:10 IamShubhamGupto