wpiman
Getting comfortable
I am on 6.0.3.8There were a couple of early versions of BI6 where Ken changed the JSON format, but he has changed it back so if you are up to date it should be working.
I am on 6.0.3.8There were a couple of early versions of BI6 where Ken changed the JSON format, but he has changed it back so if you are up to date it should be working.
Check the API key didn't accidentally get reset. Can you give us the exact error message from the ALPR DB logs?I was just looking at my and realized the database hasn't update in a month. I'll take a look at it... I think the format from Blue Iris might have changed? There messages are still going in but it is complaining about the key I think
Check the API key didn't accidentally get reset. Can you give us the exact error message from the ALPR DB logs?
I'm using:So I ran the database command listed above...
Still didn't work.
I ended up having to change my Blue Iris HTTP alert POST body from:
{"ai_dump":&JSON, "Image":"&ALERT_JPEG", "camera":"&CAM", "timestamp":"&ALERT_TIME"}
To:
{"plate_number":"&PLATE", "Image":"&ALERT_JPEG", "camera":"&CAM", "timestamp":"&ALERT_TIME"}
Yeah, I am not sure why the ai_dump stopped working for me. I cloned a camera and one is working with Codeproject and the second ALPR one is working with working with the Blue Iris AI. Both are showing up with that change.I'm using:
{ "ai_dump":&JSON, "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP", "timestamp":"&ALERT_TIME" }
and it's been working fine through the 5.x to 6.x transition, once I checked all the other required boxes.
Yeah, I am not sure why the ai_dump stopped working for me. I cloned a camera and one is working with Codeproject and the second ALPR one is working with working with the Blue Iris AI. Both are showing up with that change.
Yeah, I am not sure why the ai_dump stopped working for me. I cloned a camera and one is working with Codeproject and the second ALPR one is working with working with the Blue Iris AI. Both are showing up with that change.