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
DeepStack do not start by BI
-
- Posts: 4
- Joined: Sun Feb 23, 2020 6:40 pm
Re: DeepStack do not start by BI
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
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???
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???
-
- Posts: 3
- Joined: Fri Dec 11, 2020 2:05 am
Re: DeepStack do not start by BI
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
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: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?
Code: Select all
deepstack --VISION-DETECTION True --MODE High --PORT XXX
- "Whenever I take something apart to fix it and put it back together again, I end up with like six really important looking pieces left over" -Tim Allen
- If you know what your after, you'll recognize it when you see it.