<CameraEventsProtocol> Protocol Reference
#import <CraftARProtocols.h>
Inheritance diagram for <CameraEventsProtocol>:

Instance Methods |
|
(void) | - didTakePicture: |
(void) | - didReceivePreviewFrame: |
Detailed Description
Protocol used to receive camera events
Method Documentation
- (void) didReceivePreviewFrame: | (VideoFrame *) | image |
Used for Finder Mode searches to receive the camera frames.
- Parameters
-
image The video frame containing the image captured by the camera. Do not keep references to this image.
- Note
- If you need a copy of the videoFrame use the CraftARQueryImage. Don't to this for every frame.
- (void) didTakePicture: | (UIImage *) | image |
Sent when the camera took a picture as respose to [CraftARCamera takePicture]
The documentation for this protocol was generated from the following file:
- CraftARProSDK.framework/Headers/CraftARProtocols.h