Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anyone sent successfully a "SendAuxiliaryCommand" ? #111

Open
mspbonn opened this issue Mar 1, 2022 · 1 comment
Open

Anyone sent successfully a "SendAuxiliaryCommand" ? #111

mspbonn opened this issue Mar 1, 2022 · 1 comment

Comments

@mspbonn
Copy link

mspbonn commented Mar 1, 2022

My camera claims to support 2 auxilary commands:

ONVIF >>> cmd ptz GetNode {'NodeToken': 'onvif_ptz_0'}
True: {'Name': onvif_ptz_0, '_token': onvif_ptz_0, 'MaximumNumberOfPresets': 255, 'SupportedPTZSpaces': (PTZSpaces){
.
.
}, 'HomeSupported': True, 'AuxiliaryCommands': [Aux_Lighting, Aux_Wiper]}

But various variations won't work (e.g.):

ONVIF >>> cmd ptz SendAuxiliaryCommand {'ProfileToken': 'onvif_ptz_1', 'AuxiliaryData': {'Aux_Lighting': 'On'}}
False: Type not found: 'Aux_Lighting'

Did anyone send a successful auxilary command to a camera ?

@Vizzyy
Copy link

Vizzyy commented Oct 1, 2022

I've been trying to do the same. I have a reolink camera and it allows me to turn the light on and off via the reolink app, and i've managed to use this python library to move the camera, return to home, etc, but have no idea how to trigger the floodlight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants