Raspberry Pi + Camera

https://projects.raspberrypi.org/en/projects/getting-started-with-picamera/0 Click one Image: raspistill -o Desktop/image1.jpg raspistill -o Desktop/img-small.jpg -w 640 -h 480 from picamera import PiCamera from time import sleep camera = PiCamera() camera.start_preview() sleep(5) camera.capture('/home/rpi/Desktop/image1.jpg') camera.stop_preview()

windows11 – useful shortcuts

Insert special characterWindows key + .CastWindows key + Kopen the “Quick links” menu by right-clickingWindows key + Xchange keyboardWindows key + Space Bar button open Snap layoutsWindows key + Z open the classic context menu“Shift + Right-click” Open your clipboard historyWindows key + V Open the Start menuCtrl + Esc Ref: https://www.xda-developers.com/windows-11-keyboard-shortcuts/ https://support.microsoft.com/en-us/windows/keyboard-shortcuts-in-windows-dcc61a57-8ff0-cffe-9796-cb9706c75eec https://allthings.how/windows-11-keyboard-shortcuts/