1

I develop a camera app ,I want to control camera's shutter time ,is that possible to realize?and what I want to realize final is prolong the exposure function,thank for your answer.

Xoangle
  • 405
  • 6
  • 11

1 Answers1

1

You cannot directly access the camera's shutter speed but the Camera API lets you set the exposure compensation. If you want to take a burst of exposure-bracketed shots, then lock the auto-exposure and then set the exposure compensation to a value between the min and the max. Check Camera.Parameters for the complete list of accessible parameters.