βΉοΈ Microscope Panel Info
π Physical Camera Button
β’ Microscope has a physical snap button
β’ Sends KEY_CAMERA (linux evdev code 212)
β’ Mapped by X11/Wayland as LaunchWebCam key
β’ Browser catches via e.key === 'LaunchWebCam'
β’ Triggers snap() β same as Space key
π· Camera Selection
β’ Selector appears when multiple cameras detected
β’ enumerateCameras() runs after getUserMedia succeeds
β’ Auto-picks UVC camera if found, otherwise first camera
ποΈ Deployment
β’ Static site β no server runtime
β’ Hosted on Cloudflare Pages (HTTPS)
β οΈ Known Gotchas
β’ getUserMedia requires HTTPS or localhost
β’ CF Pages provides HTTPS automatically
β’ Physical camera button works via OS key mapping