frigate_plate_recognizer icon indicating copy to clipboard operation
frigate_plate_recognizer copied to clipboard

How does one get a box around the license plate in the frigate snapshot ?

Open atv2016 opened this issue 1 year ago • 2 comments

Is that possible ? I mean I know there is draw_box but I thought it was part of saving snapshots to disk ?

frigate: save_snapshots: True # Saves a snapshot called [Camera Name]_[timestamp].png draw_box: True # Optional - Draws a box around the plate on the snapshot along with the license plate text (Required Frigate plus setting) always_save_snapshot: True # Optional - will save a snapshot of every event sent to frigate_plate_recognizer, even if no plate is detected

Also not sure why this is a separate option, one already gets the labels in frigate, but I guess it's for those who want separate license plate jpegs?

atv2016 avatar Feb 27 '24 13:02 atv2016