Skip to content

Recording on detect_track_zoom only as fast as inference and that is well below 30 FPS #3

@iingram

Description

@iingram

Inference is slow enough that the resultant FPS of the recording is significantly lower than we probably want it to be. Need to resolve. Solution will probably require a threaded class that owns both the camera capture and the recording that also encapsulates the timelapse mechanics, probably also the mechanics that keep recording on after an event and turn it off after a set period has elapses, and only receives from the high-level detect_track_zoom triggers to initiate full FPS recording stints.

This class can almost definitely use the existing ImageStreamRecorder as an attribute. Maybe it does the same with the Camera class.

It would have to be able to provide frames to the main code for inference as the Camera object does.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions