Software Archive
Read-only legacy content
17061 Discussions

RealSense Hand Tracking - hosting server [javascript]

Yuval_Ben_Zvi
Beginner
992 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
992 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
992 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
992 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