-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
sometimes im getting 3 fps, then sometime its giving 10 fps,
when i print it in cmd its showing ~33 fps. i have applied simple logic for getting fps, because your code of fps is not working
fps=0
while:
fps = (fps + (1. / (time.time() - t1))) / 2
#fps=(stop_time-start_time)
print("fps",fps)
if its possible can you add fps code & saving the resulting video? it would be really great for doing benchmark for fps
Metadata
Metadata
Assignees
Labels
No labels