Click or drag to resize

MultiCameraServerAddNewServer Method

Creates a new server with the given configuration.

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

Parameters

config  CameraServerConfig
Configuration for the new server.

Return Value

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