Skip to content

v0.1.8

Latest
Compare
Choose a tag to compare
@algertc algertc released this 20 Mar 06:14
· 37 commits to main since this release
7c74768

Release 0.1.8

This is a very significant release, both for the future of this application and for the CodeProject ALPR model. Some updates to your Blue Iris Alert Action and to your CodeProject AI Dashboard are required to take full advantage of this update.

Note: While updating the app without addressing the changes in BI and CPAI will not break your deployment, it is HIGHLY, HIGHLY, recommended that you do in order to access the latest features.

The below are the two critical changes required:

1. Update your Blue Iris alert action to use ai_dump instead of plate or memo

The plate input is now deprecated. Please use the "ai_dump" : &JSON format for your alert now.
This will include the necessary data to train the AI model to reduce inaccuracies in your recognitions.

Your payload should look like the below:

{ "ai_dump":&JSON, "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": 
       "&ALERT_CLIP", "timestamp":"&ALERT_TIME" }

2. Update the ALPR module in the CodeProject AI Web UI.

(This may not be available immediately as of 3/19/25.) Check your CPAI dashboard in a week or so if the module is not yet available for update. The CodeProject developers will publish the module soon, and it will appear as ready for update in your modules tab.

❗Main Updates to The Application Include:❗

Automatic AI model training to improve recognition accuracy
Full UI/UX redux
Mobile Application
New secondary live view page similar to Motorola law enforcement UI
Additional dashboard metrics
Several bug fixes and other improvements
Foundation for soon-to-come RF fingerprinting functionality