Raspberry Pi Pico powered LED Lamp
Converting a Dazor P-2134 task lamp to LED
I recently completed a LED conversion on a Dazor P-2134 fluorescent tube task lamp.
Dazor has been making variations of this lamp since 1938.
The newly converted lamp has adjustable brightness and color temperature and uses a 20kHz PWM frequency to avoid any image banding on digital camera image capture.
Raspberry Pi Camera RTSP Streaming with multiple resolution feeds
Using GPU accelerated H.264 encoding
Update July 2023: The setup instructions below work with Raspberry Pi OS (Legacy) based on Debian 10 (buster). For instructions that will work with Raspberry Pi OS based on Debian 11 (bullseye), please have a look at my updated blog post here.
I was looking for a way to stream two H.264 video feeds from an old Raspberry Pi 2 and Raspberry Pi Camera Module with the first feed being the highest resolution that I could achieve from the camera and the second being a lower resolution that would be more suitable for analysis. To monitor the Pi Camera and perform motion and AI object detection with a Frigate NVR system, I wanted the feeds served from an RTSP server.
[Read More]