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