Page 1 of 1

DeepStack do not start by BI

Posted: Fri Apr 23, 2021 4:08 pm
by emerson1vier
DeepStack do not start by BI
When I click "Start Now" I got "Could not start check path
the Path on is C:\DeepStack
Port 81


I open the CMD and type below and works:
C:\Deepstack\deepstack --VISION-FACE True --PORT 81


Microsoft Windows [versão 10.0.19041.928]
(c) Microsoft Corporation. Todos os direitos reservados.

C:\Users\emers>CD/

C:\>C:\Deepstack\deepstack --VISION-FACE True --PORT 81
DeepStack: Version 2021.01.0
/v1/vision/face
---------------------------------------
/v1/vision/face/recognize
---------------------------------------
/v1/vision/face/register
---------------------------------------
/v1/vision/face/match
---------------------------------------
/v1/vision/face/list
---------------------------------------
/v1/vision/face/delete
---------------------------------------
---------------------------------------
v1/backup
---------------------------------------
v1/restore

Re: DeepStack do not start by BI

Posted: Fri Apr 23, 2021 4:40 pm
by terk
Port 81 is normally the UI3 instance. Try 82, or try netstat -an|findstr :82 without DeepStack running to see if anything is on it first.

Re: DeepStack do not start by BI

Posted: Thu Jun 24, 2021 2:09 am
by wahzoo2
I have the same issue on 3 installs.

All 3 are using Deepstack on port 82, and will run if use command line start
deepstack --VISION-DETECTION True --PORT 82

IP being used is the 127.0.0.1 , port is 82, and location is default c:\deepstack

BI seems to know when it's running as will change to "stop" option, but if not running start gives the error above on initial forum.

**Update**
Decided to go ahead and try a new deepstack release ... and that did the trick. It was an unstable release
likely crashing and not starting as it didn't handle the mode correctly. Anyways ... updating all the test installs
and now seems to be autostarting via BI and possibly even restarting if not running???

Re: DeepStack do not start by BI

Posted: Fri Aug 20, 2021 10:12 pm
by Dudleydogg
I would like to know when blue iris starts or Auto starts (Which is working) What flags or parameters does it send to Deep stack?

Re: DeepStack do not start by BI

Posted: Mon Aug 23, 2021 9:18 pm
by YrbkMgr
Dudleydogg wrote: Fri Aug 20, 2021 10:12 pm I would like to know when blue iris starts or Auto starts (Which is working) What flags or parameters does it send to Deep stack?
As far as I am aware, when DS is set to start with BI, the only thing it does is turn on object detection via:

Code: Select all

deepstack --VISION-DETECTION True --MODE High --PORT XXX
Where XXX is the port number. If you didn't have auto start with BI checked, you would run the above from a command line to enable it, and then you could monitor the DS output in the command window. When Sam did the Advanced - Deepstack + Blue Iris post in Tips and Tricks, he basically walks one through how to do it manually first to make sure everything is working. Ostensibly, that's what BI uses to start DS.