Skip to content

fps im getting is varing too much #20

@akashAD98

Description

@akashAD98

image

image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions