External Control of Aximmetry via HTTP

 

Hello,

Can somebody send me an example XML file for External Control of Aximmetry via HTTP?  I`m reading the article for this but not familiar with coding :-) 

Thanks


   rensprotokol@gmail.comigorigorosvki@gmail.com

 
Profile Image
Eifert@Aximmetry
  -  

Hi,

At the end of this article https://aximmetry.com/learn/tutorials/control-methods/external-control-of-aximmetry-via-http/#sending-commands there is a description of how to use https://reqbin.com/req/3mrxjgw4/post-xml-example , this site can be used not just for testing out the HTTP control, but it also makes easy to put together the HTTP request format.
All of this doesn't need any coding knowledge, just some copy-pasting texts.


So if you set for the content the following:
<?xml version="1.0" encoding="utf-8"?>
<action type="ComposerCtrBoardPressButtonAction" Module="Root\VirtualCam_A-B_Preview_3-Cam\CAMERAS\SELECT CAMERA" Button="CAM 2" />

Note, in the Headers, you should only have Content-Type: application/xml


Then it will change the Select Camera:

If you have the VirtualCam_A-B_Preview_3-Cam virtual camera in your Aximmetry Flow Editor:

Warmest regards,