![]() |
Getting OpenCV and JavaCV working on Windows
Hi all,
I've been trying to work on vision processing on the driverstation, but I can't seem to get OpenCV working correctly. I have a test file that should and display an image with OpenCV: Code:
import com.googlecode.javacv.CanvasFrame; |
Re: Getting OpenCV and JavaCV working on Windows
Hi Sam,
Check to see that the JVM that you are running in 32-bit (not 64-bit) as the native libraries are 32-bit and must run in a 32-bit JVM. You can check this by running "java -version" from the command line. |
| All times are GMT -5. The time now is 10:01. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi