python-amcrest
python-amcrest copied to clipboard
Events to trigger HTTP Post to external URL
I'm still reading through some of the documentation with this camera and the API. I'm hoping that I can set a configuration option that will cause the camera to automatically HTTP Post event data to a server I have running in the cloud. I'm hoping to do this without having to have a listener running actively monitoring those events myself.
.e.g something like setConfig onMotionDetected POST to https://someexternalsite.com
I'm not seeing anything like this, but the documentation regarding setting config options is a little tough to grok.
Regards