Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27006f2b authored by Tyler Luu's avatar Tyler Luu Committed by Ricardo Cerqueira
Browse files

Add CAMERA_MSG_RAW_BURST handling to CameraService



Change-Id: Id958836e726e9908f60311d5bfc6d26eb8298cea
Signed-off-by: default avatarVladimir Petrov <vppetrov@mm-sol.com>
parent aa944794
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -882,6 +882,9 @@ status_t CameraService::Client::takePicture(int msgType) {
                        CAMERA_MSG_POSTVIEW_FRAME |
                        CAMERA_MSG_RAW_IMAGE |
                        CAMERA_MSG_RAW_IMAGE_NOTIFY |
#if defined(OMAP_ICS_CAMERA) || defined(OMAP_ENHANCEMENT_BURST_CAPTURE)
                        CAMERA_MSG_RAW_BURST |
#endif
                        CAMERA_MSG_COMPRESSED_IMAGE);

#if defined(OMAP_ICS_CAMERA) || defined(OMAP_ENHANCEMENT_BURST_CAPTURE)