Kinect.connect Function
Kinect for Windows 1.8
Connects to the specified host that is serving Kinect data.connect(hostUri, hostPort, basePath);
Parameters
- hostUri
-
Type: String
Optional. URI to the host that is serving the Kinect data. The default value is "http://localhost".
- hostPort
-
Type: Number
Optional. HTTP port from which the Kinect data is being served. The default value is 8181.
- basePath
-
Type: String
Optional. Base URI path for all endpoints that serve Kinect data. The default value is "Kinect".
Community Additions
ADD
Show: