Exemplo n.º 1
0
 public static boolean isAutoExposureLockSupported(Parameters params) {
   return TRUE.equals(params.get(AUTO_EXPOSURE_LOCK_SUPPORTED));
 }
Exemplo n.º 2
0
 public static boolean isAutoWhiteBalanceLockSupported(Parameters params) {
   return TRUE.equals(params.get(AUTO_WHITE_BALANCE_LOCK_SUPPORTED));
 }
Exemplo n.º 3
0
 public static boolean isVideoSnapshotSupported(Parameters params) {
   return TRUE.equals(params.get(VIDEO_SNAPSHOT_SUPPORTED));
 }