The Camera type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Camera | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Connect |
Connect to the webcam.
|
![]() | Disconnect |
Disconnects from the webcam.
|
![]() | Dispose |
Releases all resources used by the current Camera object.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Overrides Object..::.Finalize()()().) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RaiseCameraFingerChangedEvent | Overloaded. |
![]() | RaiseCameraFingerFoundEvent |
Raises a OnCameraFingerFound event.
|
![]() | RaiseCameraFingerLostEvent |
Raises a OnCameraFingerLost event.
|
![]() | RaiseCameraFramesChangedEvent |
Raises a CameraFramesChange event.
|
![]() | RaiseCameraFramesFoundEvent |
Raises a CameraFramesLost event.
|
![]() | RaiseCameraFramesLostEvent |
Raises a CameraFramesFound event.
|
![]() | ToString | (Inherited from Object.) |
![]() | TrackInfraredDiodes |
Enables the fingers and head trackings.
|
Properties
Name | Description | |
---|---|---|
![]() | CameraFrameHeight |
Gets or Sets the height of the frames captured by the camera.
|
![]() | CameraFrameWidth |
Gets or Sets the width of the frames captured by the camera.
|
![]() | HeadTrackingState |
Gets or Sets the state of the frames discovery function.
|
![]() | InverseXAxisState |
Gets or Sets the X axis coordinates reverser state.
|
![]() | InverseYAxisState |
Gets or Sets the Y axis coordinates reverser state.
|
![]() | MinHeightBetweenDiodes |
Gets or Sets the minimum height between two significant diodes.
(in percent of the camera frames height)
|
![]() | MinWidthBetweenDiodes |
Gets or Sets the minimum width between two significant diodes.
(in percent of the camera frames width)
|
![]() | NbFramesLostDiode |
Gets or Sets the maximum number of frames retrieved from the camera
between the last apparition of a diode on a frame
and the loss report of the diode.
|
![]() | ScreenHeight |
Gets or Sets the height of the screen used to display the fingers position.
|
![]() | ScreenWidth |
Gets or Sets the width of the screen used to display the fingers position.
|
Events
Name | Description | |
---|---|---|
![]() | CameraFingerChanged |
Finger(s) position changed event.
|
![]() | CameraFingerDebugChanged |
Camera finger(s) position changed event.
|
![]() | CameraFingerFound |
Camera finger(s) found event.
|
![]() | CameraFingerLost |
Camera finger(s) lost event.
|
![]() | CameraFramesChanged |
Camera Frames position changed event.
|
![]() | CameraFramesFound |
Camera frames found event.
|
![]() | CameraFramesLost |
Camera frames lost event.
|