VideoCapture c++ function not working anymore (Bug #271)
Description
Somehow I can't capture from my webcam anymore using c++. This was working in opencv 2.0.0.
Here is example of code that doesn't work:
http://pastebin.com/ER1KcE2L
here is the same code, but using the C functions. This does work:
http://pastebin.com/875FQmF7
I'm using OSX 10.6, Xcode 3.2.1, compiled 64 bit with cocoa and qtkit.
Associated revisions
Merge pull request #271 from 5kg:fix_cascade
Merge pull request #271 from ludv1x:dnn
History
Updated by anonymous - almost 15 years ago
- Status deleted (
Open)
Updated by Vadim Pisarevsky almost 15 years ago
likely fixed in r3018. Please, reopen the ticket if the problem remains
- Status set to Done
- (deleted custom field) set to fixed
Updated by Andrey Kamaev over 12 years ago
- Category changed from highgui-images to highgui-camera