-
Notifications
You must be signed in to change notification settings - Fork 225
RenderARDelegate
Ahmed Fathi Bekhit edited this page Nov 4, 2017
·
1 revision
Protocol
RenderARDelegate protocol that defines a method triggered when the ARSCNView or ARSKView content is rendered with the device's camera stream.
A protocol method that is triggered when a frame renders the ARSCNView or ARSKView content with the device's camera stream.
- buffer: A
CVPixelBufferobject that returns the rendered buffer. - time: A
CMTimeobject that returns the time a buffer was rendered with. - rawBuffer: A
CVPixelBufferobject that returns the raw buffer.
Having issues implementing ARVideoKit? Want a new feature added? Contact me@ahmedbekhit.com
or create an issue.