Click or drag to resize
MultiCameraServerAddNewServer Method
Creates a new server with the given configuration.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool AddNewServer(
	CameraServerConfig config
)

Parameters

config
Type: Ozeki.CameraCameraServerConfig
Configuration for the new server.

Return Value

Type: Boolean
Returns true if the server has been created, otherwise false.
See Also