CameraIntrinsics.ImageHeight Property

Definition

Gets the image height of the camera, in pixels.

public:
 property unsigned int ImageHeight { unsigned int get(); };
uint32_t ImageHeight();
public uint ImageHeight { get; }
var uInt32 = cameraIntrinsics.imageHeight;
Public ReadOnly Property ImageHeight As UInteger

Property Value

UInt32

unsigned int

uint32_t

The image height of the camera, in pixels.

Applies to