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

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

Uses of WebcamDriver in com.github.sarxos.webcam
 

Methods in com.github.sarxos.webcam that return WebcamDriver
protected static WebcamDriver WebcamDriverUtils.findDriver(List<String> drivers)
          Find webcam driver.
static WebcamDriver Webcam.getDriver()
           
 

Methods in com.github.sarxos.webcam with parameters of type WebcamDriver
static void Webcam.setDriver(WebcamDriver driver)
          Set new video driver to be used by webcam.
 

Method parameters in com.github.sarxos.webcam with type arguments of type WebcamDriver
static void Webcam.registerDriver(Class<? extends WebcamDriver> clazz)
          Register new webcam video driver.
static void Webcam.setDriver(Class<? extends WebcamDriver> driverClass)
          Set new video driver class to be used by webcam.
 

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

Classes in com.github.sarxos.webcam.ds.buildin that implement WebcamDriver
 class DefaultDriver
          Default build-in webcam driver based on natives from OpenIMAJ framework.
 



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