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;
}

Constant

Description

LINE

Camera frame is rectangle

CORNER

Camera frame only consists of corners of the rectangle

Last updated