OpenALPR Webhook Processor for IP Cameras

mlapaglia

Getting comfortable
Joined
Apr 6, 2016
Messages
849
Reaction score
506
ok run the scrape command then look at the logs and see what is happening.
 

djmadfx

Getting the hang of it
Joined
Sep 29, 2014
Messages
106
Reaction score
19
Here is what it outputs after clicking on Scrape.

Code:
06/29/2021 22:45:01 +00:00 HTTP "POST" "/settings/agent/scrape" responded 202 in 30.4428 ms
06/29/2021 22:45:01 +00:00 Executed endpoint '"OpenAlprWebhookProcessor.Settings.SettingsController.StartScrape (OpenAlprWebhookProcessor)"'
06/29/2021 22:45:01 +00:00 Executed action "OpenAlprWebhookProcessor.Settings.SettingsController.StartScrape (OpenAlprWebhookProcessor)" in 8.4325ms
06/29/2021 22:45:01 +00:00 Executing HttpStatusCodeResult, setting HTTP status code 202
06/29/2021 22:45:01 +00:00 Route matched with "{action = \"StartScrape\", controller = \"Settings\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.IActionResult StartScrape()" on controller "OpenAlprWebhookProcessor.Settings.SettingsController" ("OpenAlprWebhookProcessor").
06/29/2021 22:45:01 +00:00 Executing endpoint '"OpenAlprWebhookProcessor.Settings.SettingsController.StartScrape (OpenAlprWebhookProcessor)"'
06/29/2021 22:45:01 +00:00 Authorization was successful.
06/29/2021 22:45:01 +00:00 Successfully validated the token.
06/29/2021 22:45:01 +00:00 Entity Framework Core "6.0.0-preview.4.21253.1" initialized '"UsersContext"' using provider '"Microsoft.EntityFrameworkCore.Sqlite"' with options: "None"
06/29/2021 22:45:01 +00:00 CORS policy execution successful.
 

mlapaglia

Getting comfortable
Joined
Apr 6, 2016
Messages
849
Reaction score
506
Do you get a message at the bottom of the screen saying "scrape started" ?
 

mlapaglia

Getting comfortable
Joined
Apr 6, 2016
Messages
849
Reaction score
506
That's odd, you should also see "Starting OpenALPR Agent scrape." in the logs
 

biggen

Known around here
Joined
May 6, 2018
Messages
2,594
Reaction score
2,902
Pushover alerts to our phones/tablets?! Wut?! :headbang:
 

djmadfx

Getting the hang of it
Joined
Sep 29, 2014
Messages
106
Reaction score
19
Can't wait for that update! Hopefully some tagging and comment abilities in the future. :)
 

mlapaglia

Getting comfortable
Joined
Apr 6, 2016
Messages
849
Reaction score
506
Can't wait for that update! Hopefully some tagging and comment abilities in the future. :)
You need to be explicit in what you want, i don't know otherwise and just add stuff i think is interesting lol
 

biggen

Known around here
Joined
May 6, 2018
Messages
2,594
Reaction score
2,902
As in having a comment box we can type notes in per plate?
 

djmadfx

Getting the hang of it
Joined
Sep 29, 2014
Messages
106
Reaction score
19
You need to be explicit in what you want, i don't know otherwise and just add stuff i think is interesting lol
-Comments/notes on a per plate basis.
-Tagging -- Ability to create tags to apply to plates [Family, Neighbor, etc.]
-Camera name column on Plates page [possibly replacing the Camera Id column]
-Remember the user's selection for the 'Items per page' -- I personally usually select the max instead of the default of 5
 

ProTapper

Getting the hang of it
Joined
Apr 22, 2021
Messages
146
Reaction score
66
Location
Dallas, TX
This looks so promising and great! Just in time as I set up my LPR this weekend.

Are you guys planning to set up a guide or a video guide on how to set this up for preferably the same machine that may be running BI? Of course getting this as an exe and Windows service would be the ultimate money shot!

Thanks for all your hard work OP/Dev!
 

mlapaglia

Getting comfortable
Joined
Apr 6, 2016
Messages
849
Reaction score
506
Of course getting this as an exe and Windows service
It already has a windows version on the releases page. I don't have plans on turning it into a windows service right now.

V3.12.0 is released and will save your paginator selection between browser refreshes
 

ProTapper

Getting the hang of it
Joined
Apr 22, 2021
Messages
146
Reaction score
66
Location
Dallas, TX
It already has a windows version on the releases page. I don't have plans on turning it into a windows service right now.

V3.12.0 is released and will save your paginator selection between browser refreshes
Thanks @mlapaglia! And this is a paid/subscription solution, correct?
 

mlapaglia

Getting comfortable
Joined
Apr 6, 2016
Messages
849
Reaction score
506
v3.13.0 is out with pushover support, it's found on the alerts page of settings. still needs more testing so it might not be working 100% yet. the "test" button should be working fine.
 
Top