Regarding the issue of not being able to find the ADJUST and FILL ADJUST modules in Aximmetry through the HTTP protocol

 

Dear Team of Aximmetry,


When I access the "ADJUSTER N" and "FILL ADJUST N" modules in the "LEDWallCam_Prev_3-Cam_4-Wall" module using the HTTP protocol, I receive information that the modules cannot be found. Could you please let me know if the path I'm accessing is incorrect or if these two modules cannot be accessed through the HTTP protocol? I look forward to your reply!




Warm regards,

Juoruky

   Ruizhong

 
Profile Image
Eifert@Aximmetry
  -  

Hi Juoruky,

You need to add an extra LEDWALLS\ to the module's path:

<action type="ComposerGetPinValueAction" Module="Root\LEDWallCam_Prev_3-Cam_4-Wall\LED WALLS\LEDWALLS\ADJUSTER 1" Pin="Brightness" />

<action type="ComposerGetPinValueAction" Module="Root\LEDWallCam_Prev_3-Cam_4-Wall\LED WALLS\LEDWALLS\FILL ADJUST 2" Pin="Brightness" />


This is because inside the camera compound, the Control Board's node is inside the LED WALLS compound:


You also, miss-typed the control board, it is actually written without space: LEDWALLS but the compound's name is with space: LED WALLS, that is why you need to add LEDWALLS without space to your existing HTTP command.

You can read more about compounds here: https://aximmetry.com/learn/virtual-production-workflow/preparation-of-the-production-environment-phase-i/scripting-in-aximmetry/flow-editor/compound/

Warmest regards,

 
Profile Image
Eifert@Aximmetry
  -  

Hi,

We're excited to share that the latest version of Aximmetry, version 2023.2.0, has been released today!
In the new version, the LEDWALLS Control Board has been moved to the root of the compound. So, you don't need to add an extra LEDWALLS\ in your HTTP commands.

To learn more about all the changes and improvements included in this version of Aximmetry, please visit the following link: https://aximmetry.com/learn/software-version-history/

Warmest regards,