public class Utils
Helper methods to work with Camera
| Modifier and Type | Method and Description |
|---|---|
static void |
enableAutoFocus()
Sets focus mode to
Camera.Parameters#FOCUS_MODE_AUTO if supported |
static void |
enableContinuousFocus()
Sets focus mode to
Camera.Parameters#FOCUS_MODE_CONTINUOUS_PICTURE or Camera.Parameters#FOCUS_MODE_AUTO if supported |
static android.hardware.Camera.Size |
findByWidthAndHeight() |
static android.hardware.Camera.Size |
getBestA4PictureSize() |
static android.hardware.Camera.Size |
getBestAspectPictureSize() |
static android.hardware.Camera.Size |
getLargestPictureSize()
Returns the biggest size for resulting image
|
static android.hardware.Camera.Size |
getLargestSizeWithAspectRatioMatch() |
static boolean |
isFlashSupported() |
public static boolean isFlashSupported()
public static android.hardware.Camera.Size getBestA4PictureSize()
public static android.hardware.Camera.Size getLargestPictureSize()
Returns the biggest size for resulting image
public static android.hardware.Camera.Size getLargestSizeWithAspectRatioMatch()
public static android.hardware.Camera.Size findByWidthAndHeight()
null if there is no such supported size.public static android.hardware.Camera.Size getBestAspectPictureSize()
public static void enableContinuousFocus()
Sets focus mode to Camera.Parameters#FOCUS_MODE_CONTINUOUS_PICTURE or Camera.Parameters#FOCUS_MODE_AUTO if supported
public static void enableAutoFocus()
Sets focus mode to Camera.Parameters#FOCUS_MODE_AUTO if supported