Click or drag to resize

IPCameraFactoryGetCamera Method (DiscoveredDeviceInfo, String, String, CameraTransportType, Boolean)

Namespace:  Ozeki.Camera
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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