Click or drag to resize
IPCameraFactory Class
Inheritance Hierarchy
SystemObject
  Ozeki.CameraIPCameraFactory

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

The IPCameraFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDiscoverDevices
Automatically searches for IPCamera devices.
Public methodStatic memberGetCamera(IPCameraAccount)
Gets the IPCamera with the given account
Public methodStatic memberGetCamera(String, String, String, CameraTransportType, Boolean)
Gets the IPCamera with the given parameters.
Public methodStatic memberGetCamera(DiscoveredDeviceInfo, String, String, CameraTransportType, Boolean)
Public methodStatic memberTakeOnvifSnapshot
Gets a snapshot image from the onvif camera.
Top
Properties
  NameDescription
Public propertyStatic memberConnectionCount
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