GARAugmentedFaceSessionDelegate
Delegate that outputs a GARAugmentedFaceFrame
for the passed in CVPixelBufferRef
s.
Summary
Inheritance
Inherits from:<NSObject>
Public methods
void
Public methods
didUpdateFrame:
- (void)didUpdateFrame:
Delegate callback that provides a GARAugmentedFaceFrame
whenever it is updated.
Details
Parameters
frame
The frame created from calling
updateWithPixelBuffer:timestamp:recognitionRotation: (GARAugmentedFaceSession)
.
