Releases
All notable changes to the GlamAR SDK are documented in this file. This release follows Semantic Versioning, including updates for VTO, Skin Analysis, AR Looks, and overall performance.
3.1.0 - 2025-05-30
🔖 Version: v3.1.0
🏷️ Tags: Eyewear
, Skin Analysis
, 3D Viewer
, Home
🧩 Component: SDK
🔁 Change Type: New Feature
✨ Features
-
Eyewear Transformation Normalization
Ensures accurate virtual alignment across different face shapes. -
360° AR Model Viewer + Lighting Customization
Interact with 3D models in full rotation with real-time lighting effects. -
Light Detection Module for Skin Analysis
Powers real-time lighting checks to boost detection accuracy. -
Cross-Platform Compatibility Enhancements
Improved responsiveness across mobile, desktop, and tablet screens.
🛠 Fixes
- Sharper and more consistent camera capture on high-resolution devices
- Reduced overall loading times for quicker SDK startup
- General bug fixes and stability improvements
🚀 Enhancements
-
Expanded
Home
Category Support
Welcoming a new realm to the SDK with full support forHome
products.
Subcategories now include:- 🛋 Furniture
- 🪞 Floor Decor
- 🖼 Wall Decor
- 💡 Lighting
- 🧊 Appliances
- 🍳 Kitchen
-
Performance Optimization
Major improvements under the hood for smoother, faster experiences. -
SDK Bundle Slimmed Down by 20%
Because less is more — faster loads, lighter integrations. -
Skin Type Classifier Model Update
- Smarter region-wise skin-type classification for T-zone, U-zone, and full face — delivering more precise and personalized results.
- Significant reduction of false positives for reliable skin analysis predictions.
- Rebuilt with EfficientNetB0 backbone for lightweight, scalable, and efficient model performance.
- Trained on a geographically diverse dataset covering many skin tones and ethnicities, ensuring fairness and accuracy.
- Enhanced robustness with lighting variation augmentation for real-world scenarios.
- Supports multiple skin types: oily 💧, dry 🏜️, normal 🌿, and combination 🌌 for full face analysis.
3.0.1 - 2025-03-21
🔖 Version: v3.0.1
🏷️ Tags: VTO
🧩 Component: SDK
, Infrastructure
🔁 Change Type: New Feature
✨ Features
- Unified SDK architecture for all AR verticals (Makeup, Eyewear, Accessories).
- Enhanced modular support and AR rendering.
- Advanced camera controls and live effects pipeline.
- Update Tensorflow dependency.
- Real-time AR Looks system launched.
🛠 Fixes
- Resolved latency spikes during video frame rendering.
- Improved SDK-to-client communication and event propagation.
- Polished error messages and SDK logs.
2.2.0 - 2025-03-10
🔖 Version: v2.2.0
🏷️ Tags: VTO
, Makeup
🧩 Component: SDK
, Algorithm
🔁 Change Type: Improvement
✨ Features
- New tracking enhancements for accessories.
- Better support for darker skin tones in makeup try-on.
- Simplified SDK integration script for faster onboarding.
- Initial beta release of nail color try-on system.
- Add GPU to CPU fallback for
tensors_to_detections_calculator
.
🛠 Fixes
- Memory leak patch in long session VTO runs.
- Optimized 3D model load time by 40%.
- Update WASM files for 0.10.2 release.
2.1.0 - 2025-02-14
🔖 Version: v2.1.0
🏷️ Tags: VTO
, Hair
, 3D Viewer
🧩 Component: SDK
🔁 Change Type: New Feature
✨ Features
- Added support of measurement and dimension in 3D model viewer.
- Initial beta release of haircolor try-on system.
- Faster initialization on Web SDK load.
- Added some face landmarks constants.
🛠 Fixes
- Improved handling on mobile Safari browsers.
- Smoother asset transitions for lipstick.
2.0.0 - 2025-01-30
🔖 Version: v2.0.0
🏷️ Tags: Skin Analysis
, Makeup
🧩 Component: SDK
, Algorithm
🔁 Change Type: New Feature
🎉 Major Release
- Public launch of SDK with SkinAnalysis SDK.
- Integration support with Fynd Platform, Webflow, and custom CMS.
- Initial UI kit with buttons, sliders, and try-on panels.
- Better pose landmark accuracy with updated pose detection and pose landmark mode.
- Added a lite and heavy version of the pose landmark model (alongside improved full version).
1.4.0 - 2024-12-01
🔖 Version: v1.4.0
🏷️ Tags: Makeup
🧩 Component: SDK
, Console
🔁 Change Type: Improvement
- Improved blending shader for makeup VTO.
- Major release of GlamAR Console.
- Added confidence score for each detected landmark.
- New pose landmark model with Z coordinates.
1.3.0 - 2024-12-20
🔖 Version: v1.3.0
🏷️ Tags: Makeup
, Accessories
🧩 Component: SDK
, Algorithm
🔁 Change Type: Improvement
- Customizable event hooks for product analytics.
- Bug fix in eyebrow landmark detection.
- Added 3D Face Transform to face mesh.
- Improved model speed for both palm detection and hand landmark.
1.2.0 - 2024-10-05
🔖 Version: v1.2.0
🏷️ Tags: Jewelry
, Accessories
🧩 Component: SDK
, Algorithm
🔁 Change Type: New Feature
- Added enhancement ring and bracelet try-on.
- Wrist and finger size estimation released.
- Iris tracking and single-image depth-from-iris.
- Fixed mirrored text rendering in iOS.
- Added support for upper-body pose tracking.
1.1.0 - 2024-09-18
🔖 Version: v1.1.0
🏷️ Tags: Eyewear
, Accessories
🧩 Component: SDK
, API
, Console
🔁 Change Type: New Feature
- Public launch of SDK with PD measurement.
- Pre-release of GlamAR Console.
- MediaPipe v0.10 upgraded for better face tracking.
- VTO mirror mode added for camera preview.
- Improved hand tracking quality in various scenarios.
- Added handedness prediction (left or right hand).
1.0.0 - 2024-07-30
🔖 Version: v1.0.0
🏷️ Tags: VTO
, Jewelry
🧩 Component: SDK
, Algorithm
🔁 Change Type: New Feature
🛠 First Stable Release
- Public launch of SDK with Jewelry – Necklace, Bracelet, Ring, Earring try-on (beta).
- Improved Android camera support (camera properties included).
- Latency improvements and face landmark smoothening.
- CPU acceleration with XNNPack.
- Fix iOS memory leak issue.
- Fix
setup_opencv.sh
. - 3D face landmark estimation with highest possible landmarks.
0.3.0 - 2024-06-10
🔖 Version: v0.3.0
🏷️ Tags: VTO
🧩 Component: SDK
🔁 Change Type: Improvement
- Added pose correction suggestions.
- First build with minimal tracking overlay.
- Multi-hands tracking support.
- Updated dependencies:
- Support Bazel 1.1.0.
- Update TensorFlow dependency to the most recent version.
- Bug fixes:
- Fix a bug in
OpenCVVideoDecoderCalculator
.
- Fix a bug in
0.2.0 - 2024-03-25
🔖 Version: v0.2.0
🏷️ Tags: Accessories
, VTO
🧩 Component: SDK
, Algorithm
🔁 Change Type: New Feature
- Public launch of SDK with Accessories – Cap/Hat try-on.
- Improved camera feed quality and brightness adjustment.
- MediaPipe Android development with Gradle.
- Added support for:
- Face detection
- Desktop GPU & CPU
- Object detection
- Hand tracking
- Hair segmentation
0.1.0 - 2023-10-10
🔖 Version: v0.1.0
🏷️ Tags: Eyewear
, Makeup
🧩 Component: SDK
, Algorithm
🔁 Change Type: New Feature
- Public launch of SDK with Eyewear and Makeup try-on.
- Object Detection on CPU and GPU for Android.
- Face Detection on GPU for Android.
- Hair Segmentation on GPU for Android.
- Object Detection on Desktop (No desktop GPU support).
- OpenGL ES support for Calculator API.
- Face Detection with GPU & CPU.
- Hand detection and tracking.