Frank's Projects Blog

0

Photo Speed Radar-Overview

For a long time I wanted to do this project and finally did it in 2018. Speeders on my street have been a problem and I wanted to start recording who they are and...

2

Motion Detection with OpenCV and Python

Besides its useful in security cameras I first became interested in deploying motion detection on a camera I built using a Raspberry Pi 3 Model B with an attached telephoto lens. Its purpose was...

0

Displaying Camera Streams Side-by-Side

Often there are situations where it is desired to watch the streams from multiple cameras simultaneously. Security cameras are certainly one of those situations. For a while now I have been “playing” with various...

5

ESP32-Camera Streaming and Image Capture

This topic shows many of the ways one can stream video and/or capture images from the esp32-camera by AIthinker. For this purpose the example “camera_web_server” found in the esp-who repository (https://github.com/espressif/esp-who.git) was built and...