camera_res_t
The resolution (height and width of the image) in pixels.
Synopsis:
#include <camera/camera_api.h>
typedef struct {
unsigned int width ;
unsigned int height ;
}camera_res_t;Data:
- unsigned int width
- The width of the image in pixels.
- unsigned int height
- The height of the image in pixels.
Library:
libcamapiDescription:
Use this structure to query supported resolutions.