Package: openalpr
Version: 2.2.2-1
Severity: wishlist
When trying to process a video file and extract the information as json,
I discovered a minor issue:
alpr -j -c eu file.avi > result.json
The resulting file look like this, part json, part progress information:
Frame: 0
{"version":2,"data_type":"alpr_results","epoch_time":1454229935325,"img_width":640,"img_height":480,"processing_time_ms":59.978951,"regions_of_interest":[],"results":[]}
Frame: 1
{"version":2,"data_type":"alpr_results","epoch_time":1454229935389,"img_width":640,"img_height":480,"processing_time_ms":67.849022,"regions_of_interest":[],"results":[]}
Frame: 2
[...]
This make it harder to parse the output. Could the "Frame: #" part be
changed to print to stderr instead of stdout?
--
Happy hacking
Petter Reinholdtsen