FrameShapeType

This page covers the description of the FrameShapeType enumeration

The constants of FrameShapeType enumeration identify the shape of the camera frame.

public class FrameShapeType {
    public static final int LINE = 0;
    public static final int CORNER = 1;
}

Last updated