CameraUIDelegate
public protocol CameraUIDelegate : AnyObject
                Controller’s delegate with the camera viewfinder..
- 
                  
                  
Called when the best shot of the face is found.
Declaration
Swift
func bestShot(_ bestShot: LunaCore.LCBestShot)Parameters
bestShotThe best shot.
 - 
                  
                  
Called when an error occurred.
Declaration
Swift
func error(error: CameraError)Parameters
errorError.
 
        CameraUIDelegate Protocol Reference