com.craftar
Class ConfCamera
- java.lang.Object
-
- com.craftar.ConfCamera
public final class ConfCamera extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field and Description static int
HD_HEIGHT
static int
HD_WIDTH
static int
QVGA_HEIGHT
static int
QVGA_MIN_EDGE
static int
QVGA_WIDTH
static int
REQUESTED_FRAME_HEIGHT
static int
REQUESTED_FRAME_WIDTH
Default value is -1.static boolean
setRecordingHint
static int
VGA_HEIGHT
static int
VGA_WIDTH
-
Constructor Summary
Constructors Constructor and Description ConfCamera()
-
-
-
Field Detail
-
HD_WIDTH
public static final int HD_WIDTH
- See Also:
- Constant Field Values
-
HD_HEIGHT
public static final int HD_HEIGHT
- See Also:
- Constant Field Values
-
VGA_WIDTH
public static final int VGA_WIDTH
- See Also:
- Constant Field Values
-
VGA_HEIGHT
public static final int VGA_HEIGHT
- See Also:
- Constant Field Values
-
QVGA_WIDTH
public static final int QVGA_WIDTH
- See Also:
- Constant Field Values
-
QVGA_HEIGHT
public static final int QVGA_HEIGHT
- See Also:
- Constant Field Values
-
QVGA_MIN_EDGE
public static final int QVGA_MIN_EDGE
- See Also:
- Constant Field Values
-
REQUESTED_FRAME_WIDTH
public static int REQUESTED_FRAME_WIDTH
Default value is -1. When either the requested width or the requested height are -1, a default value from the device will be used If you want to force a given preview width and height, you can change this values before calling CraftARSDK.startCapture(). If the requested resolution is available, the camera will start with that resolution. If not, it will start with the most similar resolution to the requested one.
-
REQUESTED_FRAME_HEIGHT
public static int REQUESTED_FRAME_HEIGHT
-
setRecordingHint
public static boolean setRecordingHint
-
-