KinectSensor.removeStreamFrameHandler Function
Kinect for Windows 1.8
Removes the specified stream frame handler, or removes all stream frame handlers.
Syntax
removeStreamFrameHandler(handler);
Parameters
handler
Type: FunctionOptional. Stream frame handler callback function to remove. If this function was previously registered by calling the addStreamFrameHandler method, this specific stream frame handler is removed. If this parameter is not specified, all currently-registered stream frame handlers are removed.
Requirements
Library: Kinect-1.8.0.js