tsdconseil / opencv-demonstrator

OpenCV demonstrator (GUI)
http://www.tsdconseil.fr/log/opencv/demo/index-en.html
GNU Lesser General Public License v3.0
141 stars 57 forks source link

test-webcam.exe doesn't work properly #18

Closed valera-rozuvan closed 8 years ago

valera-rozuvan commented 8 years ago

When I try to run the program ocvdemo/build/debug/test-webcam.exe, I only get an error dialog with the following text:

Echec lors de la connexion à la caméra
Votre caméra ne fonctionne pas ou n'est pas compatible avec OpenCV.

However, in the main program, I am able to get video from my camera. @juliena82 Why do you think this is happening?

juliena82 commented 8 years ago

Fixed in last commit. Strange faulty line of code.

valera-rozuvan commented 8 years ago

Commit with fix: a22de0a37eaee0c372639c2699e0d3f6ae1dfa4d .

valera-rozuvan commented 8 years ago

@juliena82 I have tried the latest code on Linux. The test-webcam.exe works great! Thank you = )

juliena82 commented 8 years ago

You're welcome ;)