Raspicam
C library and Java binding to work with Raspberry Pi camera from Java
Build: Native lib on Raspberry Pi:
- Install JDK8
- Go to src/main/native/src/arm
- Run makefile to build the lib.
Java binding on everywhere:
- Install JDK8
- Build Maven project with mvn clean install