Data structure for setting and getting focus and exposure regions of interest in the camera image. More...
Public Member Functions | |
| CameraRegionOfInterest (Vector2 screenPosition, float extent) | |
Static Public Member Functions | |
| static CameraRegionOfInterest | Default () |
Public Attributes | |
| float | Extent |
| Extent of the region as a percentage of the camera frame width and height. | |
| Vector2 | ScreenPosition |
| Point in the screen coordinates to use as the center of the region. | |
Data structure for setting and getting focus and exposure regions of interest in the camera image.
|
inline |
|
inlinestatic |
| float Extent |
Extent of the region as a percentage of the camera frame width and height.
| Vector2 ScreenPosition |
Point in the screen coordinates to use as the center of the region.