mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
The API is basically the same as the C++ one. The JNI function for Priv_ReadJPEGString_C was manually renamed, since the python scripts don't name the C++ functions correctly, causing an UnsatisfiedLinkError at runtime. If further changes are made to the bindings, either the method will have to be manually renamed again after the code is regenerated, or the python scripts will have to be updated. The old ignored edu.wpi.first.wpilibj.camera package was removed. Change-Id: Icd37fc15c7bb41061568c3b2f580c6765cbf0300