Page 1 of 1

Advance camera options

Posted: Sat Jul 20, 2013 6:27 am
by Nishad Rahman

Hello, Is there a way to access advance camera options?

I am trying to trigger the camera device and set it to take a picture automatically in 20 seconds.

With the help of the current camera service, i am only able to open default camera, which further needs manual clicks to take the picture.


Advance camera options

Posted: Sat Jul 20, 2013 6:49 am
by Alena Prykhodko

Hello Nishad!

Anyway it will require user interaction, you will need to code it.
Learn more here
http://stackoverflow.com/questions/74...
http://developer.android.com/guide/to...
http://docs.phonegap.com/en/2.3.0/cor...


Advance camera options

Posted: Sat Jul 20, 2013 8:33 am
by Nishad Rahman

Check this link..is there a way i can add these into my appery project ?

http://mobiledevtuts.com/android/andr...


Advance camera options

Posted: Sat Jul 20, 2013 10:47 am
by Nishad Rahman

can this be done?


Advance camera options

Posted: Sat Jul 20, 2013 10:54 am
by Alena Prykhodko

Sorry for the delay. It must be possible.
Also this post will be helpful https://getsatisfaction.com/apperyio/...


Advance camera options

Posted: Sat Jul 20, 2013 11:07 am
by Nishad Rahman

The attached link doesn't help, as my problem is not with accessing the camera or saving the response. What I am trying to achieve is to get the camera to auto-shoot within 20 seconds..without user interaction.

The link I shared earlier is a pure java code which can do this. Can you guide me on how I can integrate this code into an existing appery project ?


Advance camera options

Posted: Sat Jul 20, 2013 11:37 am
by Alena Prykhodko

You will need to export your app to Eclipse and add this Java code manually. Please notice you won't be able to import it back to Appery.io. You'll have to build app from there.


Advance camera options

Posted: Mon Jul 22, 2013 7:06 am
by Nishad Rahman

ohhh