Click or drag to resize

IPCameraFactoryTakeOnvifSnapshot Method

Gets a snapshot image from the onvif camera.

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

Parameters

cameraUrl
Type: SystemString
username
Type: SystemString
password
Type: SystemString
resolution (Optional)
Type: OzResolution

Return Value

Type: String
See Also