|
IMX500 MCU SDK
API reference for the Arducam IMX500 MCU SDK
|
Crop rectangle in absolute sensor coordinates, using [xmin, xmax) and [ymin, ymax). More...
#include <ArducamIMX500SDK.h>
Data Fields | |
| uint32_t | xmax |
| uint32_t | xmin |
| uint32_t | ymax |
| uint32_t | ymin |
Crop rectangle in absolute sensor coordinates, using [xmin, xmax) and [ymin, ymax).
Definition at line 280 of file ArducamIMX500SDK.h.
| uint32_t imx500_crop_rect_t::xmax |
Definition at line 283 of file ArducamIMX500SDK.h.
| uint32_t imx500_crop_rect_t::xmin |
Definition at line 281 of file ArducamIMX500SDK.h.
| uint32_t imx500_crop_rect_t::ymax |
Definition at line 284 of file ArducamIMX500SDK.h.
| uint32_t imx500_crop_rect_t::ymin |
Definition at line 282 of file ArducamIMX500SDK.h.