KinectSensor.addStreamFrameHandler Function
Kinect for Windows 1.8
Adds the specified stream frame handler.
Syntax
addStreamFrameHandler(handler);
Parameters
handler
Type: FunctionCallback function to call when a stream frame is ready to be processed. This function should have the parameters listed in the following table.
Parameter name Type Description streamFrame Object Stream frame object to process.
Requirements
Library: Kinect-1.8.0.js