CameraIntrinsics.ImageWidth 속성

정의

카메라의 이미지 너비를 픽셀 단위로 가져옵니다.

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

속성 값

UInt32

unsigned int

uint32_t

카메라의 이미지 너비(픽셀)입니다.

적용 대상