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

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

public class WebcamDefaultDriver
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
WebcamDefaultDriver()
           
 
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

WebcamDefaultDriver

public WebcamDefaultDriver()
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.