Cameracontroller
@JackGao19700
关于 Cameracontroller
A MCPServer for Local Camera Control
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-camera-service": {
"command": "npx",
"args": [
"-y",
"mcp-camera-service",
"stdio"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Cameracontroller?
Cameracontroller is a multi‑protocol camera control service built on Node.js/TypeScript that follows the Model Context Protocol (MCP). It enables AI assistants to enumerate cameras, capture photos, record videos, and start live video streams on Windows and Linux.
How to use Cameracontroller?
Install via npm install, copy .env.sample to .env, configure environment variables, build with npm run build, then start with npm start (or npm run start:http for HTTP/SSE mode). For testing, use npm link and connect with the MCP Inspector using STDIO transport.
Key features of Cameracontroller
- Camera enumeration, photo capture, and video recording
- Video streaming with streamUrl support
- MCP tools: listCameras, takePhoto, startVideo, stopVideo
- Multiple transport modes: stdio, HTTP, SSE
- Supports Windows (dshow) and Linux (v4l2)
- Concurrent multi-instance recording and streaming
Use cases of Cameracontroller
- Take a photo from a specific camera and save it.
- Start a video recording to a file with an optional duration.
- Begin a live video stream accessible via a temporary URL.
- Stop an ongoing recording or stream by session ID.
- Enumerate all available cameras before selecting one.
FAQ from Cameracontroller
What transport modes does Cameracontroller support?
It supports stdio, HTTP, and SSE (Server-Sent Events) transports.
What dependencies are required to run Cameracontroller?
Node.js 16+ and ffmpeg (in PATH or provided by ffmpeg-static) are required.
How can I test the MCP tools?
Use the MCP Inspector (npx modelcontextprotocol/inspector) with STDIO transport and the command npx mcp-camera-server, or connect via HTTP/SSE.
Why does the streamUrl expire or work only once?
By design, each streamUrl can be consumed only once and has a configurable timeout (default 300 seconds). Call startVideo again to get a new streamUrl.
Can I record multiple videos at the same time?
Yes, Cameracontroller supports concurrent multi-instance recording and streaming.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论