Software Archive
Read-only legacy content
17061 Discussions

Touchless Controller for Web Browsing

Fadi_H_
Beginner
1,274 Views

Hi Guys,

i am going to write my bachelor thesis about the Intel Realsense 3D Camera and going to design touchless browser with java.

is there any java examples about the touchless Controller so that i can easier understand the functionality of it and know exactly the stuff which i need to understand?? i would appreciate any helpful comments, thanks

0 Kudos
8 Replies
samontab
Valued Contributor II
1,274 Views

Well, there is an example in C++ of exactly that. Have a look at it, and you should be able to modify it into Java. Or you could just use C++ as it seems to be the main language of the SDK.

0 Kudos
Fadi_H_
Beginner
1,274 Views

samontab wrote:

Well, there is an example in C++ of exactly that. Have a look at it, and you should be able to modify it into Java. Or you could just use C++ as it seems to be the main language of the SDK.

thanx sam for your comment, could you please add the link where u found the example? 

0 Kudos
Felipe_P_Intel
Employee
1,274 Views

Hi Fadi,

The C++ samples that come with the SDK are located in the folder "C:\Program Files (x86)\Intel\RSSDK\sample", if you made the default install of it. If you are not sure where did you installed it, just type "%RSSDK_Dir%\sample" on Windows Explorer and you will find the folder. It's also possible to use the application "Intel RealSense SDK Sample Browser" that comes with the SDK.

The SDK also comes with some Java examples, where you can see which features are supported and extend the support for Touchless Controller, if needed.

Regards,

Felipe

0 Kudos
Fadi_H_
Beginner
1,274 Views

Hello Felipe,

thanx for your comment. I already found the existing examples, do you mean "Hands Viewer (C++)"? 

i am trying to find an example for "Touchless Controller"

all i found was this description: https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?manuals_ui_controls.html

Exactly said, i am trying to create same project of this one : https://www.youtube.com/watch?v=-1rng1HVDTA

0 Kudos
Felipe_P_Intel
Employee
1,274 Views

Hi Fadi,

You should look at the C# Touchless controller. Also here is the documentation of this module: https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/manuals_touchless_controller2.html

Regards,
Felipe

0 Kudos
Fadi_H_
Beginner
1,274 Views

Felipe P. (Intel) wrote:

Hi Fadi,

You should look at the C# Touchless controller. Also here is the documentation of this module: https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/d...

Regards,
Felipe

Hi Felipe,

i have noticed that the example "FF_TouchlessControllerViewer.cs" 

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/sample_touchless_controller_viewer_cs.html   is not existed in my Examples Folder after the installation, could you please send me a download link for the example please? 

Best Regards,

Fadi

0 Kudos
Ariska_Hidayat
Beginner
1,274 Views

Hi Fadi,

I also use FF_TouchlessControllerViewer.cs. It is very cool. other than coolest animation is also quite easy to use and neat. C # is almost similar to java. I recommend to use this. : D

I can look for it in the folder:

C:\Users\<name>\Documents\RSSDK\Samples\FF_TouchlessControllerViewer.cs

Best Regards,

Ariska

 

0 Kudos
Fadi_H_
Beginner
1,274 Views

hi guys, thanx for your comments. 

i was able to make the mouse move in the screen with gestures but when i close my hand and try the scroll page (pinch), i get this error below and the program stops working. any ideas how to make scrolling with hand gesture work please???

Untitled.png

0 Kudos
Reply