Kinect.connect Function
Kinect for Windows 1.8
Connects to the specified host that is serving Kinect data.
Syntax
connect(hostUri, hostPort, basePath);
Parameters
hostUri
Type: StringOptional. URI to the host that is serving the Kinect data. The default value is "https://localhost".
hostPort
Type: NumberOptional. HTTP port from which the Kinect data is being served. The default value is 8181.
basePath
Type: StringOptional. Base URI path for all endpoints that serve Kinect data. The default value is "Kinect".
Requirements
Library: Kinect-1.8.0.js