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
This issue is not a duplicate. Before opening a new issue, please search existing issues.
This issue is not a question, feature request, or anything other than a bug report directly related to this project.
Description
With the python-api I'm trying to play a saved svo file (saved at 15fps). I'm using the grab() method and the playback fps is much higher than at recording.
Preliminary Checks
Description
With the python-api I'm trying to play a saved svo file (saved at 15fps). I'm using the grab() method and the playback fps is much higher than at recording.
init = sl.InitParameters()
init.set_from_svo_file(svo_file)
def zed_playback_loop(init):
zed1 = sl.Camera()
status = zed.open(init)
if status != sl.ERROR_CODE.SUCCESS:
print(repr(status))
exit()
Steps to Reproduce
1.Save an svo file
2.Playback the svo with python -api
3.
...
Expected Result
Same fps at playback, as at recording
Actual Result
Playback at ~80 fps instead of 15
ZED Camera model
ZED Mini
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: