Capture IQ
📄️ System Requirements
Browsers, HTTPS, camera, and embedding
📄️ Setup
Load the bundle, mount the element, start the flow
📄️ Configuration
Attributes, JSON config, and tuning
📄️ Events
Lifecycle, camera, quality, and capture events
📄️ UI customization
Shadow theming, CSS variables, styles API, and screen gallery
📄️ SDK
Web, React, and React Native guides and demos
Capture IQ is a browser Web Component (<glamar-captureiq>) that provides a guided, quality-checked camera capture flow for face photos. Load a single script, add the element to your page, and use attributes, methods, and DOM events to integrate with your app. For Web, React, or React Native (WebView), see the SDK section for setup, demo, and API references.
When to use Capture IQ
- You need a self-contained “smart camera” for selfies or face capture with real-time guidance (lighting, alignment, hold-steady).
- You want consistent capture quality before handing an image to your backend or to other GlamAR experiences.
- You prefer embeddable web delivery (script tag or bundler import) rather than a full native app.
How it relates to other GlamAR products
AR Try-On and Skin Analysis cover virtual try-on and diagnostic flows across multiple platforms. Capture IQ focuses on getting a high-quality face image in the browser using the same kind of access credentials you use elsewhere in GlamAR.
Prerequisites
- An api-key for Capture IQ (
live_apitokenfor production). Create and manage access tokens in the PixelBin console—see Getting Started.
Next steps
| Topic | Description |
|---|---|
| System requirements | Browsers, HTTPS, permissions |
| Setup | Minimal HTML and JavaScript |
| Presets | face vs hand |
| Methods | init, start, capture, and more |