Constructor Cinfo
Cinfo(int, Vector2Int, int, double, Format)
Constructs the camera image Cinfo.
Declaration
public Cinfo(int nativeHandle, Vector2Int dimensions, int planeCount, double timestamp, XRCpuImage.Format format)
Parameters
| Type | Name | Description |
|---|---|---|
| int | nativeHandle | The handle representing the camera image on the native level. |
| Vector2Int | dimensions | The dimensions of the camera image. |
| int | planeCount | The number of video planes in the camera image. |
| double | timestamp | The timestamp for when the camera image was captured. |
| XRCpuImage.Format | format | The format of the camera image. |