Starting from this release, the OpenCV version has been upgraded. In particular, on Android, the application will not work unless libstdc++_shared.so
is explicitly included in the APK, so please be aware of this.
For more details, please refer to the README.
Additionally, I have added a tutorial on how to use the Task API. Since an API reference is not yet available, please refer to the documentation comments via an editor or other means for now.
Lastly, HolisticLandmarker is implemented, but it appears that it is not officially supported yet. In fact, its I/F differs from other Tasks. While it should work fine on Desktop, using it on mobile is still quite challenging.
⚠️ BREAKING CHANGES
Features
- create Image/ImageFrame from Texture2D (#1329) (e85d987)
- drop Unity 2021 support (#1288) (4bf760d)
- implement HolisticLandmarker (#1315) (da27ade)
- move ImageTransformationOptions to Packages (#1327) (04b46f4)
- sample: implement ImageReadMode (#1307) (bc0aff2)
- support EDGETPU_NNAPI (#1309) (808fbb1)
Bug Fixes
- acquire a lock in a callback to avoid data race (#1328) (acbb6ed)
- Resolve landmark jitter by adjusting frame copy timing (#1311) (0e04cb8) by @DenchiSoft
- acquire a lock when drawing annotations (#1305) (d80f33a)
- sample: keep running CalculatorGraph if another window takes focus (#1301) (f010367)
- build failure on Linux (#1287) (eeaf5fb) by @AndrejsK
Build System
- disable bitcode since it's deprecated (#1293) (dd46334)
- include generated protobuf .cs files (#1310) (a3e30c0)
- Unity 6 (#1299) (524455c)
Full Changelog: v0.15.0...v0.16.0