If you launch the Runtime Gateway from a Windows command prompt or a Linux terminal window, you can specify the model to be loaded at the time of the file execution. The rt_gateway.exe file is located in the <Isight_install_directory>\<operating_system>\code\bin\ directory on Windows-based systems. The rt_gateway file is located in the <Isight_install_directory>/<operating_system>/code/command/ directory on Linux-based systems. For example, the following command opens the Runtime Gateway as a separate interface on Windows and loads the sample model from the local hard disk: rt_gateway.exe \sample_models\sample.zmf The following command opens the Runtime Gateway as a separate interface on Windows and load the sample model from a computer called fd_server: rt_gateway.exe \\fd_server\sample_models\sample.zmf Note: You must have the proper permissions to access computers across a network. For more information, contact your local system administrator. |