alvarobasi / QtStereoCamProject

A stereo vision system based on OpenCV, C++ and Qt.
1 stars 2 forks source link

Question #1

Closed nesquik011 closed 3 years ago

nesquik011 commented 3 years ago

is there .exe so i can try it ? and what camera can I use ? is webcam fine ?

alvarobasi commented 3 years ago

Hi! Sorry for the delay. Will look for it but I'd say not at the moment. Yes, any USB camera should be fine. I used C920s for this project.

nesquik011 commented 3 years ago

can it make point cloud from video? do I need projector ?

alvarobasi commented 3 years ago

Hi! No, only a single disparity map is supported for point cloud computation. However, feel free to modify the code in order to do it sequentially for each pair of images taken from your video. It shouldn't be that hard ;)