Structure describing the camera characteristics object.
More...
|
|
int | resolutionWidth |
| | The width of the captured image in pixels.
|
|
int | resolutionHeight |
| | The height of the captured image in pixels.
|
|
float | frameRate |
| | The frame rate(fps) is the number of frames that camera can take per second.
|
|
float | focalLengthHorizontal |
| | The horizontal focal length in pixels.
|
|
float | focalLengthVertical |
| | The vertical focal length in pixels.
|
|
float | focalLengthMinimum |
| | The fixed focal length in millimeter.
|
|
float | physicalSensorWidth |
| | The physical sensor width in millimeters.
|
|
float | physicalSensorHeight |
| | The physical sensor height in millimeters.
|
|
double | minExposure |
| | The minimum exposure time in nanoseconds.
|
|
double | maxExposure |
| | The maximum exposure time in nanoseconds.
|
|
double | minISO |
| | The minimum iso value in ISO arithmetic units.
|
|
double | maxISO |
| | The maximum iso value in ISO arithmetic units.
|
Structure describing the camera characteristics object.