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
Using the Python interactive shell is quite useful for discovering code-base functionality. As it stands now, DepthAI cannot support the interactive shell because the watchdog detects the delay from the shell, assumes something has gone wrong, and reboots the DepthAI device.
Supporting the Python Interactive Shell will allow easier discoverability of DepthAI functionality.
Move to the how:
Figure out a way to configure and handle the watchdog so that python interactive shell can be used
Luxonis-Brandon
changed the title
Figure out a way to configure and handle the watchdog so that python interactive shell can be used, https://luxonis.slack.com/archives/CG1PHMY6M/p1602495326208900, see idea https://luxonis.slack.com/archives/CG1PHMY6M/p1602508153217000
Watchdog Rewrite to Support Python Interactive Shell
Dec 21, 2020
With Gen2 approach, this issue is now resolved. I also did quite a bit of tests with the interactive shell and it worked as intended.
I'll close this for now
Start with the
why
:Using the Python interactive shell is quite useful for discovering code-base functionality. As it stands now, DepthAI cannot support the interactive shell because the watchdog detects the delay from the shell, assumes something has gone wrong, and reboots the DepthAI device.
Supporting the Python Interactive Shell will allow easier discoverability of DepthAI functionality.
Move to the
how
:Figure out a way to configure and handle the watchdog so that python interactive shell can be used
https://luxonis.slack.com/archives/CG1PHMY6M/p1602495326208900, see idea https://luxonis.slack.com/archives/CG1PHMY6M/p1602508153217000
Move to the
what
:Support the Python Interactive Shell in Gen2 Pipeline Builder (#136).
The text was updated successfully, but these errors were encountered: