Hailo Media Library Service

The Hailo Media Library is the C++ media and vision stack for the Hailo-15 AI vision processor. It exposes a real gRPC contract — service MediaLibraryService, 33 RPCs including five server-streaming subscriptions — covering pipeline lifecycle (Initialize, StartPipeline, StopPipeline, Shutdown), profile and ISP configuration, frontend output streams, thermal throttling state, and zero-copy buffer exchange with the encoder. A companion Protocol Buffers scheme describes the analytics metadata frames (detections, landmarks, classifications, tracking ids) the analytics API emits over WebSocket and ZMQ. The service runs on the board, so there is no public internet base URL.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/hailo-media-library"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: hailo-media-library
name: Hailo Media Library Service
description: The Hailo Media Library is the C++ media and vision stack for the Hailo-15 AI vision processor.
  It exposes a real gRPC contract — service MediaLibraryService, 33 RPCs including five server-streaming
  subscriptions — covering pipeline lifecycle (Initialize, StartPipeline, StopPipeline, Shutdown), profile
  and ISP configuration, frontend output streams, thermal throttling state, and zero-copy buffer exchange
  with the encoder. A companion Protocol Buffers scheme describes the analytics metadata frames (detections,
  landmarks, classifications, tracking ids) the analytics API emits over WebSocket and ZMQ. The service
  runs on the board, so there is no public internet base URL.
humanURL: https://github.com/hailo-ai/hailo-media-library
x-base-url: none
x-base-url-note: Deliberately no baseURL. MediaLibraryService is a gRPC service that runs ON the Hailo-15
  board and is reached over a local socket, with a Unix-domain-socket side-channel for DMA buffer descriptors.
  There is no public internet host; inventing one would be a fabrication.
tags:
- Computer Vision
- Video Analytics
- gRPC
- Streaming
properties:
- type: Protobuf
  url: grpc/hailo-media-library-service.proto
- type: Protobuf
  url: grpc/hailo-analytics-metadata.proto
- type: SourceCode
  url: https://github.com/hailo-ai/hailo-media-library
- type: Documentation
  url: https://hailo-csdata.s3.eu-west-2.amazonaws.com/resources/documentation/documentation/hailo_media_library_1.12.0_user_guide.pdf
- type: AgentSkill
  url: skills/_index.yml