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