gorastudio-git / SCNRecorder

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

Video resolution seems worse than from native camera #39

Closed azhong-git closed 2 years ago

azhong-git commented 2 years ago

Is this expected? anyway to get closer to native camera's video resolution?

v-grigoriev commented 2 years ago

Yes, this is expected. The SCNRecorder uses what you see on the screen to be recorded. So the camera feed together with AR is rendered in the size of your view multiplied by the scale. Without re-rendering, you won't get a higher resolution. But re-rendering costs a lot and you will see a huge drop in fps.