Share via


KinectUIAdapter.streamFrameHandler Function

Kinect for Windows 1.8

Callback function that is called when a stream frame is ready to be processed.

Syntax

streamFrameHandler(streamFrame);

Parameters

  • streamFrame
    Type: Object

    Object that receives the stream frame to process. This function will process the frame only if the streamFrame.stream parameter is "interaction"

Requirements

Library: Kinect-1.8.0.js

See Also

Reference

KinectUIAdapter Interface
UI Components