Wednesday, July 3, 2024

raspberry pi 7 inch display notes (pimoroni version)

7 inch display notes

this cleaned up the 3" display mess

sudo apt-get update
sudo apt-get install --reinstall libraspberrypi0 libraspberrypi-{bin,dev,doc} raspberrypi-bootloader
sudo reboot

install (or use) raspi-config to set console login
apt-get raspi-config installs if missing.

--30--

Tuesday, July 2, 2024

raspberry pi camera

 
motion testing, video device test tools


libcamera-hello --list-cameras
sudo v4l2-ctl --list-devices
vcgencmd get_camera



--30--