cocoa touch - iPhone photo exposure compensation -


Is there an API on which to control the exposure of the photo before it actually An iPhone?

There is no "official" way to control which you can directly control exposure compensation. But you can get different exposure images by selecting different exposure points. There is an API to set the metering point

You can control the compensation directly without using the document API. For more information about undocumented APIs:

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -