Skip to content

Commit

Permalink
Camera: Add meta data types for meta data callback
Browse files Browse the repository at this point in the history
Add meta data callback types in order to reuse same callback
path for diffrent data types.

Change-Id: If8c6079c8a9a1fa7b3e708b6c5d9d04240509e2e
  • Loading branch information
Fei Zhang authored and hyperb1iss committed Oct 8, 2013
1 parent d0ebd81 commit 308bf89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/system/camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ enum {
CAMERA_MSG_ALL_MSGS = 0xFFFF
};

/** meta data type in CameraMetaDataCallback */
enum {
CAMERA_META_DATA_ASD = 0x001, //ASD data
CAMERA_META_DATA_FD = 0x002, //FD/FP data
};

/** cmdType in sendCommand functions */
enum {
CAMERA_CMD_START_SMOOTH_ZOOM = 1,
Expand Down

0 comments on commit 308bf89

Please sign in to comment.