Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watchdog Rewrite to Support Python Interactive Shell #291

Closed
Luxonis-Brandon opened this issue Dec 21, 2020 · 1 comment
Closed

Watchdog Rewrite to Support Python Interactive Shell #291

Luxonis-Brandon opened this issue Dec 21, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Luxonis-Brandon
Copy link
Contributor

Luxonis-Brandon commented Dec 21, 2020

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).

@Luxonis-Brandon Luxonis-Brandon added enhancement New feature or request Gen2 labels Dec 21, 2020
@Luxonis-Brandon 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
@themarpe
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants