/v4l4j

This is mavenized and customized fork of original V4L4J by Gilles Gigan. It contains only Java source code (no natives) and *.so objects precompiled for several architectures.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

V4L4J

This is mavenized and customized fork of original V4L4J by Gilles Gigan. It contains only Java source code (no natives) and *.so objects precompiled for several architectures:

  • Linux 64-bit,
  • Linux ARM (hard float).

In case you need more architectures please compile binaries by following this procedure.

Source revision r507.

Maven

The artifact is available in Maven Central:

<dependency>
    <groupId>com.github.sarxos</groupId>
    <artifactId>v4l4j</artifactId>
    <version>0.9.1-r507</version>
</dependency>

License

The code is distributed under the terms of GNU GPL v3.