gorastudio-git / SCNRecorder

The best way to record your AR experience!
MIT License
201 stars 51 forks source link

Save Video directly in the iphone library #40

Closed benMOOVENCY closed 2 years ago

benMOOVENCY commented 2 years ago

Hi, thanks a lot for your wonderfull job, I try to use your package and integrate it in the flutter arkit_flutter_pluggin to be able to record directly from my flutter app. I wondering if there is a way to save the capture directly in the gallery of the Iphone ?

thanks again

v-grigoriev commented 2 years ago

Hi @benMOOVENCY, there is no way doing this from SCNRecorder.

But the result of SCNRecorder work is a URL to video file. So, UISaveVideoAtPathToSavedPhotosAlbum should perfectly work.