<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://blueirissoftware.com/forum/app.php/feed/topic/3875" />

	<title>Blue Iris</title>
	<subtitle>Blue Iris User Group</subtitle>
	<link href="https://blueirissoftware.com/forum/index.php" />
	<updated>2024-04-02T00:35:29+00:00</updated>

	<author><name><![CDATA[Blue Iris]]></name></author>
	<id>https://blueirissoftware.com/forum/app.php/feed/topic/3875</id>

		<entry>
		<author><name><![CDATA[mlight38]]></name></author>
		<updated>2024-04-02T00:35:29+00:00</updated>

		<published>2024-04-02T00:35:29+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=17262#p17262</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=17262#p17262"/>
		<title type="html"><![CDATA[Re: Blue Iris - AI LPR - Save jpg to alternate folder]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=17262#p17262"><![CDATA[
Awesome! I’ve yet to setup home assistant or any other variant but it’s in the future plans as I have many zwave devices in queue. <br>I’ve briefly researched how home assistant works and will look into the other one. Maybe I can run it in a VM from my server. <br><br>As for ALPR, I’m learning a lot about camera placement and still experimenting on positions and having quite the difficulty reading plates. Maybe I’ll write up a doc on my placement woes for others in the future. <br><br>Thank you again. At this point, I’ll just write a script to copy out the jpg’s to a folder every 5min.<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=7466">mlight38</a> — Tue Apr 02, 2024 12:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TimG]]></name></author>
		<updated>2024-04-01T14:28:09+00:00</updated>

		<published>2024-04-01T14:28:09+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=17259#p17259</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=17259#p17259"/>
		<title type="html"><![CDATA[Re: Blue Iris - AI LPR - Save jpg to alternate folder]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=17259#p17259"><![CDATA[
I checked the <a href="https://forums.homeseer.com/forum/lighting-primary-technology-plug-ins/lighting-primary-technology-discussion/mcsmqtt-michael-mcsharry/1594541-blueiris-and-mqtt" class="postlink">Homeseer forum</a> discussion, and of course the variable to send the image is actually "&amp;ALERT_JPEG" which didn't like being mixed with other payloads.<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=178">TimG</a> — Mon Apr 01, 2024 2:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TimG]]></name></author>
		<updated>2024-03-31T20:03:50+00:00</updated>

		<published>2024-03-31T20:03:50+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=17250#p17250</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=17250#p17250"/>
		<title type="html"><![CDATA[Re: Blue Iris - AI LPR - Save jpg to alternate folder]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=17250#p17250"><![CDATA[
I have some experience with this one, and I think MQTT could do all of this:<br><blockquote class="uncited"><div>BI by default stores the LPR confirmed image in the Alerts folder, however i would like it to be stored in a separate folder. Is there a simple solution or setting that I'm missing?<br>I'm running BI version 5<br>alternatively, and this might be a topic for another thread, but i would like to store plate numbers onto a database or be alerted if a particular plate is recognized. Any tips or ideas are appreciated.</div></blockquote>I have BI5 MQTT set up to send the identified number plate to my home automation (Homeseer). The key is the BI5 variable &amp;PLATE. This has to be an ALERT topic, as otherwise there has been no CPAI analysis so no data regarding the number plate. The BI5 Alert looks like this:<br><br><div class="inline-attachment"><dl class="file"><dt class="attach-image"><img src="https://blueirissoftware.com/forum/download/file.php?id=3429" class="postimage" alt="Screenshot 2024-03-31 203144.png" onclick="viewableArea(this);" /></dt></dl></div><br>And my payload is <div class="codebox"><p>Code: </p><pre><code>{ "plate":"&amp;PLATE",  "Alert_AI":"&amp;MEMO", "Type":"&amp;TYPE","trigger":"ON"}</code></pre></div>Clearly that could be picked up by anything that can read MQTT. At the moment I only use it as a proof of concept to flash my outside lights as I near my house, but even Homeseer keeps a short term log of the numbers, so that shouldn't be too hard to figure out. My camera position is not ideal for ALPR leading to errors, so I have to put variations of my plate into the Homeseer event. With a good camera in the right place, I think this would work well.<br><br>I did also set it up at one stage to send a base64 jpeg image via MQTT too. Checking my notes you can use the following variables in the MQTT payload:<br> <br>•{"plate":"&amp;PLATE"} which gives you the OCR’d number plate, <br>•{"AlertImgPath":"&amp;ALERT_PATH"} gives the path of the jpg image, <br>•{"Alert_AI":"&amp;MEMO"} gives the ALPR AI info.<br>•{"Date":"%d-%m-%Y %H:%M:%S"} gives date and time,<br>•{"Camera":"&amp;CAM"} adds in the camera name that was triggered.<br><br>Once again, these can be used individually, or combined into one payload<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=178">TimG</a> — Sun Mar 31, 2024 8:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mlight38]]></name></author>
		<updated>2024-03-31T17:23:53+00:00</updated>

		<published>2024-03-31T17:23:53+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=17249#p17249</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=17249#p17249"/>
		<title type="html"><![CDATA[Blue Iris - AI LPR - Save jpg to alternate folder]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=17249#p17249"><![CDATA[
Hello everyone, I'm somewhat a noob to BI but have been in computer realm (professionally) for over 20 years with experience from the network jack to writing code. Fluent in PowerShell and C++.<br><br>I've searched the web and this forum for a few days now and haven't found what I'm looking for, so i apologize if this has been covered in other threads.<br>BI by default stores the LPR confirmed image in the Alerts folder, however i would like it to be stored in a separate folder. Is there a simple solution or setting that I'm missing?<br>I'm running BI version 5<br><br>alternatively, and this might be a topic for another thread, but i would like to store plate numbers onto a database or be alerted if a particular plate is recognized. Any tips or ideas are appreciated.<br><br>Thanks! I look forward to this community helping me out.<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=7466">mlight38</a> — Sun Mar 31, 2024 5:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
