Click or drag to resize
IPCameraFactory.GetCamera 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: System.String
userName
Type: System.String
password
Type: System.String
preferredTransportType (Optional)
Type: Ozeki.Camera.CameraTransportType
getCameraInfos (Optional)
Type: System.Boolean

Return Value

Type: IIPCamera
See Also