Protocols
The following protocols are available globally.
- 
                  
                  DeclarationObjective-C @protocol CvPhotoCameraDelegate2 <NSObject> - (void)photoCamera:(CvPhotoCamera2*)photoCamera capturedImage:(UIImage*)image; - (void)photoCameraCancel:(CvPhotoCamera2*)photoCamera; @endSwift protocol CvPhotoCameraDelegate2 : NSObjectProtocol
 View on GitHub
View on GitHub Protocols  Reference
        Protocols  Reference