You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
So that works with car object detection ? If I mess around with bounding box in debug I don't think it happens specifically for license plates ,just for anything that moves I think.
Anyway as you say that's outside of the scope here then. Would still be nice to have!
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?
The text was updated successfully, but these errors were encountered: