Click or drag to resize
MultiCameraServer Methods

The MultiCameraServer type exposes the following members.

Methods
  NameDescription
Public methodAddNewServer
Creates a new server with the given configuration.
Public methodClearAll
Removes all the servers managed by the MultiCameraServer object.
Public methodGetServer
Gets the server definied by the given config.
Public methodModifyServerConfig
Modifies a server identified by the oldconf parameter. If the server was running it will be stopped and restared after the modification.
Public methodRemoveServer
Removes a server definied by the given config.
Public methodStartAllServers
Starts all servers.
Public methodStartServer
Starts the server definied by the given config.
Public methodStopAllServers
Stops all servers.
Public methodStopServer
Stops the server definied by the given config.
Top
See Also