com.github.sarxos.webcam.ds.buildin
Class WebcamDefaultDriver
java.lang.Object
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebcamDefaultDriver
public WebcamDefaultDriver()
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.