Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I happen to have the exact same problem as you. Everything is working fine on my computer (WinXP 32-bit) but not on Win7 64-bit computers. This was because on my computer I already have OpenCV 2.4.2 installed and when I execute my program the path to the OpenCV dll points to the OpenCV folder and not to the dlls in the EmguCV folder. The original OpenCV dll don't have this dependency on NVidia's driver.</p> <p>I used <a href="http://www.dependencywalker.com/" rel="noreferrer">Dependency Walker</a> to help me find out what was happening, as suggested <a href="http://www.emgu.com/wiki/index.php/Download_And_Installation#Are_you_missing_any_dependency.3F" rel="noreferrer">here</a>.</p> <p><a href="http://www.emgu.com/wiki/index.php/Download_And_Installation#GPU_package" rel="noreferrer">This</a> link says that only the -gpu packages have gpu processing enabled but as you say the latest version (2.4.2) only a gpu package and no no-gpu package...</p> <p>I read <a href="http://developer.nvidia.com/cuda/cuda-faq" rel="noreferrer">here</a> that all I needed was to download the latest NVidia drivers to get the nvcuda.dll file but I downloaded many packages and never found this file: <a href="http://developer.nvidia.com/cuda/cuda-downloads" rel="noreferrer">gpu computing sdk, cuda toolkit</a>, display drivers, device drivers...</p> <p>My workaround, instead of using an older version of EmguCV/OpenCV is to use the original dll from <a href="http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.2/" rel="noreferrer">OpenCV 2.4.2</a>.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload