issues
search
gorastudio-git
/
SCNRecorder
The best way to record your AR experience!
MIT License
201
stars
51
forks
source link
Support pause/resume video
#62
Closed
asam139
closed
1 year ago
asam139
commented
1 year ago
Problem
The session was ended on pause method so when the video was resumed it threw an exception
Solution
Don't end session on pause
Add pause & resume times to the states so the time generated by CoreEngine can be adjusted so the video is created without any gap.
Improvement
Avoid render while the video is paused: to implement it properly the framework would need a refactor so the input are paused not only the output.
Resolves
Resolves #61
Problem
Solution
Improvement
Resolves