CameraStatus
public protocol CameraStatusThis protocol for camera status.
- 
                  
                  The battery level [percentage] of the camera device. This value is discrete. For example, the value of WG-M2 is 0, 33, 50, 66 or 100. DeclarationSwift var batteryLevel: Int
- 
                  
                  The current capture of the camera device. When the camera device has never captured, this value is nil. When new capture is starting, this value is changed to new capture. DeclarationSwift var currentCapture: Capture?
 CameraStatus Protocol Reference
        CameraStatus Protocol Reference