DeepStack do not start by BI

Post Reply
emerson1vier
Posts: 4
Joined: Sun Feb 23, 2020 6:40 pm

DeepStack do not start by BI

Post 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
User avatar
terk
Posts: 175
Joined: Tue Jun 18, 2019 2:36 pm

Re: DeepStack do not start by BI

Post 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.
wahzoo2
Posts: 3
Joined: Mon May 18, 2020 6:36 pm

Re: DeepStack do not start by BI

Post 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???
Dudleydogg
Posts: 3
Joined: Fri Dec 11, 2020 2:05 am

Re: DeepStack do not start by BI

Post 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?
User avatar
YrbkMgr
Posts: 587
Joined: Sun Nov 24, 2019 12:56 am
Location: Chicagoland

Re: DeepStack do not start by BI

Post 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.
  • "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.
Post Reply