You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every frame sets keyframe value to true here. It worked in 1.8.0, keyframe appears approximately every 2 seconds. It stopped working in 1.8.1, keyframe is always true.
To Reproduce
Add print("keyframe: \(keyframe)") to sample project here
Start stream
Observe that keyframe is always true
Expected behavior
To set keyframe every 2 seconds
Version
1.9.1
Smartphone info.
iPhone 15 Pro Max
Additional context
No response
Screenshots
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Every frame sets
keyframe
value to true here. It worked in 1.8.0, keyframe appears approximately every 2 seconds. It stopped working in 1.8.1, keyframe is always true.To Reproduce
print("keyframe: \(keyframe)")
to sample project hereExpected behavior
To set keyframe every 2 seconds
Version
1.9.1
Smartphone info.
iPhone 15 Pro Max
Additional context
No response
Screenshots
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: