Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 756 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 756 Bytes

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.