GitHub user cg50x opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/69
Rapid fire feature Adding the ability to take multiple photos in one camera session. Added a new function: takeMultiplePictures - same args as getPictures - returns array of image paths in the success callback You can merge this pull request into a Git repository by running: $ git pull https://github.com/homdna/cordova-plugin-camera RapidFire Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-camera/pull/69.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #69 ---- commit 0974737257d3fa0525041ed1a2c17d246eb12ec9 Author: Chris Guevara <ch...@homdna.com> Date: 2015-02-25T00:23:34Z WIP: Making subclass of CDVCameraPicker commit ba8dfa90ff3b7c9d95249efa046441cd152084fc Author: Chris Guevara <ch...@homdna.com> Date: 2015-02-25T02:09:45Z Fixed issue where setting the cameraOverlayView to newOverlay.view gave a memory error This means we no longer have to programmatically create the UI. But now, the overlay appears as a screen with a white bar on top and a black background. CustomCameraOverlay.xib shows a white screen with a Take Photo! button. Need to fix that. commit f22ec105c6cf8d3cda5b2b90e9734e171d080b57 Author: Chris Guevara <ch...@homdna.com> Date: 2015-02-25T17:59:14Z Remove unused code; move button commit b19e334eef6ad646cab0551bf816891056ed693b Author: Chris Guevara <ch...@homdna.com> Date: 2015-02-25T22:35:14Z Add takeMultiplePictures commit f3ec2504e8cbd174fe3efdef2230736092c38eb5 Author: Chris Guevara <ch...@homdna.com> Date: 2015-02-25T23:21:29Z Add CustomCameraOverlay to config.xml; Remove unneeded line of code commit 367f1769fc99f5d1fa005d9c8b707618962cdaa6 Author: Chris Guevara <ch...@homdna.com> Date: 2015-02-25T23:28:43Z Remove log messages and unused callback ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org