Closed kenle closed 3 hours ago
Yes, if the camera supports that value, the FPS setting will be applied to the camera. If you are using the offscreen rendering feature, additional settings like the ones below are also required.
if stream.videoMixerSettings.mode == .passthrough
stream.frameRate = 60
if stream.videoMixerSettings.mode == .offscreen
stream.frameRate = 60
stream.screen.frameRate = 60
Describe the bug
Hi @shogo4405, I can't get 60fps working in file record with version 1.9.6 for some reason.
In my old code using version 1.4.6 I was able to get 60fps.
To Reproduce
Expected behavior
Should get 60fps, however only getting 30fps.
Version
1.9.6
Smartphone info.
iPhone 12 Pro Max, iOS version 17.6.1
Additional context
Tracing around the code I think when I did stream.frameRate = 60 is where it is suppose to set it to 60 fps?
Screenshots
No response
Relevant log output
No response