CaptureMode
This page covers the description of the CaptureMode enumeration
public class CaptureMode {
public static final int AUTO = 0;
public static final int CAPTURE_VIDEO = 1;
public static final int CAPTURE_FRAME = 2;
}Last updated
This page covers the description of the CaptureMode enumeration
public class CaptureMode {
public static final int AUTO = 0;
public static final int CAPTURE_VIDEO = 1;
public static final int CAPTURE_FRAME = 2;
}Last updated