Commit 81291d4 1 parent 47972d9 commit 81291d4 Copy full SHA for 81291d4
File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -332,6 +332,9 @@ detected plate number.
332
332
` plate-minder/<source name>/roi` contains a cropped JPEG image of the region of
333
333
interest where the plate was detected.
334
334
335
+ ` plate-minder/<source name>/timestamp` contains the epoch timestamp (includes
336
+ milliseconds) of the plate detection.
337
+
335
338
# ## File ###
336
339
337
340
Enabling the file recorder will store images with a plate detected to disk. A
@@ -361,9 +364,12 @@ should be auto-discovered per video source:
361
364
*Please note that entities will not appear until the first license plate has
362
365
been detected.*
363
366
364
- * `sensor.<Source Name>_plate`
365
- * `camera.<Source Name>_image`
366
- * `camera.<Source Name>_roi`
367
+ * `sensor.<Source_Name>_plate`
368
+ * `camera.<Source_Name>_image`
369
+ * `camera.<Source_Name>_roi`
370
+ * `sensor.<Source_Name>_timestamp`
371
+ * `image.<Source_Name>_image`
372
+ * `image.<Source_Name>_roi`
367
373
368
374
Picture entity card & entities card examples :
369
375
You can’t perform that action at this time.
0 commit comments