Node Red Dashboard for Blue Iris ALPR

Thanks for this. I have everything working well except I am having issues getting the image to display. Using "file:/G:/LPR/imagefilename.jpeg" displays fine in my browser, but wont display in the dashboard. How do I correctly link the images into the dashboard? I have BlueIris, Node-red, codeproject and MQTT are all running on the same window PC.
Sorry, I just saw the notification about your message. Did you ever get this working? Where exactly are you putting the file:/ string that it isn't working? The link for the NodeRed dashboard uses http://, not file:/. It gets set in the "set URL here" node, and you need to have a webserver (IIS) set up to serve the images from the correct folder.
 
  • Like
Reactions: James1402
Sorry, I just saw the notification about your message. Did you ever get this working? Where exactly are you putting the file:/ string that it isn't working? The link for the NodeRed dashboard uses http://, not file:/. It gets set in the "set URL here" node, and you need to have a webserver (IIS) set up to serve the images from the correct folder.
I was using file:/ as i never had the webserver setup, I missed this step. Once I got the webserver going I got it working.