Uses of Interface
com.github.sarxos.webcam.WebcamDevice

Packages that use WebcamDevice
com.github.sarxos.webcam   
com.github.sarxos.webcam.ds.buildin   
 

Uses of WebcamDevice in com.github.sarxos.webcam
 

Methods in com.github.sarxos.webcam that return WebcamDevice
 WebcamDevice Webcam.getDevice()
          Return underlying webcam device.
 

Methods in com.github.sarxos.webcam that return types with arguments of type WebcamDevice
 List<WebcamDevice> WebcamDriver.getDevices()
          Return all registered webcam devices.
 List<WebcamDevice> WebcamCompositeDriver.getDevices()
           
 

Constructors in com.github.sarxos.webcam with parameters of type WebcamDevice
Webcam(WebcamDevice device)
          Webcam class.
 

Uses of WebcamDevice in com.github.sarxos.webcam.ds.buildin
 

Classes in com.github.sarxos.webcam.ds.buildin that implement WebcamDevice
 class WebcamDefaultDevice
           
 

Methods in com.github.sarxos.webcam.ds.buildin that return types with arguments of type WebcamDevice
 List<WebcamDevice> WebcamDefaultDriver.getDevices()
           
 



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