Click or drag to resize
IPCameraFactoryGetCamera Method (DiscoveredDeviceInfo, String, String, CameraTransportType, Boolean)

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

Parameters

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

Return Value

Type: IIPCamera
See Also