License Plate Recognize(short as LPR) Camera Based On VideoPipe
【Channel 0】{{live_stream_0}}
There are {{total_records}} License Plate records. You can filter them by properties:
| uid |
time |
color |
text |
cropped image |
whole image |
{% for result in plate_results: %}
| {{result['uid']}} |
{{result['time']}} |
{{result['color']}} |
{{result['text']}} |
{% if result['cropped_image'] != '' %}
 |
{% endif %}
{% if result['ba_image'] == '' %}
no cropped image recorded |
{% endif %}
{% if result['whole_image'] != '' %}
 |
{% endif %}
{% if result['whole_image'] == '' %}
no whole image recorded |
{% endif %}
{% endfor%}