Bartosz Firyn (SarXos)

Uses of Class
com.github.sarxos.webcam.ds.ipcam.IpCamDevice

Packages that use IpCamDevice
com.github.sarxos.webcam.ds.ipcam   
com.github.sarxos.webcam.ds.ipcam.device.marmitek   
com.github.sarxos.webcam.ds.ipcam.device.xvision   
com.github.sarxos.webcam.ds.ipcam.device.zavio   
 

Uses of IpCamDevice in com.github.sarxos.webcam.ds.ipcam
 

Methods in com.github.sarxos.webcam.ds.ipcam that return IpCamDevice
static IpCamDevice IpCamDeviceRegistry.register(IpCamDevice ipcam)
          Register IP camera.
static IpCamDevice IpCamDeviceRegistry.register(String name, String url, IpCamMode mode)
           
static IpCamDevice IpCamDeviceRegistry.register(String name, String url, IpCamMode mode, IpCamAuth auth)
           
static IpCamDevice IpCamDeviceRegistry.register(String name, URL url, IpCamMode mode)
           
static IpCamDevice IpCamDeviceRegistry.register(String name, URL url, IpCamMode mode, IpCamAuth auth)
          Register new IP camera device.
 

Methods in com.github.sarxos.webcam.ds.ipcam that return types with arguments of type IpCamDevice
static List<IpCamDevice> IpCamDeviceRegistry.getIpCameras()
          Get all registered IP cameras.
 

Methods in com.github.sarxos.webcam.ds.ipcam with parameters of type IpCamDevice
static boolean IpCamDeviceRegistry.isRegistered(IpCamDevice ipcam)
          Is device registered?
 void IpCamDriver.register(IpCamDevice device)
           
static IpCamDevice IpCamDeviceRegistry.register(IpCamDevice ipcam)
          Register IP camera.
 void IpCamDriver.unregister(IpCamDevice device)
           
static boolean IpCamDeviceRegistry.unregister(IpCamDevice ipcam)
          Unregister IP camera.
 

Uses of IpCamDevice in com.github.sarxos.webcam.ds.ipcam.device.marmitek
 

Subclasses of IpCamDevice in com.github.sarxos.webcam.ds.ipcam.device.marmitek
 class IPRobocam641
           
 

Uses of IpCamDevice in com.github.sarxos.webcam.ds.ipcam.device.xvision
 

Subclasses of IpCamDevice in com.github.sarxos.webcam.ds.ipcam.device.xvision
 class X104S
          Speed Dome X104S IP Camera by XVision.
 

Uses of IpCamDevice in com.github.sarxos.webcam.ds.ipcam.device.zavio
 

Subclasses of IpCamDevice in com.github.sarxos.webcam.ds.ipcam.device.zavio
 class B7210
          B7210 2M Bullet IP Camera from Zavio.
 class F3201
          F3201 Compact IP Camera from Zavio.
 


Bartosz Firyn (SarXos)

Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.