惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
阮一峰的网络日志
阮一峰的网络日志
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
博客园 - 司徒正美
Last Week in AI
Last Week in AI
爱范儿
爱范儿
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
雷峰网
雷峰网
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
Jina AI
Jina AI
人人都是产品经理
人人都是产品经理
量子位
V
V2EX
博客园 - 叶小钗
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work Top 15 Reinforcement Learning Questions That Will Appear in Exams The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026
VRCFaceTracking安装和iPhone面捕配置教程,有bug
GokuScraper悟空爬虫 · 2026-04-13 · via DEV Community

GokuScraper悟空爬虫

VRCFaceTracking安装和iPhone面捕配置教程,有bug

1.下载软件

不要去github下载,开发者已经转移到了steam,

打开steam,搜索VRChatFace,点击第一个结果

image-20260413060154819

下载

image-20260413060224488

2.iPhone配置

打开软件

image-20260413060423100

点击插件

image-20260413060858173

下载livelink

image-20260413060919608

打开iPhone,搜索livelink并下载

image-20260413061313100

打开软件,给全部权限,然后点击设置

image-20260413061918443

然后点击livelink

image-20260413062151191

出现我们要填IP的窗口

IMG_1456

回到电脑,打开VRCFaceTracking,点击输出

image-20260413062354788

这里显示了你的IP和端口,

如果出现多个IP,就先用第一个,后续如果不行再依次往下换,

把这个填到iPhone上面,

image-20260413062503829

打开 VRCFaceTracking 追踪开关,出现iPhone图标,说明配置好了

image-20260413063302718

3.VRChat配置

打开VRChat

image-20260413064011002

双击设置

image-20260413064238064

搜索OSC,打开

image-20260413064433184

打开世界,搜索Face Tracking Avatar

image-20260413064640317

选第一个或者第二个进入

image-20260413064724838

image-20260413064750698

换上新模型

image-20260413064901667

成功识别

image-20260413073239678

但是没什么用,因为他表情会乱跳,暂时没找到解决办法

附:VRCFaceTracking是什么?

这是一个民间项目。

它是一个“翻译官”(核心原理)

不同的硬件说不同的“语言”:

iPhone 说的是 ARKit 语(52 个参数)。

Quest Pro 说的是 Meta 语。

Vive 面捕器说的是 SRanipal 语。

而 VRChat 的模型 只能听懂 OSC 协议 的指令。

VRCFT 的作用:它把这些乱七八糟的硬件语言,统一翻译成 VRChat 认得的“标准普通话”,

(也就是它自创的 Unified Expressions 标准),然后喂给游戏。

它还是一个“插件架子”(模块化设计)

它现在走的是 “本体 + 模块” 的路线。

本体(VRCFT):负责管理界面、连接 VRChat。

模块(Modules):就像插件。你想用 iPhone?那就去它的仓库里点一下安装 LiveLink模块。

你想用摄像头?就装摄像头模块。

好处:软件变得很轻量,不占资源,而且社区开发者可以不停地给它写新插件。

抱拳了

感谢各位朋友捧场!要是觉得内容有有点意思,别客气,点赞、在看、转发,直接安排上!

想以后第一时间看着咱的文章,别忘了点个星标⭐,别到时候找不着了。

行了,今儿就到这儿。

论成败,人生豪迈,我们下期再见!

image-20260413081253966

悟空爬虫提供专业的数据采集服务

886