videocapture open 64 fails
How come the 64 bit compile of starter_video fails to open any of the webcams I have, yet the 32 bit compile has no problem seeing any of them? I'm on Windows 8 with VS 2012. Same behavior with OpenCV 2.4.5, 2.4.9 and 3.0 alpha. What gives?
Did you change target window from x86 to 64 bit ?
I'm building both 32 bit and 64 bit systems with the Cmake generated solutions, so I'm not sure I understand what you are really asking. I've even included /DHAVE_DSHOW /DHAVE_VIDEOINPUT which has no effect.
Anybody? Ideas?