The Ultimate Video Surveillance Setup

January 22nd, 2021

Rob from the channel The Hook Up on Youtube went into detail on his video surveillance setup and it is so good, I had to switch to it.  My cameras were compatible so it was just a matter of building a system to replace my current NVR and get it all set up and configured.  There are 3 main components:

Blue Iris Webcam Software
Deepstack AI Server for video analysis
GentlePumpkin's AI Software to feed still shots to Deepstack and trigger HD recordings in Blue Iris when appropriate

Here are relevant links:

Build The BEST Security Camera NVR: Free Locally Processed AI Computer Vision with Blue Iris
DeepStack AI Server
GentlePumpkin's AI Write Up
AI Tool Source Code
Blue Iris

VorlonCD's update to GentlePumpkin's AI Tool

Here is some additional information I used to further tweak my Blue Iris installations:

Blue Iris error 8000274c, 8000274d, 80002745 and RTSP (solved)
Adjusting motion sensor settings
Optimizing Blue Iris's CPU Usage
Best Blue Iris setting for less false alerts due to windy cloud shadows?
Wyzecam v2 RTSP Blue Iris No Signal error workaround
Control Reolink RLC-423 with API
Getting Intel Quick Sync to work with Blue Iris (Settings & Troubleshooting)
Camera Group Properties
High CPU usage
docker-blueiris
MQTT with AI Tool & Blue Iris
AI Detection for Blue Iris

URL with credentials:

http://<server>:<port>/ui3.htm?user=<user>&pw=<password>&maximize=1&group=main&tab=live

Fireball Welding Square

January 22nd, 2021

The Fireball Tool Welding Square is designed to quickly and easily ensure square tube steel is completely aligned.  Fireball Tool

3 Axis Weld Clamp

January 22nd, 2021

Eurostile Extended Font

January 22nd, 2021

EUROSTILE FONT

I don't even remember what movie I was watching but I noticed that I really liked the font used and tracked it down so I could have the option to use it in the future.  Turns out it was Eurostile Extended.  I found a free ttf 

This page lists a number of uses of the font.  Fontspots: Eurostile

Plex Playlist Import

January 22nd, 2021

Since I'm now maintaining my playlists in Ampache, I thought it would be great to be able to export them from Ampache and import them to Plex.  Sonos has a Plex adapter but Ampache does not so it would be helpful to be able to have the option to use the playlists in Plex/Sonos.  Ampache has a shell script that will allow exporting the playlists and I've written a wrapper to make it easier since I have Ampache running in a Docker container.  I ran into a post detailing how someone used the Python PlexAPI package to programmatically import playlists ( Option to use existing m3u for playlist feature ).  I used the example on that page to create a program to import m3u playlists into Plex on my system.