KinectSensor.addStreamFrameHandler Function

Kinect for Windows 1.8

Adds the specified stream frame handler.

addStreamFrameHandler(handler);

Parameters

handler

Type: Function

Callback function to call when a stream frame is ready to be processed. This function should have the parameters listed in the following table.

Parameter nameTypeDescription
streamFrame Object Stream frame object to process.

Library: Kinect-1.8.0.js

Community Additions

ADD
Show: