Software Archive
Read-only legacy content
17061 Discussions

Touchless Controller not found

alex_f_2
Beginner
654 Views

Hello,

i have programmed a gallery viewer in java, so u can swipe to view the images.  I wanted to add a transparent red dot presenting the location of the hand instead of a cursor.

so i wanted to activate the touchless controller in order to do that,i noticed that in the file "libpxcclr.java.jar" the touchless controller in not even existed, so i couldn't activate it with:

PXCMSenseManager sm = PXCMSenseManager.CreateInstance();
sm.EnableTouchlessController();

any ideas what to do?

0 Kudos
2 Replies
Xusheng_L_Intel
Employee
654 Views

This feature is not implemented in Java yet. 

0 Kudos
alex_f_2
Beginner
654 Views
Is there any alternatives methods or functions to "present only" the current hand location on the screen as a dot? Thanx!
0 Kudos
Reply