Unignorable Advantages for Further Understanding Beauty AR
オールプラットホームサポート
美顔 AR は、iOS、Android、Windows、macOS、web、Flutter、Uin-app など複数のプラットフォームに対応しています。
先進的な AI 認識技術
300 以上の全身のポイントの認識、40 以上の顔の細部の調整により、体のあらゆる部分を美化します。
カスタムメイクアップ
美顔 AR は、アイシャドウ、まつげ、眉毛、口紅、チーク、美容などの個別モジュールのエフェクトを個別に調整することをサポートします。
ハイパフォーマンスモード
ローエンドデバイスにはより優しく、10年 前のモデルでも平均 30FPS で美顔 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.
UGSV
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);