<?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/1318" />

	<title>Blue Iris</title>
	<subtitle>Blue Iris User Group</subtitle>
	<link href="https://blueirissoftware.com/forum/index.php" />
	<updated>2023-07-29T16:36:15+00:00</updated>

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

		<entry>
		<author><name><![CDATA[honkkis]]></name></author>
		<updated>2023-07-29T16:36:15+00:00</updated>

		<published>2023-07-29T16:36:15+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=13523#p13523</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=13523#p13523"/>
		<title type="html"><![CDATA[Re: &quot;New&quot; Setup and CPU utilization question]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=13523#p13523"><![CDATA[
Are you going to record 24/7, or only on motion or other interest? I changed my BI-setup recently to use substreams for analysis and record only alarms in high definition (3.1MP to 8k). My camera setup is single 8k Reolink, single 4.1MP Honeywell, two 3.1 MP MileSights and two 4.1 MP HikVisions. My BI-computer is Asrock DeskMini 300 with  Win11, Ryzen 3 3200G cpu, 32GB RAM, single 128GB SSD as system disk and single 2.5" 500Gb 7200rpm laptop hard drive for recordings. HDD isn't even NAS-variety, just recycled it from my old Lenovo workstation laptop.<br><br>I'm using direct disk recording (h.264 or h.265 depending on camera). I have CodeProject.AI to recognise objects and have Google Coral USB. I have set camerra buffer RAM to around 18Mb per camera and using five second pre-recording. Google Coral cost me about 60€, since I had time to wait. Codeproject and Coral are somewhat experimental still.<br><br><strong class="text-strong">Previously, when I used main streams for all purposes, processor load was around 35%. After changing to sub streams for analysis, processor load is around 2-3%</strong>. Difference between substream and mainstream is such big that it can differentiate between using old hardware, or buying new! It definitely shows in electricity use in common energy efficient household. Ryzen 3200G is low end cpu by all means, but with good system architecture, it's able to do some heavylifting!<br><br>So, my suggestion for this case and everyone else, check the substreams!<br><br>Edit:typo<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=5765">honkkis</a> — Sat Jul 29, 2023 4:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thixotropic]]></name></author>
		<updated>2023-07-22T13:29:54+00:00</updated>

		<published>2023-07-22T13:29:54+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=13413#p13413</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=13413#p13413"/>
		<title type="html"><![CDATA[Re: &quot;New&quot; Setup and CPU utilization question]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=13413#p13413"><![CDATA[
<blockquote class="uncited"><div>So i am asking for help if anyone knows where this setting is on my cameras. Lorex LNB8111-C</div></blockquote>Found this through a search on another site: <br><blockquote class="uncited"><div>turns out that that tho the UI is dumbed down, the underlying (Dahua) API still mostly works, so one can use commands to set things the GUI may not present, like I-frame interval (called GOP in the API):<br><br>for example, this gets you the current configuration (note that "<strong class="text-strong">GOP</strong>" stands for "Group of Pictures"):<br><br><a href="http://192.168.0.73/cgi-bin/configManager.cgi?action=getConfig&amp;name=Encode" class="postlink">http://192.168.0.73/cgi-bin/configManag ... ame=Encode</a><br><br>and on my Lorex E891ab, this returns the following:<br><br>table.Encode[0].ExtraFormat[0].Audio.Bitrate=64<br>table.Encode[0].ExtraFormat[0].Audio.Channels[0]=0<br>table.Encode[0].ExtraFormat[0].Audio.Compression=AAC<br>table.Encode[0].ExtraFormat[0].Audio.Depth=16<br>table.Encode[0].ExtraFormat[0].Audio.Frequency=8000<br>table.Encode[0].ExtraFormat[0].Audio.Pack=DHAV<br>table.Encode[0].ExtraFormat[0].AudioEnable=false<br>table.Encode[0].ExtraFormat[0].Video.resolution=704x480<br>table.Encode[0].ExtraFormat[0].Video.BitRate=256<br>table.Encode[0].ExtraFormat[0].Video.BitRateControl=CBR<br>table.Encode[0].ExtraFormat[0].Video.Compression=H.264<br>table.Encode[0].ExtraFormat[0].Video.CustomResolutionName=D1<br>table.Encode[0].ExtraFormat[0].Video.FPS=15<br>table.Encode[0].ExtraFormat[0].Video.GOP=15<br>table.Encode[0].ExtraFormat[0].Video.Height=480<br>table.Encode[0].ExtraFormat[0].Video.Pack=DHAV<br>table.Encode[0].ExtraFormat[0].Video.Priority=0<br>table.Encode[0].ExtraFormat[0].Video.Profile=High<br>table.Encode[0].ExtraFormat[0].Video.Quality=4<br>table.Encode[0].ExtraFormat[0].Video.QualityRange=6<br>table.Encode[0].ExtraFormat[0].Video.SVCTLayer=1<br>table.Encode[0].ExtraFormat[0].Video.Width=704<br>table.Encode[0].ExtraFormat[0].VideoEnable=true<br>table.Encode[0].ExtraFormat[1].Audio.Bitrate=64<br>table.Encode[0].ExtraFormat[1].Audio.Channels[0]=0<br>table.Encode[0].ExtraFormat[1].Audio.Compression=AAC<br>table.Encode[0].ExtraFormat[1].Audio.Depth=16<br>table.Encode[0].ExtraFormat[1].Audio.Frequency=8000<br>table.Encode[0].ExtraFormat[1].Audio.Pack=DHAV<br>table.Encode[0].ExtraFormat[1].AudioEnable=false<br>table.Encode[0].ExtraFormat[1].Video.resolution=704x480<br>table.Encode[0].ExtraFormat[1].Video.BitRate=1024<br>table.Encode[0].ExtraFormat[1].Video.BitRateControl=CBR<br>table.Encode[0].ExtraFormat[1].Video.Compression=H.264<br>table.Encode[0].ExtraFormat[1].Video.CustomResolutionName=D1<br>table.Encode[0].ExtraFormat[1].Video.FPS=30<br>table.Encode[0].ExtraFormat[1].Video.GOP=60<br>table.Encode[0].ExtraFormat[1].Video.Height=480<br>table.Encode[0].ExtraFormat[1].Video.Pack=DHAV<br>table.Encode[0].ExtraFormat[1].Video.Priority=0<br>table.Encode[0].ExtraFormat[1].Video.Profile=High<br>table.Encode[0].ExtraFormat[1].Video.Quality=4<br>table.Encode[0].ExtraFormat[1].Video.QualityRange=6<br>table.Encode[0].ExtraFormat[1].Video.SVCTLayer=1<br>table.Encode[0].ExtraFormat[1].Video.Width=704<br>table.Encode[0].ExtraFormat[1].VideoEnable=false<br>table.Encode[0].ExtraFormat[2].Audio.Bitrate=64<br>table.Encode[0].ExtraFormat[2].Audio.Channels[0]=0<br>table.Encode[0].ExtraFormat[2].Audio.Compression=AAC<br>table.Encode[0].ExtraFormat[2].Audio.Depth=16<br>table.Encode[0].ExtraFormat[2].Audio.Frequency=8000<br>table.Encode[0].ExtraFormat[2].Audio.Pack=DHAV<br>table.Encode[0].ExtraFormat[2].AudioEnable=false<br>table.Encode[0].ExtraFormat[2].Video.resolution=704x480<br>table.Encode[0].ExtraFormat[2].Video.BitRate=1024<br>table.Encode[0].ExtraFormat[2].Video.BitRateControl=CBR<br>table.Encode[0].ExtraFormat[2].Video.Compression=H.264<br>table.Encode[0].ExtraFormat[2].Video.CustomResolutionName=D1<br>table.Encode[0].ExtraFormat[2].Video.FPS=30<br>table.Encode[0].ExtraFormat[2].Video.GOP=60<br>table.Encode[0].ExtraFormat[2].Video.Height=480<br>table.Encode[0].ExtraFormat[2].Video.Pack=DHAV<br>table.Encode[0].ExtraFormat[2].Video.Priority=0<br>table.Encode[0].ExtraFormat[2].Video.Profile=High<br>table.Encode[0].ExtraFormat[2].Video.Quality=4<br>table.Encode[0].ExtraFormat[2].Video.QualityRange=6<br>table.Encode[0].ExtraFormat[2].Video.SVCTLayer=1<br>table.Encode[0].ExtraFormat[2].Video.Width=704<br>table.Encode[0].ExtraFormat[2].VideoEnable=false<br>table.Encode[0].MainFormat[0].Audio.Bitrate=64<br>table.Encode[0].MainFormat[0].Audio.Channels[0]=0<br>table.Encode[0].MainFormat[0].Audio.Compression=AAC<br>table.Encode[0].MainFormat[0].Audio.Depth=16<br>table.Encode[0].MainFormat[0].Audio.Frequency=8000<br>table.Encode[0].MainFormat[0].Audio.Mode=0<br>table.Encode[0].MainFormat[0].Audio.Pack=DHAV<br>table.Encode[0].MainFormat[0].AudioEnable=false<br>table.Encode[0].MainFormat[0].Video.resolution=3840x2160<br>table.Encode[0].MainFormat[0].Video.BitRate=4096<br>table.Encode[0].MainFormat[0].Video.BitRateControl=CBR<br>table.Encode[0].MainFormat[0].Video.Compression=H.264<br>table.Encode[0].MainFormat[0].Video.CustomResolutionName=3840x2160<br>table.Encode[0].MainFormat[0].Video.FPS=15<br>table.Encode[0].MainFormat[0].Video.GOP=30<br>table.Encode[0].MainFormat[0].Video.Height=2160<br>table.Encode[0].MainFormat[0].Video.Pack=DHAV<br>table.Encode[0].MainFormat[0].Video.Priority=0<br>table.Encode[0].MainFormat[0].Video.Profile=Main<br>table.Encode[0].MainFormat[0].Video.Quality=4<br>table.Encode[0].MainFormat[0].Video.QualityRange=6<br>table.Encode[0].MainFormat[0].Video.SVCTLayer=1<br>table.Encode[0].MainFormat[0].Video.Width=3840<br>table.Encode[0].MainFormat[0].VideoEnable=true<br>table.Encode[0].MainFormat[1].Audio.Bitrate=64<br>table.Encode[0].MainFormat[1].Audio.Channels[0]=0<br>table.Encode[0].MainFormat[1].Audio.Compression=AAC<br>table.Encode[0].MainFormat[1].Audio.Depth=16<br>table.Encode[0].MainFormat[1].Audio.Frequency=8000<br>table.Encode[0].MainFormat[1].Audio.Mode=0<br>table.Encode[0].MainFormat[1].Audio.Pack=DHAV<br>table.Encode[0].MainFormat[1].AudioEnable=false<br>table.Encode[0].MainFormat[1].Video.resolution=3840x2160<br>table.Encode[0].MainFormat[1].Video.BitRate=4096<br>table.Encode[0].MainFormat[1].Video.BitRateControl=CBR<br>table.Encode[0].MainFormat[1].Video.Compression=H.264<br>table.Encode[0].MainFormat[1].Video.CustomResolutionName=3840x2160<br>table.Encode[0].MainFormat[1].Video.FPS=15<br>table.Encode[0].MainFormat[1].Video.GOP=30<br>table.Encode[0].MainFormat[1].Video.Height=2160<br>table.Encode[0].MainFormat[1].Video.Pack=DHAV<br>table.Encode[0].MainFormat[1].Video.Priority=0<br>table.Encode[0].MainFormat[1].Video.Profile=Main<br>table.Encode[0].MainFormat[1].Video.Quality=4<br>table.Encode[0].MainFormat[1].Video.QualityRange=6<br>table.Encode[0].MainFormat[1].Video.SVCTLayer=1<br>table.Encode[0].MainFormat[1].Video.Width=3840<br>table.Encode[0].MainFormat[1].VideoEnable=true<br>table.Encode[0].MainFormat[2].Audio.Bitrate=64<br>table.Encode[0].MainFormat[2].Audio.Channels[0]=0<br>table.Encode[0].MainFormat[2].Audio.Compression=AAC<br>table.Encode[0].MainFormat[2].Audio.Depth=16<br>table.Encode[0].MainFormat[2].Audio.Frequency=8000<br>table.Encode[0].MainFormat[2].Audio.Mode=0<br>table.Encode[0].MainFormat[2].Audio.Pack=DHAV<br>table.Encode[0].MainFormat[2].AudioEnable=false<br>table.Encode[0].MainFormat[2].Video.resolution=3840x2160<br>table.Encode[0].MainFormat[2].Video.BitRate=4096<br>table.Encode[0].MainFormat[2].Video.BitRateControl=CBR<br>table.Encode[0].MainFormat[2].Video.Compression=H.264<br>table.Encode[0].MainFormat[2].Video.CustomResolutionName=3840x2160<br>table.Encode[0].MainFormat[2].Video.FPS=15<br>table.Encode[0].MainFormat[2].Video.GOP=30<br>table.Encode[0].MainFormat[2].Video.Height=2160<br>table.Encode[0].MainFormat[2].Video.Pack=DHAV<br>table.Encode[0].MainFormat[2].Video.Priority=0<br>table.Encode[0].MainFormat[2].Video.Profile=Main<br>table.Encode[0].MainFormat[2].Video.Quality=4<br>table.Encode[0].MainFormat[2].Video.QualityRange=6<br>table.Encode[0].MainFormat[2].Video.SVCTLayer=1<br>table.Encode[0].MainFormat[2].Video.Width=3840<br>table.Encode[0].MainFormat[2].VideoEnable=true<br>table.Encode[0].MainFormat[3].Audio.Bitrate=64<br>table.Encode[0].MainFormat[3].Audio.Channels[0]=0<br>table.Encode[0].MainFormat[3].Audio.Compression=AAC<br>table.Encode[0].MainFormat[3].Audio.Depth=16<br>table.Encode[0].MainFormat[3].Audio.Frequency=8000<br>table.Encode[0].MainFormat[3].Audio.Mode=0<br>table.Encode[0].MainFormat[3].Audio.Pack=DHAV<br>table.Encode[0].MainFormat[3].AudioEnable=false<br>table.Encode[0].MainFormat[3].Video.resolution=1280x720<br>table.Encode[0].MainFormat[3].Video.BitRate=1024<br>table.Encode[0].MainFormat[3].Video.BitRateControl=CBR<br>table.Encode[0].MainFormat[3].Video.Compression=H.264<br>table.Encode[0].MainFormat[3].Video.CustomResolutionName=720P<br>table.Encode[0].MainFormat[3].Video.FPS=15<br>table.Encode[0].MainFormat[3].Video.GOP=30<br>table.Encode[0].MainFormat[3].Video.Height=720<br>table.Encode[0].MainFormat[3].Video.Pack=DHAV<br>table.Encode[0].MainFormat[3].Video.Priority=0<br>table.Encode[0].MainFormat[3].Video.Profile=High<br>table.Encode[0].MainFormat[3].Video.Quality=4<br>table.Encode[0].MainFormat[3].Video.QualityRange=6<br>table.Encode[0].MainFormat[3].Video.SVCTLayer=1<br>table.Encode[0].MainFormat[3].Video.Width=1280<br>table.Encode[0].MainFormat[3].VideoEnable=true<br>table.Encode[0].SnapFormat[0].Audio.Bitrate=64<br>table.Encode[0].SnapFormat[0].Audio.Compression=G.711A<br>table.Encode[0].SnapFormat[0].Audio.Depth=16<br>table.Encode[0].SnapFormat[0].Audio.Frequency=8000<br>table.Encode[0].SnapFormat[0].Audio.Pack=DHAV<br>table.Encode[0].SnapFormat[0].AudioEnable=false<br>table.Encode[0].SnapFormat[0].Video.resolution=3840x2160<br>table.Encode[0].SnapFormat[0].Video.BitRate=5120<br>table.Encode[0].SnapFormat[0].Video.BitRateControl=VBR<br>table.Encode[0].SnapFormat[0].Video.Compression=MJPG<br>table.Encode[0].SnapFormat[0].Video.CustomResolutionName=3840x2160<br>table.Encode[0].SnapFormat[0].Video.FPS=0.100000<br>table.Encode[0].SnapFormat[0].Video.GOP=60<br>table.Encode[0].SnapFormat[0].Video.Height=2160<br>table.Encode[0].SnapFormat[0].Video.Pack=DHAV<br>table.Encode[0].SnapFormat[0].Video.Priority=0<br>table.Encode[0].SnapFormat[0].Video.Profile=Main<br>table.Encode[0].SnapFormat[0].Video.Quality=5<br>table.Encode[0].SnapFormat[0].Video.QualityRange=6<br>table.Encode[0].SnapFormat[0].Video.SVCTLayer=1<br>table.Encode[0].SnapFormat[0].Video.Width=3840<br>table.Encode[0].SnapFormat[0].VideoEnable=true<br>table.Encode[0].SnapFormat[1].Audio.Bitrate=64<br>table.Encode[0].SnapFormat[1].Audio.Compression=G.711A<br>table.Encode[0].SnapFormat[1].Audio.Depth=16<br>table.Encode[0].SnapFormat[1].Audio.Frequency=8000<br>table.Encode[0].SnapFormat[1].Audio.Pack=DHAV<br>table.Encode[0].SnapFormat[1].AudioEnable=false<br>table.Encode[0].SnapFormat[1].Video.resolution=3840x2160<br>table.Encode[0].SnapFormat[1].Video.BitRate=5120<br>table.Encode[0].SnapFormat[1].Video.BitRateControl=VBR<br>table.Encode[0].SnapFormat[1].Video.Compression=MJPG<br>table.Encode[0].SnapFormat[1].Video.CustomResolutionName=3840x2160<br>table.Encode[0].SnapFormat[1].Video.FPS=0.100000<br>table.Encode[0].SnapFormat[1].Video.GOP=60<br>table.Encode[0].SnapFormat[1].Video.Height=2160<br>table.Encode[0].SnapFormat[1].Video.Pack=DHAV<br>table.Encode[0].SnapFormat[1].Video.Priority=0<br>table.Encode[0].SnapFormat[1].Video.Profile=Main<br>table.Encode[0].SnapFormat[1].Video.Quality=5<br>table.Encode[0].SnapFormat[1].Video.QualityRange=6<br>table.Encode[0].SnapFormat[1].Video.SVCTLayer=1<br>table.Encode[0].SnapFormat[1].Video.Width=3840<br>table.Encode[0].SnapFormat[1].VideoEnable=true<br>table.Encode[0].SnapFormat[2].Audio.Bitrate=64<br>table.Encode[0].SnapFormat[2].Audio.Compression=G.711A<br>table.Encode[0].SnapFormat[2].Audio.Depth=16<br>table.Encode[0].SnapFormat[2].Audio.Frequency=8000<br>table.Encode[0].SnapFormat[2].Audio.Pack=DHAV<br>table.Encode[0].SnapFormat[2].AudioEnable=false<br>table.Encode[0].SnapFormat[2].Video.resolution=3840x2160<br>table.Encode[0].SnapFormat[2].Video.BitRate=5120<br>table.Encode[0].SnapFormat[2].Video.BitRateControl=VBR<br>table.Encode[0].SnapFormat[2].Video.Compression=MJPG<br>table.Encode[0].SnapFormat[2].Video.CustomResolutionName=3840x2160<br>table.Encode[0].SnapFormat[2].Video.FPS=0.100000<br>table.Encode[0].SnapFormat[2].Video.GOP=60<br>table.Encode[0].SnapFormat[2].Video.Height=2160<br>table.Encode[0].SnapFormat[2].Video.Pack=DHAV<br>table.Encode[0].SnapFormat[2].Video.Priority=0<br>table.Encode[0].SnapFormat[2].Video.Profile=Main<br>table.Encode[0].SnapFormat[2].Video.Quality=5<br>table.Encode[0].SnapFormat[2].Video.QualityRange=6<br>table.Encode[0].SnapFormat[2].Video.SVCTLayer=1<br>table.Encode[0].SnapFormat[2].Video.Width=3840<br>table.Encode[0].SnapFormat[2].VideoEnable=true<br><br>then this URL will SET the <strong class="text-strong">gop</strong> (for the main pulled rtsp stream) to 15 (was 30)<br><br><a href="http://192.168.0.73/cgi-bin/configManager.cgi?action=setConfig&amp;Encode%5B0%5D.ExtraFormat%5B0%5D.Video.GOP=15" class="postlink">http://192.168.0.73/cgi-bin/configManag ... deo.GOP=15</a></div></blockquote><p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=818">Thixotropic</a> — Sat Jul 22, 2023 1:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[IronSheepdog]]></name></author>
		<updated>2022-03-28T23:52:06+00:00</updated>

		<published>2022-03-28T23:52:06+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=13297#p13297</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=13297#p13297"/>
		<title type="html"><![CDATA[Re: &quot;New&quot; Setup and CPU utilization question]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=13297#p13297"><![CDATA[
<blockquote class="uncited"><div>Looks like these Lorex do not have the setting, unless its buried somewhere else!<br><br>Capture.JPG</div></blockquote>Sorry for posting this old thread. Did you ever figure this out? I have a bunch of Lorex cameras as well and cannot change the keyframe/frame interval since there is no setting in the cameras for it. My ratios at always at 0.50 no matter what I do.<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=3975">IronSheepdog</a> — Mon Mar 28, 2022 11:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HeneryH]]></name></author>
		<updated>2020-06-10T20:19:43+00:00</updated>

		<published>2020-06-10T20:19:43+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=5492#p5492</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=5492#p5492"/>
		<title type="html"><![CDATA[Re: &quot;New&quot; Setup and CPU utilization question]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=5492#p5492"><![CDATA[
<blockquote class="uncited"><div>I have looked and Googled for the better part of a couple weeks now and cannot find any reference to Frame Intervals, key frames, or anything else they go by on my cameras. So i am asking for help if anyone knows where this setting is on my cameras.</div></blockquote>Vodoo magic...<br><br>I'm an engineer and ever since middle school I have found unit analysis very helpful.  If you look at the units on a number (ie km/hr) you can usually easily figure out how to get hrs by simple * and /.<br><br>The reason I bring this up is that I am ALWAYS annoyed by the lack of clarity on units in this setting in particular.<br><br>I have always heard that it is the interval that key frames are saved.  So if you have raw 30 frames per second stream, then perhaps you want 1 key frame for every 30 real frames (or one key frame every second).<br><br>So what are the units??????   Who the heck knows.  I never understood.<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=564">HeneryH</a> — Wed Jun 10, 2020 8:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[brokenarrow03]]></name></author>
		<updated>2020-06-10T20:06:47+00:00</updated>

		<published>2020-06-10T20:06:47+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=5490#p5490</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=5490#p5490"/>
		<title type="html"><![CDATA[Re: &quot;New&quot; Setup and CPU utilization question]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=5490#p5490"><![CDATA[
Looks like these Lorex do not have the setting, unless its buried somewhere else!<br><div class="inline-attachment"><dl class="file"><dt class="attach-image"><img src="https://blueirissoftware.com/forum/download/file.php?id=587" class="postimage" alt="Capture.JPG" onclick="viewableArea(this);" /></dt></dl></div><p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=2230">brokenarrow03</a> — Wed Jun 10, 2020 8:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Matts1984]]></name></author>
		<updated>2020-06-10T18:59:10+00:00</updated>

		<published>2020-06-10T18:59:10+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=5489#p5489</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=5489#p5489"/>
		<title type="html"><![CDATA[Re: &quot;New&quot; Setup and CPU utilization question]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=5489#p5489"><![CDATA[
I wish I could help. Mine aren't Lorex and from my (much shorter time spent) Googling, I came up dry too. It looks like they just want you to use their NVR - of course  <img class="smilies" src="https://blueirissoftware.com/forum/images/smilies/icon_e_smile.gif" width="15" height="17" alt=":)" title="Smile">  Perhaps someone else here has already run into this.<br><br>While it won't help you <span style="text-decoration:underline">at all</span>, this is what mine looks like:<br><div class="inline-attachment"><dl class="file"><dt class="attach-image"><img src="https://blueirissoftware.com/forum/download/file.php?id=586" class="postimage" alt="Config.JPG" onclick="viewableArea(this);" /></dt></dl></div><p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=1988">Matts1984</a> — Wed Jun 10, 2020 6:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[brokenarrow03]]></name></author>
		<updated>2020-06-10T16:43:49+00:00</updated>

		<published>2020-06-10T16:43:49+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=5488#p5488</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=5488#p5488"/>
		<title type="html"><![CDATA[Re: &quot;New&quot; Setup and CPU utilization question]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=5488#p5488"><![CDATA[
I have looked and Googled for the better part of a couple weeks now and cannot find any reference to Frame Intervals, key frames, or anything else they go by on my cameras. So i am asking for help if anyone knows where this setting is on my cameras.<br><br>Lorex LNB8111-C<br><br><br>Thanks<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=2230">brokenarrow03</a> — Wed Jun 10, 2020 4:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Matts1984]]></name></author>
		<updated>2020-05-22T18:13:06+00:00</updated>

		<published>2020-05-22T18:13:06+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=5102#p5102</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=5102#p5102"/>
		<title type="html"><![CDATA[Re: &quot;New&quot; Setup and CPU utilization question]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=5102#p5102"><![CDATA[
You bet, that is a dramatic improvement. Try it and make sure you don't have any unacceptable consequences but for me - I don't. You certainly have higher quality cameras than I do.<br><br>I do see that you can improve your keyframes though. Per the BI document, they should be approximately 1/s and you're around 2/s. This is a setting somewhere directly on the cameras that would have to be updated. My understanding is the FPS in your screenshot is fine (around 15) but the "key" should be as close to 1 as possible. The lingo in your cameras interface may vary but for mine it is called "Frame Interval". Try setting that to the same value as your FPS (by default my cameras did not set this according to BI recommendation). If you're able to tweak that, your CPU should drop even more. Additionally, you should see the numbers in the Status screen update in real time as you tweak the cameras so you'll know quickly if you made it worse or better.<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=1988">Matts1984</a> — Fri May 22, 2020 6:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[brokenarrow03]]></name></author>
		<updated>2020-05-21T23:27:42+00:00</updated>

		<published>2020-05-21T23:27:42+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=5090#p5090</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=5090#p5090"/>
		<title type="html"><![CDATA[Re: &quot;New&quot; Setup and CPU utilization question]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=5090#p5090"><![CDATA[
Here are the pictures you requested. It seems that after selecting the "Limit Decoding unless required" the CPU dropped from 85% down to about 30% with all 6 cameras running. I appreciate your help.<br><div class="inline-attachment"><dl class="file"><dt class="attach-image"><img src="https://blueirissoftware.com/forum/download/file.php?id=560" class="postimage" alt="Capture.PNG" onclick="viewableArea(this);" /></dt></dl></div><p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=2230">brokenarrow03</a> — Thu May 21, 2020 11:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[brokenarrow03]]></name></author>
		<updated>2020-05-21T21:31:14+00:00</updated>

		<published>2020-05-21T21:31:14+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=5088#p5088</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=5088#p5088"/>
		<title type="html"><![CDATA[Re: &quot;New&quot; Setup and CPU utilization question]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=5088#p5088"><![CDATA[
Thank you for the replies thus far. I did upgrade to the full license after my demo period went so well with the 1 camera. I will post some screenshots when I get a second.<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=2230">brokenarrow03</a> — Thu May 21, 2020 9:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thixotropic]]></name></author>
		<updated>2020-05-20T23:51:50+00:00</updated>

		<published>2020-05-20T23:51:50+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=5069#p5069</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=5069#p5069"/>
		<title type="html"><![CDATA[Re: &quot;New&quot; Setup and CPU utilization question]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=5069#p5069"><![CDATA[
<blockquote class="uncited"><div>I REALLY hate to sound like someone who shall forever remain nameless, but...  you can get an awesome BI machine that can handle many cameras for less than a grand.  Way less.</div></blockquote>Absolutely. You can, for example, get decent used servers (rack style, usually) for very reasonable prices on eBay, way less than the cost of a build. Even building a box with all new parts you can come in way under $1000. <br><br>I built my BI box only because I had about 80% of the pieces laying around and because a friend sold me an extra i7-7700 3.6 GHz he had for practically nothing. If I had it to do over again I'd set my budget and then go to eBay or the Dell refurbished merchandise store. I wouldn't build a whole new PC again. <br><br>I've often wondered if a fully-loaded Raspberry 4 would work as an entry-level BI box. With the new sub-streaming feature I think it makes it more feasible, but probably only for a small set of cameras, maybe 2 to 4 medium-resolution cams.<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=818">Thixotropic</a> — Wed May 20, 2020 11:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HeneryH]]></name></author>
		<updated>2020-05-20T23:16:24+00:00</updated>

		<published>2020-05-20T23:16:24+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=5064#p5064</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=5064#p5064"/>
		<title type="html"><![CDATA[Re: &quot;New&quot; Setup and CPU utilization question]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=5064#p5064"><![CDATA[
I REALLY hate to sound like someone who shall forever remain nameless, but...  you can get an awesome BI machine that can handle many cameras for less than a grand.  Way less.<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=564">HeneryH</a> — Wed May 20, 2020 11:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Matts1984]]></name></author>
		<updated>2020-05-20T14:55:13+00:00</updated>

		<published>2020-05-20T14:55:13+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=5050#p5050</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=5050#p5050"/>
		<title type="html"><![CDATA[Re: &quot;New&quot; Setup and CPU utilization question]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=5050#p5050"><![CDATA[
I don't think it's fair to say terrible but no, it's not the newest. Since they are Xeons they don't support QuickSync but I believe can still do the job. There may be a few tradeoffs that can easily be made vs dropping a large sum on a completely new system. It may in the end be worth looking at a CPU upgrade but the OP is likely still going to be limited by what the mobo is capable of. By the looks of it, for an LGA1156 socket, the highest is a Xeon X3480 which appears in short supply so it quite expensive compared to an X3470... and then it's not that much of a change. <br><br>My recommendation is to continue trying to tweak, I still think you can make it. If not, since you have the drives you can generally find old (well less old than what you have) servers online for pretty cheap. My dual-socket server with no drives cost $200.<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=1988">Matts1984</a> — Wed May 20, 2020 2:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HeneryH]]></name></author>
		<updated>2020-05-20T14:24:06+00:00</updated>

		<published>2020-05-20T14:24:06+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=5048#p5048</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=5048#p5048"/>
		<title type="html"><![CDATA[Re: &quot;New&quot; Setup and CPU utilization question]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=5048#p5048"><![CDATA[
That CPU is pretty old and fares poorly in the benchmarks<br><br> Other names: Intel(R) Xeon(R) CPU X3440 @ 2.53GHz<br>CPU First Seen on Charts:  Q4 2009<br>Overall Rank:  1207<br><br>and it may not even support QuickSync. (from what I see it doesn't)<br><br>All in all, this seems like a TERRIBLE choice for BI.<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=564">HeneryH</a> — Wed May 20, 2020 2:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Matts1984]]></name></author>
		<updated>2020-05-20T12:19:07+00:00</updated>

		<published>2020-05-20T12:19:07+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=5044#p5044</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=5044#p5044"/>
		<title type="html"><![CDATA[Re: &quot;New&quot; Setup and CPU utilization question]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=5044#p5044"><![CDATA[
I have a few thoughts for you. First, you mentioned BI Demo mode... have you upgraded that to a full licensed version? I know some features are disabled in demo and that could make a difference. Second, could you share the output from the Status &gt; Cameras tab? What I'm referring to is below, the most important content is highlighted in red if you don't want to put up a full screenshot. This info can help a lot.<br><div class="inline-attachment"><dl class="file"><dt class="attach-image"><img src="https://blueirissoftware.com/forum/download/file.php?id=557" class="postimage" alt="Img.jpg" onclick="viewableArea(this);" /></dt></dl></div>Other than tweaking settings that might be discovered from that information, if you are POSITIVE you're doing Direct to Disk, the biggest optimization I have found beyond that is to turn on 'Limit Decoding unless required'. This is found in the settings for each camera at the bottom of the 'Video' tab. What this setting is intended to do is for BI to only decode the keyframes received from the camera(s) which in theory should be one per second (we can verify if you post the information requested above). As it stands now, your server is actually decoding 15 frames per second, per camera. With 6 cameras you're talking 90 frames per second or with this setting you can make that 6. The system will automatically ramp up if you are live streaming one of the feeds so it will cycle up if needed to your default frame rate. Recorded videos are also captured at your default frame rate since you're doing Direct to Disk. In my experience, having this decode down to 1 fps still allows my BI motion detecting to work perfectly fine though I understand this could vary per use case. Ultimately, the system just doesn't need to process near cinema quality video (24 fps) if it's just chugging along watching for movement. If you're actually watching the stream in the console, UI3, or mobile app... it spins up instantly. If I do have the console open and the mosaic of all my cameras are displayed - but none are selected - they update at the slower 1 fps which actually surprisingly isn't THAT bad. My system is a bit different than yours but I run typically around 10% and ramp up to 30-40% when I give it a demand.<br><br>I think we can probably get your current system tweaked to run your cameras. Alternatively, eBay is your friend. I just purchased four new (to me) septacore Xeon processors for $20 total. I only need 2 but it was a batch of 4 so I figured I had some options if one or two didn't work. They are not installed yet though.<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=1988">Matts1984</a> — Wed May 20, 2020 12:19 pm</p><hr />
]]></content>
	</entry>
	</feed>
