Skip to content

Is there a wasy to run detections on a video/webcam/rtrsp, etc EVERY x SECONDS? #1742

@ashutoshdhanda

Description

@ashutoshdhanda

🚀 Feature

I would like the model to act on my input stream, no continuously, but every x number of seconds.

Motivation

I'm saving the results (object class, coordinates, only these two for now) in a MySQL database, so as to create dashboard with some graphical analysis, etc. My idea is to NOT store every frame of the video because it's too much unnecessary data and that's not a good thing, it just adds more data to deal with, makes the DB very heavy, etc.

What would be even better is that the code takes a snapshot of the detection every x seconds or every x seconds whenever there's a detection from a specific class/list of classes. This is also a feature that I need to work on for my surveillance app project.

Thanks, your hard work is appreciated by my and my team. Bravo!

Metadata

Metadata

Assignees

No one assigned

    Labels

    StaleStale and schedule for closing soonenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions