Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow send Frames for detection #1914

Open
tmjpugh opened this issue Oct 5, 2021 · 3 comments
Open

Allow send Frames for detection #1914

tmjpugh opened this issue Oct 5, 2021 · 3 comments
Labels
enhancement New feature or request pinned

Comments

@tmjpugh
Copy link

tmjpugh commented Oct 5, 2021

Describe what you are trying to accomplish and why in non technical terms
I want to be able to send a frame from Recording so I may better tune detection settings

Describe the solution you'd like
While viewing Recordings, I am wanting a method(button) that would allow me to send the current frame to frigate for detection and return a value (score) for any object detected

EXAMPLE: UPS came and UPS man and UPS truck were not detected by frigate. I do not know if this is due to some set of coincidence that prevent detection or if the detection is set too low to capture them. I would like method for troubleshooting such issue.

Describe alternatives you've considered
I could feed recorded video back to frigate in loop and keep changing detect settings or monitor log to check.
this is not long term solution

Additional context
n/a

@tmjpugh tmjpugh added the enhancement New feature or request label Oct 5, 2021
@blakeblackshear
Copy link
Owner

At some point this will be done by adding a temporary camera to frigate's config that allows you to specify the start and end time to rerun video through. It won't be a perfect representation if the resolution for recordings is different.

@tmjpugh
Copy link
Author

tmjpugh commented Oct 6, 2021

It won't be a perfect representation if the resolution for recordings is different.

What about allow specify resolution and run through ffmpeg prior to rerun video?
Or allow add some motion args?

@blakeblackshear
Copy link
Owner

I was thinking that would be automatic based on the camera config. Ffmpeg can resize to match, but it still won't be exactly the same. I'm guessing it will be good enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned
Projects
None yet
Development

No branches or pull requests

2 participants