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

Commit 333bc44d authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Merge "Add CAMERA_MSG_RAW_BURST handling to CameraService" into jellybean

parents 0844fc5e 27006f2b
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)