-
Notifications
You must be signed in to change notification settings - Fork 227
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
CVPixelBuffer
object that returns the rendered buffer. - time: A
CMTime
object that returns the time a buffer was rendered with. - rawBuffer: A
CVPixelBuffer
object that returns the raw buffer.
Having issues implementing ARVideoKit
? Want a new feature added? Contact me
@ahmedbekhit.com
or create an issue
.