develop/utils/video/ #1607
Replies: 3 comments 4 replies
-
How make inference on livestream or cctv footage with ip address can anyone help me and write some code snippet that help me with that |
Beta Was this translation helpful? Give feedback.
-
I think that the FPSMonitor's documentation needs a bit of updating. In the example code, it says that fps = fps_monitor(). But my understanding is that fps_monitor is not callable. Instead, you get the fps by: fps = fps_monitor.fps. Just thought I'd let y'all know. |
Beta Was this translation helpful? Give feedback.
-
hello guys, I have one question. regardless of the fps of the video how can we adjust/ fix fps to constant number and generate the frames based on that. let say I need 15 fps every 4 microseconds, how can I adjust that. |
Beta Was this translation helpful? Give feedback.
-
develop/utils/video/
A set of easy-to-use utilities that will come in handy in any computer vision project.
https://supervision.roboflow.com/develop/utils/video/
Beta Was this translation helpful? Give feedback.
All reactions