tchellomello / python-amcrest

A Python 2.7/3.x module for Amcrest and Dahua Cameras using the SDK HTTP API.
GNU General Public License v2.0
213 stars 76 forks source link

Events to trigger HTTP Post to external URL #218

Open trankin opened 2 years ago

trankin commented 2 years ago

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