Share via


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: String

    Optional. URI to the host that is serving the Kinect data. The default value is "https://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".

Requirements

Library: Kinect-1.8.0.js

See Also

Reference

Kinect Interface
Core Components