FrameShapeType
The constants of FrameShapeType
enumeration identify the shape of the camera frame.
const FrameShapeType = {
LINE: 0,
CORNER: 1,
}
Constant | Description |
---|---|
LINE | Camera frame is rectangle |
CORNER | Camera frame only consists of corners of the rectangle |