roboflow / inference

A fast, easy-to-use, production-ready inference server for computer vision supporting deployment of many popular model architectures and fine-tuned models.
https://inference.roboflow.com
Other
1.38k stars 133 forks source link

Use measured fps when fetching frames from live stream #805

Closed grzegorz-roboflow closed 2 weeks ago

grzegorz-roboflow commented 2 weeks ago

Description

When handling live stream we cannot rely on declared FPS since cameras may (and do) declare unreliable values. Proposed change is to use measured FPS when handling live stream.

Type of change

How has this change been tested, please provide a testcase or example of how you tested the change?

CI passing E2E test to verify if expected fps is reported by usage

Any specific deployment considerations

N/A

Docs

N/A