frigate_plate_recognizer
frigate_plate_recognizer copied to clipboard
How does one get a box around the license plate in the frigate snapshot ?
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?