Skip to content

Releases: hiukim/mind-ar-js

v1.2.5

16 Jan 07:43
Compare
Choose a tag to compare

Highlights: Updated to latest mediapipe version for face tracking. Because of that, it also expose 52 blendshapes of the facial expressions for the detected face.

Full Changelog: v1.2.3...v1.2.5

v1.2.3

11 Jun 06:25
Compare
Choose a tag to compare

Default face tracking selfie mode to mirror horizontally

Full Changelog: v1.2.2...v1.2.3

v1.2.2

04 Jun 07:19
Compare
Choose a tag to compare

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

06 Mar 04:22
Compare
Choose a tag to compare

v1.2.0

16 Dec 04:28
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.1.5...v1.2.0

Bug Fixes

02 Aug 02:30
Compare
Choose a tag to compare

mostly bugs fixing

OneEuroFilter

15 Feb 11:18
Compare
Choose a tag to compare

implement oneEuroFilter to smooth tracking

minor update

12 Feb 09:54
Compare
Choose a tag to compare
  • some bug fixes
  • added some tracking configs parameters for image tracking

revamp face tracking

31 Jan 14:05
Compare
Choose a tag to compare

rewrote face tracking with mediapipe and opencv

threejs support

11 Dec 08:49
Compare
Choose a tag to compare

added built-in support for threejs