Click or drag to resize
IPCameraFactoryTakeOnvifSnapshot Method
Gets a snapshot image from the onvif camera.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static string TakeOnvifSnapshot(
	string cameraUrl,
	string username,
	string password,
	Resolution resolution = null
)

Parameters

cameraUrl
Type: SystemString
username
Type: SystemString
password
Type: SystemString
resolution (Optional)
Type: Ozeki.MediaResolution

Return Value

Type: String
See Also