ASH21-W-V2 ONVIF PTZ Control.

Have some questions or having issues with your IP Camera(s), Post them here for the mods and other users to assist you with.
Post Reply
mndsm
Posts: 2
Joined: Tue Oct 29, 2024 1:44 pm

ASH21-W-V2 ONVIF PTZ Control.

Post by mndsm »

Hi Everyone.

I have purchased the ASH21-W-V2 and I am mostly happy with it. Using the Amcrest Home Security app, all of the camera controls seem to be working just fine. However, when I try to integrate the camera with any NVR solution like Blue Iris, or Frigate, which uses ONVIF, the PTZ controls don't work.

Manual CURL command testing to the ONVIF API on port 80 also returns that PTZ is not supported.

I guess my question is whether this is expected of the ASH21-W-V2? Does it only support PTZ through the proprietary app and there is no way for me to control it locally through my NVR solution?

Firmware Version: 2.680.00AC008.0.R.220406

CURL output:

Code: Select all

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:sc="http://www.w3.org/2003/05/soap-encoding" xmlns:ter="http://www.onvif.org/ver10/error" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" xmlns:wsrf-bf="http://docs.oasis-open.org/wsrf/bf-2" xmlns:d="http://schemas.xmlsoap.org/ws/2005/04/discovery">
  <s:Body>
    <s:Fault>
      <s:Code>
        <s:Value>s:Sender</s:Value>
        <s:Subcode>
          <s:Value>ter:ActionNotSupported</s:Value>
          <s:Subcode>
            <s:Value>ter:NotImplemented</s:Value>
          </s:Subcode>
        </s:Subcode>
      </s:Code>
      <s:Reason>
        <s:Text xml:lang="en">This optional method is not implemented</s:Text>
      </s:Reason>
    </s:Fault>
  </s:Body>
</s:Envelope>
Post Reply