Then on the Home Assistant side I'm using the Frigate integration via #HACS plus this RSYNC addon: https://github.com/Poeschl-HomeAssistant-Addons/rsync
And then I have a simple automation setup that
1) stops the RSYNC addon
2) takes the snapshot from the high resolution stream using a reasonable filename convention
/media/cams/test_cam/test_cam_{{ now().strftime('%Y%m%d%H%M%S') }}.jpg
3) performs a shell command to delete extra images (will put that on the next toot)
