🤖AI-generated documentation✓ curatedAI Generated
This page was drafted by an AI assistant and may contain inaccuracies. This content has been reviewed by a human curator.More info about content generation types ↗
Curator notes: Maybe some screenshots or something? more info about the installer and the difference between the app and the server_only stuff
About content generation types
🤖
AI Generated — Page drafted entirely by AI from codebase or prompt instructions.
(e.g., docs generated from codebase analysis)
← this page(e.g., docs generated from codebase analysis)
✋→🤖
AI Transformatted — Human provided raw material; AI restructured it into a different format.
(e.g., livestream → blog post, meeting notes → docs)
(e.g., livestream → blog post, meeting notes → docs)
✋
Human Generated — Page written entirely by a human author.
(e.g., hand-written tutorial)
(e.g., hand-written tutorial)
安装
下载 SkellyCam
最简单的入门方式是从下载页面下载适用于您操作系统的预构建安装程序。
可用平台:
- Windows —
.exe安装程序 - macOS —
.dmg(Intel 和 Apple Silicon) - Linux —
.AppImage或.deb
安装程序是独立的——它捆绑了 SkellyCam 服务器和用户界面,因此您无需安装 Python、Node.js 或任何其他依赖项。
Linux 注意事项
.AppImage可能需要设置为可执行文件:chmod +x SkellyCam-*.AppImage- 音频录制需要 PortAudio:
sudo apt install portaudio19-dev
从源码安装
如果您是开发者或贡献者,希望从源代码运行,请参阅开发部分获取完整的设置说明。