Click or drag to resize
MultiCameraServerGetServer Method
Gets the server definied by the given config.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public CameraServer GetServer(
	CameraServerConfig conf
)

Parameters

conf
Type: Ozeki.CameraCameraServerConfig
CameraServerConfiguration object which identifies the server based on the Ip Address and port number.

Return Value

Type: CameraServer
Returns the server.
See Also