Vehicle Counting Data

NoProblems

Young grasshopper
May 10, 2021
38
16
United States
Using BlueIris and a working codeproject .

It is possible to just get the total count of vehicles crossing a trip wire in Blueiris example trucks , cars , motorcycles hourly and daily id so how ,
 
You can also scrape and count entries from the Blue Iris logfile:

Column 2 (‘Time’):
Filter whatever datetime range you want​
Column 3 (‘Object’):
matches camera name (e.g., ‘DW1’)​
Column 4 (‘Message)’:
matches ‘AI:’​
AND matches ‘[‘ … entry has AI analysis data​
AND matches ‘vehicle’ … or whatever AI label you want​
AND not matches ‘cancel’​
AND not matches ‘err’​