Click or drag to resize

IPCamera Constructor (String, String, String, CameraTransportType, Boolean)

Initializes a new instance of the IPCamera class

Namespace:  Ozeki.Camera
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public IPCamera(
	string host,
	string username,
	string password,
	CameraTransportType preferredTransportType = CameraTransportType.UDP,
	bool getCameraInfos = false
)

Parameters

host
Type: SystemString
username
Type: SystemString
password
Type: SystemString
preferredTransportType (Optional)
Type: Ozeki.CameraCameraTransportType
getCameraInfos (Optional)
Type: SystemBoolean
See Also