Tom
Tom
Hi! Here in the repository's Issues is probably the best place for discussion. I have experimented with motion detection recording and also human detection, but my raspberry pi 3 struggled...
Hi Pantgom, For your first point, you could set a folder to be served. This means any files you request via the URL, or by default `index.html`, will be returned...
I've tried a couple of approaches. The first method had the logic for connecting and saving the stream encapsulated within a class. This class has logic to catch disconnection errors...
Nice, thanks!
Does re-commenting the line `net.ipv4.ip_forward=1` in `/etc/sysctl.conf` allow you to run an update over ethernet? That should reverse [this](https://github.com/TomHumphries/RaspberryPiHotspot#add-routing-and-masquerade) routing step. It's been a while since I looked at this...