com.github.sarxos.webcam.ds.buildin
Class DefaultDriver

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

public class DefaultDriver
extends Object
implements WebcamDriver

Default build-in webcam driver based on natives from OpenIMAJ framework. It can be widely used on various systems - Mac OS X, Linux (x86, x64, 32-bit ARM), Windows (win32, win64).

Author:
Bartosz Firyn (SarXos)

Constructor Summary
DefaultDriver()
           
 
Method Summary
 List<WebcamDevice> getDevices()
          Return all registered webcam devices.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDriver

public DefaultDriver()
Method Detail

getDevices

public List<WebcamDevice> getDevices()
Description copied from interface: WebcamDriver
Return all registered webcam devices.

Specified by:
getDevices in interface WebcamDriver
Returns:
List of webcam devices


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