CameraMode

This page covers the description of the CameraMode enumeration

CameraMode enumeration contains types of camera API.

public class CameraMode {
    public static final int AUTO = 0;
    public static final int CAMERA1 = 1;
    public static final int CAMERA2 = 2;
}

Last updated