[android-developers] Re: Simultaneous Photography using Andriod

2009-01-28 Thread Dave Sparks
The simplest approach is just firing off an intent to the existing camera app to take a picture. This requires the user to push the shutter button. If you want it purely under program control, you could have the application snap the picture without the user pressing a button. It just takes a bit

[android-developers] Re: Simultaneous Photography using Andriod

2009-01-28 Thread Faber Fedor
As Dave Sparks pointed out, it shouldn't be too difficult to do this, at least from the Android side. I haven't played with the camera yet, so I can't give any concrete tips. Have you thought how you are going to coordinate the thousands of users? For that, IMO, you're going to need a website