Releases: hiukim/mind-ar-js
Releases · hiukim/mind-ar-js
v1.2.5
v1.2.3
Default face tracking selfie mode to mirror horizontally
Full Changelog: v1.2.2...v1.2.3
v1.2.2
Bug fixes:
- orientation change breaking tracking
- iOS 16.4 selfie mode
- click events not triggering properly
- some import errors
Improvements:
- allow choosing camera devices (mostly for devices having multiple camera and the library picked the wrong one)
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- fix: WebGL TensorFlow kernel cache keys by @jmswrnr in #340
- fix dev examples library installation
- update face example to flip display horizontally
- fix image tracking scanning ui not reppear after target lost
- fix image target aframe obj still clickable when lost
- added onTargetUpdate event for image tracking
- packages update
New Contributors
Full Changelog: v1.2.0...v1.2.1
v1.2.0
This is a significant step for MindAR to move forward. We have migrated to ES module which allows easier integration with nodejs applications. Because of that, we have also made threeJS an external dependency, so we can choose our own threeJS version. Thanks @jmschrack for his hard work!
What's Changed
- ES Modules. Decouple ThreeJS. Switch to Vite. Offline compiler by @jmschrack in #311
- Fix/remove webworker by @jotatoledo in #314
New Contributors
- @jmschrack made their first contribution in #311
- @jotatoledo made their first contribution in #314
Full Changelog: v1.1.5...v1.2.0
Bug Fixes
OneEuroFilter
implement oneEuroFilter to smooth tracking
minor update
- some bug fixes
- added some tracking configs parameters for image tracking
revamp face tracking
rewrote face tracking with mediapipe and opencv
threejs support
added built-in support for threejs