AFathi / ARVideoKit

Capture & record ARKit videos 📹, photos 🌄, Live Photos 🎇, and GIFs 🎆.
Apache License 2.0
1.62k stars 226 forks source link

Can I record from MTKView? #107

Closed sbelmeha closed 4 years ago

sbelmeha commented 4 years ago

Would be great to add MTKView support

digitallysavvy commented 4 years ago

@landsv This library is meant for ARKit ARSCN recording.

Within an MTKview you already have a rendered pixel buffer, you wouldn't need the bulk of an off screen renderer. You should look at this SO response to record MTKView's https://stackoverflow.com/a/43860229/6931862