Skip to content

[Config Support]: Bounding boxes not showing on review or clips #15085

Closed Answered by hawkeye217
jaaacck asked this question in Config Support
Discussion options

You must be logged in to vote

Adding ?bbox=1 to the clip.mp4 endpoint is not valid. Frigate does not re-annotate recording segments through the API.

Frigate does provide an mjpeg stream for debugging where you can add bounding boxes and see them in real-time: https://docs.frigate.video/integrations/api/#get-apicamera_name

You can also get the latest image from your camera as a jpeg annotated with bounding boxes: https://docs.frigate.video/integrations/api/#get-apicamera_namelatestjpgh300

To see bounding boxes for previous detections, you'll need to use snapshots (https://docs.frigate.video/integrations/api/#get-apieventsidsnapshotjpg) or use the Object Lifecycle feature, available in Frigate 0.15.0, currently in beta.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jaaacck
Comment options

Answer selected by jaaacck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment