To kill all existing processes (which is very probably the main python script PiFaceFast.py)... run the following...
sudo pkill python
(To restart the original processes, just power down/up your Q.bo...)
--
Christian Buysschaert
Leuven - Belgium
Email christian.buysschaert@gmail.com
To kill all existing processes (which is very probably the main python script PiFaceFast.py)... run the following...
sudo pkill python
(To restart the original processes, just power down/up your Q.bo...)
Done ;) Thank you
So I got this error "File "Qbo_webcam.py", line 40, in <module>
webcam = cv2.VideoCapture(int(config['camera'])) # Get ready to start getting images from the webcam
TypeError: 'NoneType' object has no attribute '__getitem__' "
You need to add "camera: 0" to your config.yml file (don't miss the comma!)
I advise you to read my textbook to implement Q.BO STEM or Q.BO One at the latest version, with which you can also make it play with chat-gpt.