Click or drag to resize

IPCameraFactory Class

Inheritance Hierarchy
SystemObject
  Ozeki.CameraIPCameraFactory

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public static class IPCameraFactory

The IPCameraFactory type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberConnectionCount 
Top
Methods
 NameDescription
Public methodStatic memberDiscoverDevices Automatically searches for IPCamera devices.
Public methodStatic memberGetCamera(IPCameraAccount) Gets the IPCamera with the given account
Public methodStatic memberGetCamera(DiscoveredDeviceInfo, String, String, CameraTransportType, Boolean) 
Public methodStatic memberGetCamera(String, String, String, CameraTransportType, Boolean) Gets the IPCamera with the given parameters.
Public methodStatic memberTakeOnvifSnapshot Gets a snapshot image from the onvif camera.
Top
Events
 NameDescription
Public eventStatic memberDeviceDiscovered Occurrs when an IP camera device detected on the local network.
Public eventStatic memberOnvifImageTaken Occurrs when an image has been received from the onvif camera.
Top
See Also