On Sun, Jun 12, 2011 at 5:02 PM, Michial Thompson <[email protected]>wrote:
> I am about to undertake a project where I might need to be able to > activate, and take a picture with the Camera on an Android Tablet and/ > or Phone. > > Ideally I would like this to be a 100% Browser based application with > no code actually residing on the Android at all. > I know nearly zero about web apps but I highly doubt this is possible. I imagine you will have to have a native Android App that uses the SDK to access the camera and then use a WebView with some javascript tricks to get at the image data. The Documentation has sections on both the camera and web-apps for Android - I'd start there. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

