You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,9 +189,11 @@ The following environment variables can be set to alter default behavior of the
189
189
| DEPTHAI_CRASHDUMP | Directory in which to save the crash dump. |
190
190
| DEPTHAI_CRASHDUMP_TIMEOUT | Specifies the duration in seconds to wait for device reboot when obtaining a crash dump. Crash dump retrieval disabled if 0. |
191
191
| DEPTHAI_DISABLE_FEEDBACK | Disables crash dump and pipeline schema collection used to improve the library |
192
-
| DEPTHAI_HUB_API_KEY |(Default) API key for the Luxonis Hub |
193
-
| DEPTHAI_ZOO_INTERNET_CHECK | (Default) 1 - perform internet check, 0 - skip internet check |
192
+
| DEPTHAI_HUB_API_KEY | API key for the Luxonis Hub |
193
+
| DEPTHAI_ZOO_INTERNET_CHECK | (Default) 1 - perform internet check, if available, download the newest model version 0 - skip internet check and use cached model|
194
194
| DEPTHAI_ZOO_INTERNET_CHECK_TIMEOUT | (Default) 1000 - timeout in milliseconds for the internet check |
195
+
| DEPTHAI_ZOO_CACHE_PATH | (Default) .depthai_cached_models - Folder where cached zoo models are stored |
196
+
| DEPTHAI_ZOO_MODELS_PATH | (Default) depthai_models - Folder where zoo model description files are stored |
195
197
| DEPTHAI_RECORD | Enables holistic record to the specified directory. |
196
198
| DEPTHAI_REPLAY | Replays holistic replay from the specified file or directory. |
0 commit comments