OSDN Git Service

Do not set WB or effect if driver does not support it.
authorWu-cheng Li <wuchengli@google.com>
Tue, 15 Dec 2009 04:29:25 +0000 (12:29 +0800)
committerWu-cheng Li <wuchengli@google.com>
Tue, 15 Dec 2009 04:43:07 +0000 (12:43 +0800)
commit6dfb03741e9ed0821fbd7fa6912f44bf76bebca6
tree3271063180babd933df5e76db7c94a7441980131
parent59595d1cad16653e73bfdf811386b037f8925569
Do not set WB or effect if driver does not support it.

The app should always check if camera driver support the parameter
before setting it. Otherwise, the app will always crash if parameter
string changes.

b/2323831
src/com/android/camera/VideoCamera.java