Bartosz Firyn (SarXos)

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

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

Uses of WebcamDevice in com.github.sarxos.webcam
 

Methods in com.github.sarxos.webcam that return WebcamDevice
 WebcamDevice WebcamTask.getDevice()
           
 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
WebcamTask(WebcamDriver driver, WebcamDevice device)
           
 

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()
           
 

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

Constructors in com.github.sarxos.webcam.ds.cgt with parameters of type WebcamDevice
WebcamCloseTask(WebcamDriver driver, WebcamDevice device)
           
WebcamDisposeTask(WebcamDriver driver, WebcamDevice device)
           
WebcamOpenTask(WebcamDriver driver, WebcamDevice device)
           
WebcamReadBufferTask(WebcamDriver driver, WebcamDevice device)
           
WebcamReadImageTask(WebcamDriver driver, WebcamDevice device)
           
 


Bartosz Firyn (SarXos)

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