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

Feature: Birdseye to show bounding-boxes #1910

Open
ozett opened this issue Oct 5, 2021 · 4 comments
Open

Feature: Birdseye to show bounding-boxes #1910

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

Comments

@ozett
Copy link

ozett commented Oct 5, 2021

Describe what you are trying to accomplish and why in non technical terms
I want to be able to see in the live-birdseye the bounding boxes of the object-detections
(in all birdseye-modes?)

Describe alternatives you've considered
streaming one camera with the debug-options. https://github.com/blakeblackshear/frigate/blob/v0.9.0-rc6/docs/docs/integrations/api.md#get-apicamera_name
but thats not birdseye

Additional context
there are options for birdseye announced. would love to try some... 😄
#1339 (comment)

@ozett ozett added the enhancement New feature or request label Oct 5, 2021
@ozett ozett changed the title FR Birdseye to show bounding-boxes Feature: Birdseye to show bounding-boxes Oct 5, 2021
@blakeblackshear
Copy link
Owner

This isn't as simple as it sounds. Birdseye view is assembled from the pixel format that comes directly off the camera to reduce overhead. You can't use any of the normal tools to draw on the image.

@ozett
Copy link
Author

ozett commented Oct 5, 2021

uhhh.
think there had be a request to make the birdseye-view a camera on its own. somehow a separate stream.
maybe with that it could be an option... (i dont mind if it uses more CPU power )

@blakeblackshear
Copy link
Owner

That won't make it easier to draw on the frame either.

@Sceptersax
Copy link

Any progress on this? Is it still on the road map?

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

3 participants