Hi all, I am developing an app which need the user to choose a time period and my app will use the camera to take picture in every given time period (say, every hour). User should not be involved into these actions (taking pictures) --- for example, the user could simply put the phone on a dock pointing to somewhere and do other things. During this time, my app will periodically take picture, analyse them, take some actions and store some information.
I read the dev. docs. about the camera. If I use takePicture(), then it seems that user have to be involved when the app need to take a picture. Like pop up some window asking user to press some button, etc. Is there any way to meet my requirement? BTW, I need to start a service in background to take the pictures. Thanks! -Nan -- 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

