0

Phonegap: I would like to know if it is possible to choose a set of parameters for the camera (Android, iOS, WP7), lock them and shoot many photos with those same parameters.

P5music
  • 3,197
  • 2
  • 32
  • 81

1 Answers1

1

http://docs.phonegap.com/en/1.3.0/phonegap_camera_camera.md.html#Camera

Check out the cameraOptions.. Thats the max setting you can do using phonegap for now.

ghostCoder
  • 1
  • 9
  • 49
  • 72