Skip to content

Commit

Permalink
Camera: Adds longshot commands
Browse files Browse the repository at this point in the history
- This change adds two new camera commands
  for enabling/disabling longshot mode.

CRs-Fixed: 514199
Change-Id: I47e4211ca0306347b6546707ed43b90ee3693060
  • Loading branch information
Emilian Peev authored and hyperb1iss committed Oct 8, 2013
1 parent efd207f commit 6740a8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/system/camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ enum {
CAMERA_CMD_HISTOGRAM_ON = 11,
CAMERA_CMD_HISTOGRAM_OFF = 12,
CAMERA_CMD_HISTOGRAM_SEND_DATA = 13,
CAMERA_CMD_LONGSHOT_ON = 14,
CAMERA_CMD_LONGSHOT_OFF = 15,
CAMERA_CMD_METADATA_ON = 100,
CAMERA_CMD_METADATA_OFF = 101,
#endif
Expand Down

0 comments on commit 6740a8a

Please sign in to comment.