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: 10.3.183.0
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