Skip to content
Discussion options

You must be logged in to vote

Hi @xtrdustin.

I think you should be able to send GetServiceCapabilities to the camera, to see if the camera support wipers or not:

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema">
  <soap:Body>
    <tds:GetServiceCapabilities />
  </soap:Body>
</soap:Envelope>

Given the camera support it, the following examples would send the ONVIF command to trigger the wiper:

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tt="http://ww…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@xtrdustin
Comment options

@xtrdustin
Comment options

Answer selected by xtrdustin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants