Gets or Sets the width of the frames captured by the camera.
Namespace:
MotionTrackingAssembly: 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); |