Vettester
Getting comfortable
- Feb 5, 2017
- 928
- 908
Your camera is out of focus.Any idea what might be causing this?
Your camera is out of focus.Any idea what might be causing this?
Are you clicking on Edit and drawing a box around the AOIThe checkmark in AOI is not saving. Every time I revisit the option, it stays unchecked.
You fixed the missing x-api-key issue, but did you fix the missing "/api/plate-reads" in your ip address? It should be MY-PC:3000/api/plate-readsfixed the missing x-api-key:
Good spot. @Vettester is right. I would use localhost instead of your hostname too if it’s the same machine just to prevent any issues.You fixed the missing x-api-key issue, but did you fix the missing "/api/plate-reads" in your ip address?
Post a screenshot of your configuration.i get this error
I asked him that and he said he was but it looks like he deleted that post.Were you actually capturing plates in BI before jumping down this rabbit hole or did you think this was the magic solution?
i misunderstood your post, i edited the reply later.I asked him that and he said he was but it looks like he deleted that post.
what configuration you are referring to? i'm trying this for more info please check my previous post Full ALPR Database System for Blue Iris!Post a screenshot of your configuration.
I saw your previous post. I just want to confirm you had everything configured correctly after you changed it.what configuration you are referring to? i'm trying this for more info please check my previous post Full ALPR Database System for Blue Iris!
Oh! Okay, I just fixed that part. Thanks for spotting that error!
And your accessing the app using MY-PC:3000 in a browser?
Sorry, that was my mistake I was adding it to the browser instead of the settings.
what configuration you are referring to? i'm trying this for more info please check my previous post Full ALPR Database System for Blue Iris!
Did you use the install script or did you create the directories and copy the files manually? Please check the logs tab at the bottom left of the app also and see if there are any other errors there. @sunny0101786
logsWhere did /dashboard/ come from? It should look exactly as it does in the example.
Let me just clarify the flow of how things work for this in case anything doesn't make sense
1) Your existing Blue Iris system uses either CodeProject or DeepStack and has an ALPR module installed. In this setup, the AI server (completely separate from this application) sends back the results from its detection to Blue Iris and BI saves it.
2) We use a Blue Iris alert action to then send that AI prediction to this application so that you can store and use them instead of just having it in the memo in Blue Iris. The &PLATE, &ALERT_JPEG, etc are Blue Iris "macros" which will replace that text with what the AI server sent.
3) This application is a combination of a web app and database that uses an API route to receive the data from Blue Iris and store it for you so you can actually use it.
4) Everything here is completely separate and is just a way to manage your ALPR recognitions.
So it goes ALPR camera stream -> Blue Iris sees motion and triggers -> AI server with ALPR module detects license plate -> Blue Iris gets the plate back from the AI -> Alert Action uses the & macros to get that data from the alert -> Web request sends data to the /api/plate-reads route of this app -> this app receives that data, processes it, then stores it in its database -> you can then access and manage the recognitions in your browser.
It looks like your AI is disabled? Unless you have the server override set in the camera you should have the top box ticked.Do I need to change any settings in the AI menu?