Hi Andy
My pi zero’s use motioneye OS , they seem to run fairly stable.
the settings i use are as follows from the top:
General settings :
Advanced settings : ON
Settings under Network are obvious
Services:
All off
Video device:
Automatic brightness off
Brightness: 50%
Contrast: 50%
Saturation : 50%
Resolution: 640 x 480
Frame rate: 10
Text overlay:
I left as default
Video Streaming:
Frame Rate: 10
Quality : 50%
Expert settings:
Only two parameters I change are
Fast Network Camera : OFF
Camera LED: OFF
Still images:
All default except
capture mode: Motion triggered (One Picture)
preserve pictures : for 1 week
Movies:
Movie quality: 75%
Recording mode: Motion Triggered
Max Movie Length: 30 seconds
Preserve: for one week
Motion Detection:
Frame change threshold: 1.4%
auto noise detection: OFF
Noise Level : 12%
Light switch detection: Outside 0% : Inside 25%
despeckle filter: OFF
Motion Gap: 10
Captured Before: 0
Captured After: 100
minimum motion frames : 10
Mask : OFF
Show frame changes : ON (FPS goes down but I find it tolerable)
Create Debug Media Files: OFF
Motion Notifications:
Run a command: ON
Command:
curl -X POST -H “x-ha-access: #####” \ -H “Content-Type: application/json” \ -d ‘{“state”: “on”, “attributes”: {“friendly_name”: “frontcam”}}’ \ http://myaddress.duckdns.org:8123/api/states/binary_sensor.frontcam
Run an End Command: ON
Command: curl -X POST -H “x-ha-access: #####” \ -H “Content-Type: application/json” \ -d ‘{“state”: “off”, “attributes”: {“friendly_name”: “frontcam”}}’ \ http://myaddress.duckdns.org:8123/api/states/binary_sensor.frontcam