Software Archive
Read-only legacy content
17060 Discussions

My first program with RealSense using Java

Eduardo_C_1
Beginner
611 Views

Hi everyone,

How can I setup and run my first program using Java to build my first aplicattion using RealSense? I tried a lot, but I am stuck on.

Someone can help with this?

 

Thanks,

My best regards,

Eduardo

0 Kudos
4 Replies
RBang
New Contributor II
611 Views

Where are you stuck on? Also I hope you're not using Eclipse/Android Studio as the IDE for your application.

0 Kudos
Yiannis_C_
Beginner
611 Views

Hi, 
i am using realsense with c# (so i haven't tried what i am about to propose) but have you followed the steps described below? 
https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?devguide_java_application.html ;

 

0 Kudos
Sergio_J__C_
Beginner
611 Views

Nnice! i wanna try this

 

Yiannis C. wrote:

Hi, 
i am using realsense with c# (so i haven't tried what i am about to propose) but have you followed the steps described below? 
https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/d... 

 

 

0 Kudos
Eduardo_C_1
Beginner
611 Views

I am trying to run the example of CameraViewer.java available on the $(RSSDK_DIR)/framework\Java\FF_HandsViewer . Now I can compile using the Eclipse IDE, but there's an error that I can figure out.

See my print screen about the error:

erro1.png

I am always receiving the status PXCM_STATUS_ITEM_UNAVAILABLE and the error on line 44. Did you know about this problem?

0 Kudos
Reply