framegrab-mcp-server
If you are the rightful owner of framegrab-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for capturing images from cameras and video streams using the framegrab library.
The Framegrab MCP Server is designed to capture images from various video sources such as webcams, USB cameras, RTSP streams, and YouTube live streams. It leverages the framegrab library to handle image capture efficiently. The server is in early development, and its features and tools are expected to evolve. It provides a robust solution for image capture needs across different platforms, making it versatile for developers and users who require image processing capabilities.
Features
- Supports multiple video sources including webcams, USB cameras, and RTSP streams.
- Utilizes the framegrab library for efficient image capture.
- Offers tools for creating, managing, and releasing framegrabbers.
- Provides configuration options for framegrabbers.
- Includes autodiscovery features for framegrabbers and RTSP streams.
Tools
create_framegrabber
Create a new framegrabber from a configuration object and add it to the available grabbers.
grab_frame
Grab a frame from the specified framegrabber and return it as an image in the desired format (png, jpg, or webp).
list_framegrabbers
List all available framegrabbers by name, sorted alphanumerically.
get_framegrabber_config
Retrieve the configuration of a specific framegrabber.
set_framegrabber_config
Update the configuration options for a specific framegrabber.
release_framegrabber
Release a framegrabber and remove it from the available grabbers.