Bartosz Firyn (SarXos)

com.github.sarxos.webcam.ds.ipcam
Class IpCamDriver

java.lang.Object
  extended by com.github.sarxos.webcam.ds.ipcam.IpCamDriver
All Implemented Interfaces:
com.github.sarxos.webcam.WebcamDriver

public class IpCamDriver
extends Object
implements com.github.sarxos.webcam.WebcamDriver

IP camera driver.

Author:
Bartosz Firyn (SarXos)

Constructor Summary
IpCamDriver()
           
IpCamDriver(IpCamStorage storage)
           
 
Method Summary
 List<com.github.sarxos.webcam.WebcamDevice> getDevices()
           
 boolean isThreadSafe()
           
 void register(IpCamDevice device)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpCamDriver

public IpCamDriver()

IpCamDriver

public IpCamDriver(IpCamStorage storage)
Method Detail

getDevices

public List<com.github.sarxos.webcam.WebcamDevice> getDevices()
Specified by:
getDevices in interface com.github.sarxos.webcam.WebcamDriver

register

public void register(IpCamDevice device)

isThreadSafe

public boolean isThreadSafe()
Specified by:
isThreadSafe in interface com.github.sarxos.webcam.WebcamDriver

Bartosz Firyn (SarXos)

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