Blue Iris, DeepStack, and Docker

Blue Iris will detect generic motion, pass it to DeepStack for further analysis, and DeepStack will let you know if there's an actual person, bike, vehicle, etc in the video that's being analyzed. Each Blue Iris camera has configurable settings around the types of DeepStack detection too.…

Arch Linux, Docker, and NVIDIA

If you've stumbled across this article, it's likely because you've been trying to get Docker, docker-compose, and NVIDIA all working together nicely. It's one of those rabbit holes where you think you're this close to finding the correct answer, but never quite do. This article might help.…

Running NiFi in a Docker Container

I've written a few articles on Apache NiFi and how to install it on Ubuntu. I recently ran into a situation where it wasn't possible to install NiFi directly, but it could be run via a docker container. Fortunately there are Apache NiFi docker images to accomplish this.…