| Updated: October 28, 2024 |
The resolution (height and width of an image) in pixels
#include <camera/camera_api.h>
typedef struct {
unsigned int width;
unsigned int height;
} camera_res_t;
Use this structure when querying supported resolutions.