Method | Description | |
---|---|---|
KinectVideoCamera ( int deviceID ) : System |
Initializes a new instance of the KinectVideoCamera class.
|
|
KinectVideoCamera ( int deviceID, CameraResolution resolution ) : System |
Initializes a new instance of the KinectVideoCamera class.
|
|
KinectVideoCamera ( int deviceID, CameraResolution resolution, VideoCameraMode cameraMode ) : System |
Initializes a new instance of the KinectVideoCamera class.
|
|
SignalToStop ( ) : void |
Signal video source to stop its work. |
|
Start ( ) : void |
Start video source. Starts video source and returns execution to caller. Video camera will be started and will provide new video frames through the NewFrame event. |
|
Stop ( ) : void |
Stop video source. The method stops the video source, so it no longer provides new video frames and does not consume any resources. |
|
WaitForStop ( ) : void |
Wait for video source has stopped. |
Method | Description | |
---|---|---|
HandleDataReceived ( |
public KinectVideoCamera ( int deviceID ) : System | ||
deviceID | int | Kinect's device ID (index) to connect to. |
return | System |
public KinectVideoCamera ( int deviceID, CameraResolution resolution ) : System | ||
deviceID | int | Kinect's device ID (index) to connect to. |
resolution | CameraResolution | Resolution of video camera to set. |
return | System |
public KinectVideoCamera ( int deviceID, CameraResolution resolution, VideoCameraMode cameraMode ) : System | ||
deviceID | int | Kinect's device ID (index) to connect to. |
resolution | CameraResolution | Resolution of video camera to set. |
cameraMode | VideoCameraMode | Sets video camera mode. |
return | System |