Is there a parameter to set timeout for Deepstack? It appears to default at 60 seconds.
This really depends on how you are using DeepStack. If you are using http calls from Python/C#, etc, just set the http timeout. If you are using Blue Iris I don’t know.
If there is a configurable timeout for the engine itself I’m not aware of it.
1 Like
Yes, DeepStack has a timeout of 60seconds ( as seen in the source code here ) as @angel mentioned. It’s possible to make this configurable by creating an optional environment variable/parameter with a default value set.
Add request for this as an issue on the repository and we will work on it.