IMX500 MCU SDK
API reference for the Arducam IMX500 MCU SDK
Loading...
Searching...
No Matches
imx500_crop_rect_t Struct Reference

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

Detailed Description

Crop rectangle in absolute sensor coordinates, using [xmin, xmax) and [ymin, ymax).

Definition at line 280 of file ArducamIMX500SDK.h.

Field Documentation

◆ xmax

uint32_t imx500_crop_rect_t::xmax

Definition at line 283 of file ArducamIMX500SDK.h.

◆ xmin

uint32_t imx500_crop_rect_t::xmin

Definition at line 281 of file ArducamIMX500SDK.h.

◆ ymax

uint32_t imx500_crop_rect_t::ymax

Definition at line 284 of file ArducamIMX500SDK.h.

◆ ymin

uint32_t imx500_crop_rect_t::ymin

Definition at line 282 of file ArducamIMX500SDK.h.


The documentation for this struct was generated from the following file: