I am beginner for app development using Intel SDK. I want to start a development on java, I have downloaded intel sdk and ran the small demo application.It works fine. In order to start the java hello world program, I ran small java program on eclipse but its not supporting.
Can you guys share me any tutorials links for Java development using Intel® Perceptual Computing SDK 2013?
There is a java tutorial out on the Perceptual Computing Download Site. This tutorial is in the SDK Documentation - look under "SDK Tutorials" and "My First Java Application"
You will need to install JDK 1.7.0_11 or later. Set the environment variable JAVA_HOME to point to the installation directory for easy reference.
1.Create a directory called Java1. 2.Launch any editor and enter the Java code Java1.java.
3.Build and run the Java application:
The Java application prints out palm position if detected.