caprica / picam

Unofficial Java API library for the Raspberry Pi camera.
GNU General Public License v3.0
49 stars 11 forks source link

.jar #1

Closed mriise closed 7 years ago

mriise commented 7 years ago

to make it easier for me and anyone wanting to use this, making this a .jar file would be incredibly nice.

caprica commented 7 years ago

This project is currently in a pre-alpha state intended for experienced developers rather than general use - it is currently far from any formal release (mainly because of the show-stopper native hang mentioned in the project readme), so that's why currently there is no pre-built jar provided.

Doing a "git clone" and a "mvn install", whilst a bit more inconvenient than getting a pre-built jar file, is hardly difficult for an experienced developer.