I copied code from https://stackoverflow.com/a/34588758/210342 and used with default (built-in) camera, it worked. Then I attached USB camera, tested it with VLC and changed the code to open camera 1: I check whether the camera is open cam.isOpened() — it is — but the camera is not enabled (its hardware indicator, LED, is off) and indeed all I see on
Tag: windows-7-x64
Tensorflow on windows – ImportError: DLL load failed: The specified module could not be found
I’m using Anaconda 3.1.0 on Windows 7 64 bit. I have installed tensorflow(GPU). I am getting errors while running following command. >>> import tensorflow as tf The complete traceback Answer cudnn lib version was wrong, so I replaced correct version of cudnn lib and it worked.