Tizen Native API  7.0
camera_image_data_s Struct Reference

Public Attributes

unsigned char * data
unsigned int size
int width
int height
camera_pixel_format_e format
unsigned char * exif
unsigned int exif_size

Detailed Description

The structure type of the image data.

Since :
2.3.1

Member Data Documentation

unsigned char* camera_image_data_s::data

The image buffer

unsigned char* camera_image_data_s::exif

The exif raw data

The size of the exif data

The format of the image pixel

The height of the image

The size of the buffer

The width of the image