Re: [Android] Feedback requested on our camera

2012-11-14 Thread Joe Bowser
You need to check out the branch, and make sure that your example project has the activity declared: activity android:name=org.apache.cordova.camera.CameraActivity android:label=@string/app_name android:screenOrientation=landscape /activity Sadly, there's no

Re: [Android] Feedback requested on our camera

2012-11-14 Thread Simon MacDonald
Hey Joe, After delving into this problem for quite some time I have come back around and I believe this new foreground camera should end up being a plugin instead of a core part of the API. We really shouldn't be in the business of implementing a Camera app for end users and there is no way we

Re: [Android] Feedback requested on our camera

2012-11-14 Thread Andrew Grieve
Yep, got it working by adding that line to the manifest. My impression is the same as Simon just said. The stock Camera on 4.2 is really nice, so taking this away is a bit sad. I understand the motivation behind wanting this when other stock cameras are buggy though, and there are certainly many

Re: [Android] Feedback requested on our camera

2012-11-14 Thread Joe Bowser
Fair enough. If we make this a plugin, then we should deal with the state issue. Let's close the tickets and let the users know. On Wed, Nov 14, 2012 at 1:05 PM, Andrew Grieve agri...@chromium.org wrote: Yep, got it working by adding that line to the manifest. My impression is the same as

[Android] Feedback requested on our camera

2012-11-13 Thread Joe Bowser
Hey I'm going to resurrect this thread. What do people think of our pre-built camera so far? I still have updated on this branch here: https://github.com/infil00p/cordova-android/tree/camera It'd be good to get more feedback before continuing down this road. The downside so far is having to