Blue Iris constantly using Deepstack

ultimz

n3wb
Joined
Oct 3, 2020
Messages
18
Reaction score
5
Hi,

Pulling my hair out here and hoping someone can help :)

I have Blue Iris running on a desktop PC linked to a remote (same LAN) Deepstack instance. I have configured Blue Iris to send motion alerts to Deepstack but when I check the Deepstack logs there is a constant flow of data coming from the Blue Iris IP even when there is no motion:

[GIN] 2021/11/08 - 16:16:31 | 200 | 61.406479ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"
[GIN] 2021/11/08 - 16:16:31 | 200 | 65.170471ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"
[GIN] 2021/11/08 - 16:16:32 | 200 | 55.534351ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"
[GIN] 2021/11/08 - 16:17:01 | 200 | 109.988158ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"
[GIN] 2021/11/08 - 16:17:01 | 200 | 108.844315ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"
[GIN] 2021/11/08 - 16:17:01 | 200 | 108.613461ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"
[GIN] 2021/11/08 - 16:17:02 | 200 | 63.900221ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"
[GIN] 2021/11/08 - 16:17:13 | 200 | 66.100501ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"

Only reason I'm trying to fix this is it isn't allowing the GPU on my Deepstack server to go to a power saving mode as it's constantly busy. Please could someone let me know what setting I can change on Blue Iris to stop this?

Email to: support@blueirissoftware.com

Support data:
Version: Release 5.5.1.20 x64 (2021/11/03)
Service: Yes [.\blueiris]
OS: Windows 10 Pro
CPU: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz [7%]
RAM: 1.21G/31.8G
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,141
Reaction score
4,118
Location
Brooklyn, NY
Hi,

Pulling my hair out here and hoping someone can help :)

I have Blue Iris running on a desktop PC linked to a remote (same LAN) Deepstack instance. I have configured Blue Iris to send motion alerts to Deepstack but when I check the Deepstack logs there is a constant flow of data coming from the Blue Iris IP even when there is no motion:

[GIN] 2021/11/08 - 16:16:31 | 200 | 61.406479ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"
[GIN] 2021/11/08 - 16:16:31 | 200 | 65.170471ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"
[GIN] 2021/11/08 - 16:16:32 | 200 | 55.534351ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"
[GIN] 2021/11/08 - 16:17:01 | 200 | 109.988158ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"
[GIN] 2021/11/08 - 16:17:01 | 200 | 108.844315ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"
[GIN] 2021/11/08 - 16:17:01 | 200 | 108.613461ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"
[GIN] 2021/11/08 - 16:17:02 | 200 | 63.900221ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"
[GIN] 2021/11/08 - 16:17:13 | 200 | 66.100501ms | (My Blue Iris IP - hidden) | POST "/v1/vision/detection"

Only reason I'm trying to fix this is it isn't allowing the GPU on my Deepstack server to go to a power saving mode as it's constantly busy. Please could someone let me know what setting I can change on Blue Iris to stop this?

Email to: support@blueirissoftware.com

Support data:
Version: Release 5.5.1.20 x64 (2021/11/03)
Service: Yes [.\blueiris]
OS: Windows 10 Pro
CPU: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz [7%]
RAM: 1.21G/31.8G
I think it is because Detect/ignore static objects is checked

1636388947535.png
 

ultimz

n3wb
Joined
Oct 3, 2020
Messages
18
Reaction score
5
Yes it worked :) I guess the only issue is it will detect static objects now but that's ok... atleast I can save on power

Thanks
 
Top