Professional Material Creation Tools
- AI Configuration
- Process Control
- Special Effects Import
Outstanding Image Recognition and Detection Speed
- Five Faces
- Real Time Processing
Unignorable Advantages for Further Understanding Beauty AR
All-Platform Support
Beauty AR supports multiple platforms, including iOS, Android, Windows, macOS, web, Flutter, Uin-app, etc.
Advanced AI Recognition Tech
With 300+ full-body point recognition and 40+ facial detail adjustments, it beautifies every part of the body.
Customized Makeup
Beauty AR supports individually adjusting eye shadow, eyelashes, eyebrows, lipstick, blush, contouring, and other individual module effects.
High-Performance Mode
More friendly to low-end devices, enabling models from 10 years ago to smoothly run Beauty AR at an average of 30 FPS.
Abundant Effects Stickers
Beauty AR provides hundreds of complete effects stickers for customers to access directly.
Easy to Use
Beauty AR can be flexibly integrated into RTC engine, Calls, Conferences to quickly add support for beauty filters and effects in videos.
20,000+ Devices
High Compatibility
<1.2 ms
Single-frame Processing Time
300+
Full-body Point Recognition
40+
Fine-grained Adjustments of Facial Features
Interactive Live
In live shows, e-commerce events, and other live streaming scenarios, Beauty AR boasts industry-leading 3D capabilities. Animated stickers can stably follow facial key points, easily achieving immersive sticker interactive experiences, and meeting the special effects requirements of various live streaming scenarios.
Interactive Chat
In the interactive chat scene, various special effects capabilities are used to achieve an excellent audio and video calling experience, including face shape adjustment, special effects filters, beautification and makeup, animated stickers, gesture recognition, and intelligent cutouts.
Short Video
In the creative short video shooting scene, special effect filters, animated stickers, green screen keying, body retouch, and other special effect functions are used to beautify the video in real time and create unique and wonderful content.
Gaming
In competitive interactive live streaming, game screen capture, and other scenarios, the integration of dynamic special effects capabilities can enhance interactivity, enrich game visuals, increase player immersion, bring more gaming fun, and better ignite event-related discussions.
AI Camera
In the AI camera scene, based on precise AI recognition technology, it can quickly locate facial feature positions during shooting, perform real-time skin smoothing and brightening, add filters, and naturally beautify every interesting moment in life.
Conferencing
In conferencing, online classrooms, and other scenarios, it is easy to change the conference background through precise portrait segmentation technology. By adding intelligent beautification, makeup, filters, and animated stickers, video conferencing can also look great.
Easily Integrate Our SDKs with Specialized Support to Guide You
Web/H5
Android
Flutter
iOS/Mac
Windows
Uni-app
import { ArSdk } from "tencentcloud-webar";
const config = {
module: {
beautify: true,
segmentation: true
},
auth: {
licenseKey: "xxxxxxxxx",
appId: "xxx",
authFunc: authFunc
},
camera: {
width: 1280,
height: 720
},
beautify: {
"whiten": 0.5,
"dermabrasion": 1,
"lift": 0,
"shave": 0,
"eye": 0,
"chin": 0
}
};
const sdk = new ArSdk(config);