Hi all - this is my first post
I'm trying to use a stereo-vision Dahua camera that supports People Counting to periodically upload People Counting stats for an area to a remote server. I found a link to the "Amcrest HTTP API" docs, and have been making HTTP API calls to my camera to fetch People Counting stats, that's working great. But the downside is, it requires some computer on my LAN to call out to the camera and ask for the latest People Counting stats (eg: every hour, or every day), then that computer sends the data up to my remote server.
What I want to do is eliminate the need for the extra computer. Is there any way to configure the Dahua camera to just send the People Counting stats up to my server instead? After digging through my Dahua's settings, I've found support for sending outbound emails or triggering an alarm device... but I don't see either: 1) triggering an HTTP request when new People Count detected, or 2) triggering HTTP request on hourly interval to upload the People Counting data.
Is there a way to achieve this w/ the Dahua camera without a second computer who calls its API periodically? I'm essentially looking for a Webhook, which is the tech that powers most cross-product integrations on services like IFTTT, where I can tell my Dahua "call this URL when you have new People Counting data", and that URL would point to my remote server.
Thanks!
I'm trying to use a stereo-vision Dahua camera that supports People Counting to periodically upload People Counting stats for an area to a remote server. I found a link to the "Amcrest HTTP API" docs, and have been making HTTP API calls to my camera to fetch People Counting stats, that's working great. But the downside is, it requires some computer on my LAN to call out to the camera and ask for the latest People Counting stats (eg: every hour, or every day), then that computer sends the data up to my remote server.
What I want to do is eliminate the need for the extra computer. Is there any way to configure the Dahua camera to just send the People Counting stats up to my server instead? After digging through my Dahua's settings, I've found support for sending outbound emails or triggering an alarm device... but I don't see either: 1) triggering an HTTP request when new People Count detected, or 2) triggering HTTP request on hourly interval to upload the People Counting data.
Is there a way to achieve this w/ the Dahua camera without a second computer who calls its API periodically? I'm essentially looking for a Webhook, which is the tech that powers most cross-product integrations on services like IFTTT, where I can tell my Dahua "call this URL when you have new People Counting data", and that URL would point to my remote server.
Thanks!