Onvif
Revision as of 07:27, 30 April 2020 by Z033 (talk | contribs) (Created page with "== Back to Libraries == == ONVIF library == === Client === ==== ONVIF_GOTO_PRESET ==== Move camera to given preset on given profile. {| class="w...")
Contents
Back to Libraries
ONVIF library
Client
ONVIF_GOTO_PRESET
Move camera to given preset on given profile.
Asynchronous interface | ||||
in | IP_ADDR | STRING | camera ip address | |
in | PORT | UINT | port, if empty, use 80 for http or 443 https | |
in | USERNAME | STRING[255] | username | |
in | PASSWORD | STRING[255] | password | |
in | USE_HTTPS | BOOL | use https | |
in | PROFILE | STRING[255] | profile, if empty, use first | |
in | PRESET | STRING[255] | preset, if empty, go home |
ONVIF_SET_RELAY
Set relay with given name to given value.
Asynchronous interface | ||||
in | IP_ADDR | STRING | camera ip address | |
in | PORT | UINT | port, if empty, use 80 for http or 443 https | |
in | USERNAME | STRING[255] | username | |
in | PASSWORD | STRING[255] | password | |
in | USE_HTTPS | BOOL | use https | |
in | RELAY | STRING[255] | relay token | |
in | VALUE | BOOL | relay value |