Unignorable Advantages for Further Understanding Beauty AR
全平台支持
美颜 AR 支持多个平台,包括 iOS、Android、Windows、macOS、web、Flutter、Uin-app 等。
先进的 AI 识别技术
300多个全身点的识别,40多个面部细节的调整,美化身体的每一个部位。
定制美妆
美颜 AR 支持单独调整眼影、睫毛、眉毛、口红、腮红、修容等单独的模块效果。
高性能模式
对低端设备更加友好,即使10年前的机型也能以平均30 FPS 的速度流畅地运行美颜 AR。
丰富的特效贴纸
美颜 AR 为用户提供了数百种完整的效果贴纸。
容易使用
Beauty AR can be flexibly integrated into RTC engine, Calls, Conferences to quickly add support for beauty filters and effects in videos.
20,000+ 设备
高兼容性
<1.2 ms
单帧处理时间
300+
全身点识别
40+
面部特征的精细调整
互动直播
在秀场、电商活动等直播场景中,美颜 AR 具有业界领先的 3D 能力。动态贴纸可稳定跟随面部关键点,轻松实现沉浸式的贴纸互动体验,满足各类直播场景的特效需求。
互动聊天
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.
短视频
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.
游戏
在竞技互动直播、游戏截图等场景中,动态特效能力的融入可以增强互动性,丰富游戏画面,提高玩家沉浸感,带来更多游戏乐趣,更好地引发对活动的讨论。
AI 相机
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.
会议
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.
轻松集成我们的 SDK,获得专业支持指导。
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);