Bartosz Firyn (SarXos)

com.github.sarxos.webcam.ds.ipcam.device.xvision
Class X104S

java.lang.Object
  extended by com.github.sarxos.webcam.ds.ipcam.IpCamDevice
      extended by com.github.sarxos.webcam.ds.ipcam.device.xvision.X104S
All Implemented Interfaces:
com.github.sarxos.webcam.WebcamDevice

public class X104S
extends IpCamDevice

Speed Dome X104S IP Camera by XVision.

Author:
Bartosz Firyn (SarXos)

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.github.sarxos.webcam.WebcamDevice
com.github.sarxos.webcam.WebcamDevice.BufferAccess, com.github.sarxos.webcam.WebcamDevice.FPSSource
 
Field Summary
static Dimension SIZE_QQVGA
           
static Dimension SIZE_QVGA
           
static Dimension SIZE_SXGA
           
static Dimension SIZE_VGA
           
 
Constructor Summary
X104S(String name, String urlBase)
           
X104S(String name, URL base)
           
 
Method Summary
 Dimension[] getResolutions()
           
 URL getURL()
           
 void setResolution(Dimension size)
           
 
Methods inherited from class com.github.sarxos.webcam.ds.ipcam.IpCamDevice
close, dispose, getAuth, getImage, getMode, getName, getResolution, isOpen, open, resetAuth, setAuth, setFailOnError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZE_SXGA

public static final Dimension SIZE_SXGA

SIZE_VGA

public static final Dimension SIZE_VGA

SIZE_QVGA

public static final Dimension SIZE_QVGA

SIZE_QQVGA

public static final Dimension SIZE_QQVGA
Constructor Detail

X104S

public X104S(String name,
             String urlBase)

X104S

public X104S(String name,
             URL base)
Method Detail

getResolutions

public Dimension[] getResolutions()
Specified by:
getResolutions in interface com.github.sarxos.webcam.WebcamDevice
Overrides:
getResolutions in class IpCamDevice

setResolution

public void setResolution(Dimension size)
Specified by:
setResolution in interface com.github.sarxos.webcam.WebcamDevice
Overrides:
setResolution in class IpCamDevice

getURL

public URL getURL()
Overrides:
getURL in class IpCamDevice

Bartosz Firyn (SarXos)

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