Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

RealSense Hand Tracking - hosting server [javascript]

Yuval_Ben_Zvi
Beginner
1,041 Views

Can I used the RealSense  Hand Tracking on hosting server ?

I noticed that in the file "realsense-3.0.js" on line 1066

The WebSocket  is hard coded:

this.socketUrl = 'ws://localhost:4181'

see the attach file - debugger  screen  snap shot

 

0 Kudos
3 Replies
Xusheng_L_Intel
Employee
1,041 Views

This is a good question and I will work with my colleague and see if it is feasible now. Thanks!

0 Kudos
DMaio
Beginner
1,041 Views

As far as I can tell, if you put all the stuff on a webserver, it will work fine.
The bind of the websocket on the localhost address should be fine, since JavaScript it's executed locally.
Of course the drivers must be already installed on the client.

0 Kudos
Yuval_Ben_Zvi
Beginner
1,041 Views

hi

I   copy the hands_viewer.html demo  to my hosting webserver 

http://www.yuvbz.com/RealSense/hands_viewer.html

and it is not working.

see attach files debugging error

please try it on your computer and camera

 

0 Kudos
Reply