Click or drag to resize
IPCameraFactoryGetCamera Method (String, String, String, CameraTransportType, Boolean)
Gets the IPCamera with the given parameters.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static IIPCamera GetCamera(
	string domainHost,
	string userName,
	string password,
	CameraTransportType preferredTransportType = CameraTransportType.UDP,
	bool getCameraInfos = false
)

Parameters

domainHost
Type: SystemString
userName
Type: SystemString
password
Type: SystemString
preferredTransportType (Optional)
Type: Ozeki.CameraCameraTransportType
getCameraInfos (Optional)
Type: SystemBoolean

Return Value

Type: IIPCamera
See Also