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

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

Syntax

Visual Basic (Declaration)
Public Property CameraFrameWidth As ResolutionWidth
C#
public ResolutionWidth CameraFrameWidth { get; set; }
Visual C++
public:
property ResolutionWidth CameraFrameWidth {
	ResolutionWidth get ();
	void set (ResolutionWidth value);
}
JavaScript
function get_cameraFrameWidth();
function set_cameraFrameWidth(value);

See Also