|
Bartosz Firyn (SarXos) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.sarxos.webcam.ds.buildin.WebcamDefaultDriver
public class WebcamDefaultDriver
Default build-in webcam driver based on natives from OpenIMAJ framework. It can be widely used on various systems - Mac OS, Linux (x86, x64, ARM), Windows (win32, win64).
| Constructor Summary | |
|---|---|
WebcamDefaultDriver()
|
|
| Method Summary | |
|---|---|
List<WebcamDevice> |
getDevices()
Return all registered webcam devices. |
long |
getScanInterval()
Get interval between next discovery scans. |
boolean |
isScanPossible()
Check if scan is possible. |
boolean |
isThreadSafe()
Is driver thread-safe. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebcamDefaultDriver()
| Method Detail |
|---|
public List<WebcamDevice> getDevices()
WebcamDriver
getDevices in interface WebcamDriverpublic long getScanInterval()
WebcamDiscoverySupport
getScanInterval in interface WebcamDiscoverySupportpublic boolean isScanPossible()
WebcamDiscoverySupport
isScanPossible in interface WebcamDiscoverySupportpublic boolean isThreadSafe()
WebcamDriver
isThreadSafe in interface WebcamDriver
|
Bartosz Firyn (SarXos) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||