public class DeviceProfile
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DeviceProfile.FullExifFixupDeviceProfile |
Constructor and Description |
---|
DeviceProfile() |
Modifier and Type | Method and Description |
---|---|
boolean |
encodesRotationToExif() |
static DeviceProfile |
getInstance() |
int |
getMaxPictureHeight() |
int |
getMinPictureHeight() |
Camera.Size |
getPreferredPreviewSizeForVideo(int displayOrientation,
int width,
int height,
Camera.Parameters parameters) |
boolean |
portraitFFCFlipped() |
boolean |
rotateBasedOnExif() |
boolean |
useTextureView() |
public static DeviceProfile getInstance()
public boolean useTextureView()
public boolean encodesRotationToExif()
public boolean rotateBasedOnExif()
public boolean portraitFFCFlipped()
public int getMinPictureHeight()
public int getMaxPictureHeight()
public Camera.Size getPreferredPreviewSizeForVideo(int displayOrientation, int width, int height, Camera.Parameters parameters)