Hello, I have recently bought a Raspberry Pi Zero and an infrared camera. I want to make an http server which serves pictures that will be captured when a Pir sensor detects movement. I run a python script listening for movement, taking pictures and saving them to a folder. I want to make a dynamic ...