Posted by Akira Funahashi on URL: http://imagej.273.s1.nabble.com/Capture-plugin-for-64bit-Java-tp5000270p5001478.html
Hi,
Thank you for trying the plugin on Windows7.
I tried it on my Windows7 64bit today, and confirmed the plugin to work.
I guess you haven't installed OpenCV on your Windows, or not
correctly set up the opencv environment variables (see below).
Here is the procedure to run the plugin on my Windows7 64bit.
1. Download iSight_plugin.jar and copy it to ImageJ's "plugin" folder.
2. Download javacv-0.3-bin.zip(*1) and extract the archive,
copy 9 .jar files to above "plugin" folder.
3. Download OpenCV 2.4.3 for Windows (*2)
4. Launch OpenCV-2.4.3.exe. It will just extract the archive.
5. Set OpenCV environment variables as follows (see the details on *3)
Assuming that OpenCV-2.4.3 is extracted on "C:\Users\User\Downloads\opencv",
you will find "build\x64\vc10" folder under the above folder.
Let's set this path to
OpenCV environment variable as follows:
5.1 Launch cmd.exe and type in
setx -m OPENCV_DIR C:\Users\User\Downloads\opencv\build\x64\vc10
5.2 Add following path to your PATH environment variable.
%OPENCV_DIR%\bin
You can edit your PATH variable from Windows UI, but it might
be better to
use "Path Editor" (*4) which has much better UI.
6. Lauch ImageJ (of Fiji), click Plugin -> ISight Plugin -> Run iSight
Capture Plugin
(see attached screenshot)