PortableBalanceLab / PBL

Learn how to create your own balance lab using python and a Raspberry Pi
4 stars 1 forks source link

Ensure webcam can be enabled via script or terminal, rather than UI #30

Closed adamkewley closed 1 year ago

adamkewley commented 1 year ago

From @JudCF

However, I have already found something that might be worth mentioning in the documentation. With the Raspberry Pi OS version I have installed (Bullseye), I cannot enable the camera through the interfaces tab nor does it automatically detect it. I had to do this through raspi-config as a deprecated option. I can also document it through GitHub if it easier for you to keep track of the issues there.

The install script already does it:

But the student-facing (backup) documentation uses a deprecated UI to do it. This should instead be stated as a command-line command, or we can just say "we have handled this for you ahead of time (#29)"