Hi there,
Is it possible to record a video during an AR session? I can make a snapshot img with SCNView.snapshot but where could i start with the video?
Thx
G
Hi there,
Is it possible to record a video during an AR session? I can make a snapshot img with SCNView.snapshot but where could i start with the video?
Thx
G
Yes, you could. ReplayKit could run with ARKit without any problem. Other solution you may create video from snapshot too (it is better to use sceneView.session.currentFrame?.capturedImage)
Yes, you could. ReplayKit could run with ARKit without any problem. Other solution you may create video from snapshot too (it is better to use sceneView.session.currentFrame?.capturedImage)
I used ReplayKit, thx