CameraMode
This page covers the description of the CameraMode enumeration
public class CameraMode {
public static final int AUTO = 0;
public static final int CAMERA1 = 1;
public static final int CAMERA2 = 2;
}Last updated
This page covers the description of the CameraMode enumeration
public class CameraMode {
public static final int AUTO = 0;
public static final int CAMERA1 = 1;
public static final int CAMERA2 = 2;
}Last updated