CvPhotoCameraDelegate2
Objective-C
@protocol CvPhotoCameraDelegate2 <NSObject>
- (void)photoCamera:(CvPhotoCamera2*)photoCamera capturedImage:(UIImage*)image;
- (void)photoCameraCancel:(CvPhotoCamera2*)photoCamera;
@end
Swift
protocol CvPhotoCameraDelegate2 : NSObjectProtocol
-
Declaration
Objective-C
- (void)photoCamera:(CvPhotoCamera2*)photoCamera capturedImage:(UIImage*)image;
Swift
func photoCamera(_ photoCamera: CvPhotoCamera2!, capturedImage image: UIImage!)
-
Declaration
Objective-C
- (void)photoCameraCancel:(CvPhotoCamera2*)photoCamera;
Swift
func photoCameraCancel(_ photoCamera: CvPhotoCamera2!)