|
Re: Java Smart Dashboard Camera Display Problem
Try running java -version in the command line. If the version includes 64-bit then you have a 64 bit JVM installed. This is a problem for the vision code because the native libraries are 32-bit so they can only be loaded into a 32-bit JVM. To solve this you can install the 32-bit version of the JRE. The JRE installer should set the 32-bit version to be the default one and then the smart dashboard camera plugin should work properly.
|