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