| IPCameraFactoryTakeOnvifSnapshot Method  | 
            Gets a snapshot image from the onvif camera.
            
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static string TakeOnvifSnapshot(
	string cameraUrl,
	string username,
	string password,
	Resolution resolution = null
)
Public Shared Function TakeOnvifSnapshot ( 
	cameraUrl As String,
	username As String,
	password As String,
	Optional resolution As Resolution = Nothing
) As String
public:
static String^ TakeOnvifSnapshot(
	String^ cameraUrl, 
	String^ username, 
	String^ password, 
	Resolution^ resolution = nullptr
)
static member TakeOnvifSnapshot : 
        cameraUrl : string * 
        username : string * 
        password : string * 
        ?resolution : Resolution 
(* Defaults:
        let _resolution = defaultArg resolution null
*)
-> string 
Parameters
- cameraUrl
 - Type: SystemString
 - username
 - Type: SystemString
 - password
 - Type: SystemString
 - resolution (Optional)
 - Type: Ozeki.MediaResolution
 
Return Value
Type: 
String
See Also