CgiRemoteControl
CgiRemoteControl.exe is a command-line launcher that reads a SceneComposer solution (.scs) and a configuration XML, and then triggers and controls plugin execution. Because it lets you run plugin processing without starting or operating SceneComposer itself, it’s well-suited for automation (batch/CI) and for consistent control from external tools.
Preparation
CgiRemoteControl.exe is a command-line tool that loads a SceneComposer solution and performs proc...
Command-line usage
Below are the basic steps for running CgiRemoteControl.exe. Because CgiRemoteControl.exe only tri...
Plugin-side implementation
CgiRemoteControl.exe is the execution trigger that starts plugin processing from the command line...
Sample Implementation Guide
This page explains the implementation steps and sample code for the SampleCgiRemoteControl plugin...