bCNC
bCNC copied to clipboard
Cam not working
Hello,
I have installed BCNC and opencv and everything else that is needed.
The USB camera is recognized under Python and Cheese and works.
What other information can I provide so that the camera symbol in BCNC no longer appears gray?
Thanks Papsi
IIRC I had to install some OS PIL packages to get the camera to show up in bCNC. Granted, this was in Kubuntu, but similar packages should exist for the RPi. I ran:
sudo apt-get install python3-tk python-pip python3-pil python3-pil.imagetk
Good luck!