Closed rlmenge closed 2 years ago
I am also having this issue, Did anyone get back to you?
I'm not seeing a resolution to this, just links to similar issues.
Any suggestions would be appreciated.
I'm experiencing this as well, but this code works fine on my other nano. Has anyone fixed this
Hello,
I am having an issue very similar to this initialize issue : #35 . However, I replaced the camera and it did NOT fix my issue.
As background, I am running from the battery pack (99% charge) using Jupyter notebooks in chrome (although the issue occurs when I use the terminal on the Jetbot). I am trying to run the commands:
from jetbot import Camera camera = Camera.instance()
At first, running these commands would freeze the board and then trigger a full restart. I then ran
sudo systemctl restart nvargus-daemon
and now the code hangs at the camera commands.I also included the jupyter and nvargus logs when I run the commands in the teleoperations notebook.
Thanks for any help with this!
jetbot_jupyter_log.txt nvargus_daemon_log.txt