Which is the RCP over CGI command to switch ON-OFF the IR-LED of FLEXIDOME IP 3000i IR (ATSL-script)?

Question

Which is the RCP over CGI command to switch ON-OFF the IR-LED of FLEXIDOME IP 3000i IR?

Answer

IR function On: the IR illumination is always on.
http://<IP_Address>/rcp.xml?command=0x09A5&type=P_OCTET&direction=WRITE&num=1&payload=0x00040410030001

IR function Off: the IR illumination is always off.
http://<IP_Address>/rcp.xml?command=0x09A5&type=P_OCTET&direction=WRITE&num=1&payload=0x00040410030000

IR function Auto: the camera automatically switches the IR illumination.
http://<IP_Address>/rcp.xml?command=0x09A5&type=P_OCTET&direction=WRITE&num=1&payload=0x00040410030002



Additional info for the payload:

image2021-11-23_14-8-41.png

First "04" addresses the "camera server", following "0410" is the "object ID" of the illuminator, "03" is SetGet, last data represents the actual command what to do.

Bicom command used is 0x09A5.