RGLCameraFrameShapeType
This page covers the description of the RGLCameraFrameShapeType enumeration
The constants of RGLCameraFrameShapeType
enumeration identify the shape of the camera frame.
typedef NS_ENUM(NSInteger, RGLCameraFrameShapeType) {
RGLCameraFrameShapeTypeLine,
RGLCameraFrameShapeTypeCorners
} NS_SWIFT_NAME(CameraFrameShapeType);
Constant
Description
RGLCameraFrameShapeTypeLine
Camera frame is rectangle
RGLCameraFrameShapeTypeCorners
Camera frame only consists of corners of the rectangle
Last updated
Was this helpful?