---
title: "Video Feed For Camera"
method: GET
path: "/video/{camera_id}"
tags: ["camera"]
---

# Video Feed For Camera

`GET /video/{camera_id}`

Stream video feed of the specified camera. If no camera id is provided, the default camera is used. Specify a target size and quality using query parameters.

## Path parameters

- `camera_id` integer, nullable, required

## Query parameters

- `height` integer, nullable
- `width` integer, nullable
- `quality` integer, nullable

## Response `200`

Streaming video feed of the specified camera.

- unknown

## Other responses

- `404` — Camera not available
- `422` — Validation Error

---

[API](https://skmtc.dev/phospho/apis/fastapi.md) · [All operations](https://skmtc.dev/phospho/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/phospho/fastapi/revisions/93e83588fc02/schema)
