Gets or Sets the height of the frames captured by the camera.

Namespace:  MotionTracking
Assembly:  motiontracking (in motiontracking.dll)

Syntax

Visual Basic (Declaration)
Public Property CameraFrameHeight As ResolutionHeight
C#
public ResolutionHeight CameraFrameHeight { get; set; }
Visual C++
public:
property ResolutionHeight CameraFrameHeight {
	ResolutionHeight get ();
	void set (ResolutionHeight value);
}
JavaScript
function get_cameraFrameHeight();
function set_cameraFrameHeight(value);

See Also