BalaShiyamala / opencvdotnet

Automatically exported from code.google.com/p/opencvdotnet
0 stars 0 forks source link

Installer fails to find OpenCV on 64-bit Windows #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Repro steps:
1. Install OpenCV in default folder(#1) in 64-bit Windows (Vista or 7)
2. Install OpenCVDotNet
3. Celebrate

The expected result of these steps is that OpenCVDotNet installs 
successfully if I've already installed OpenCV, which I have, after which I 
celebrate and make some beautiful code. Unfortunately I never get past 
step 2. I suggest that if OpenCVDotNet can't automatically find the OpenCV 
binaries it should ask the user to provide a path through a folder chooser 
dialog box or similar UI.

----------

OpenCVDotNet version: 0.7
OS: Windows 7, 64-bit, english

----------

#1:
The default folder is "%programfiles(x86)%\opencv\" in my current OS. 
Which translates to the path "c:\program files (x86)\opencv\". In a non-
english OS the actual folder might also be different no matter if it's an 
x86 or x64 OS. In a danish x86 Windows XP, OpenCV would be installed in 
the path "%programfiles%\opencv\" which points to "c:\programmer\opencv\".

Original issue reported on code.google.com by JohannesH1980 on 1 Apr 2009 at 10:34