I kinda think we need a preview. Here is some new plugins that have just been submitted that do what we are looking to do:
https://github.com/phonegap/phonegap-plugins/tree/master/Android/ForegroundCamera https://github.com/phonegap/phonegap-plugins/tree/master/Android/ForegroundGallery One of my other thoughts about this endeavour is that it is a lot more work than we first thought. I don't see this making 2.2.0 as we'll need to test the hell out of it before replacing the current camera. Simon Mac Donald http://hi.im/simonmacdonald On Tue, Oct 2, 2012 at 5:15 PM, Joe Bowser <bows...@gmail.com> wrote: > Hey > > I'm still hacking on the Camera UI, trying to get it looking better, > and I'm wondering if we should implement Preview. The easiest way of > doing this on Android is by having a preview activity and allowing the > user to save or cancel, which would send the user back to the Camera > Activity. The downside of this approach is that we have to add > another activity to the manifest just to view the image that was > produced by the Camera, and this is one more thing that would break > when we introduce the new camera. > > How do people feel about implementing a Preview Activity? We could > avoid it, but I think that this would be more code, since we'd have to > hide the Surface View and show the UI underneath somehow. > > Any thoughts? > > Joe