| Лицензия |
Лицензия
MIT License
|
|---|---|
| Группа | Группаcom.github.sarxos |
| Идентификатор | Идентификаторwebcam-capture-driver-fswebcam |
| Последняя версия | Последняя версия0.3.12 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеWebcam Capture - FsWebcam Driver
This is one of the capture drivers which can be used by Webcam Capture API
to fetch image from webcam device. This specific capture driver is using
fswebcam command line tool by by Philip Heron to access the image.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.github.sarxos/webcam-capture-driver-fswebcam/ -->
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-fswebcam</artifactId>
<version>0.3.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sarxos/webcam-capture-driver-fswebcam/
implementation 'com.github.sarxos:webcam-capture-driver-fswebcam:0.3.12'
// https://jarcasting.com/artifacts/com.github.sarxos/webcam-capture-driver-fswebcam/
implementation ("com.github.sarxos:webcam-capture-driver-fswebcam:0.3.12")
'com.github.sarxos:webcam-capture-driver-fswebcam:jar:0.3.12'
<dependency org="com.github.sarxos" name="webcam-capture-driver-fswebcam" rev="0.3.12">
<artifact name="webcam-capture-driver-fswebcam" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sarxos', module='webcam-capture-driver-fswebcam', version='0.3.12')
)
libraryDependencies += "com.github.sarxos" % "webcam-capture-driver-fswebcam" % "0.3.12"
[com.github.sarxos/webcam-capture-driver-fswebcam "0.3.12"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.sarxos : webcam-capture | jar | 0.3.12 |