| MultiCameraServer Methods |
The MultiCameraServer type exposes the following members.
| Name | Description | |
|---|---|---|
| AddNewServer |
Creates a new server with the given configuration.
| |
| ClearAll |
Removes all the servers managed by the MultiCameraServer object.
| |
| GetServer |
Gets the server definied by the given config.
| |
| ModifyServerConfig |
Modifies a server identified by the oldconf parameter.
If the server was running it will be stopped and restared after the modification.
| |
| RemoveServer |
Removes a server definied by the given config.
| |
| StartAllServers |
Starts all servers.
| |
| StartServer |
Starts the server definied by the given config.
| |
| StopAllServers |
Stops all servers.
| |
| StopServer |
Stops the server definied by the given config.
|