Skip to content

Linux natives & Windows device ordering bug fix

Latest
Compare
Choose a tag to compare
@regwhitton regwhitton released this 16 Apr 20:32
6156e90
Linux natives & Windows device ordering bug fix (#3)

* Roll version numbers for next release.

* Comment about access tokens.

* Github Maven repo does not accept snapshots.

* Draft Linux natives

* Hunt for JDK on Linuc build box

* Hunt for JDK on Linux build box, again.

* Archive build artifacts

* Add source and javadocs to artifacts

* Correct spelling of javadoc

* Fix Linux version and compiler options for Raspberry Pi

* Revert to armhf classifier for RPi as it aligns with Java-Presets

* Typo in xml

* Typo in compiler option

* Change option that targets ARM. Was failing to compile on buildmachine

* Cannot build Raspberry Pi on Github. Setup maven to build on actual Pi.

* Update Readme and remove Pi from github build.

* Add RPi details to readme.

* Move NativeUtils to separate artefact.  Add Apache license

* Build requires Github token.

* Linux build broken during Rpi work

* Change API to cope with Linux stepwise formats and non-contiguous device ids.  Update examples and README to match.

* Fix table formatting.

* Fix example to actually set size of frame.  Try to get Raspberry Pi version to release camera, add comment to explain problem.

* Correct windows opencv device (#2)

* Correctly assign device ids on Windows to align with OpenCV.
* Switch to MSVC compiler to avoid issues with missing library in old version of MinGW on github runner.