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.3.183.0
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