Skip to main content

2 posts tagged with "Dashboard"

Web Interface related posts.

View All Tags

Fix the stream

· One min read
Ludovico Ferrara
Maintainer of Security-Cam

Fixing old issues

In my previous setup, I used picamera for recording and streaming video on the Raspberry Pi. However, I noticed a recurring issue: the video stream would consistently freeze whenever a recording started, only resuming after the recording was complete. While this wasn't a big problem, it was frustrating enough to warrant a closer look.

Build a Dashboard

· One min read
Ludovico Ferrara
Maintainer of Security-Cam
Lennert Pfundtner
Front End Engineer

Starting to build the Dashboard

Today we started building the first steps of the dashboard. We chose NextJS with TypeScript and TailwindCSS as the main technologies. Before that we talked about how to integrate the video stream and found out about the ability of the HTML5 video tag to stream a video via RTSP.