vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.57k stars 533 forks source link

Cam not working #1681

Open Papsi77 opened 2 years ago

Papsi77 commented 2 years ago

Hello,

I have installed BCNC and opencv and everything else that is needed.

The USB camera is recognized under Python and Cheese and works. 2 3

What other information can I provide so that the camera symbol in BCNC no longer appears gray? 1

Thanks Papsi

jsiddall commented 2 years ago

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!