---
title: "Get All Camera Frames"
method: GET
path: "/frames"
tags: ["camera"]
---

# Get All Camera Frames

`GET /frames`

Capture frames from all available cameras. Returns a dictionary with camera IDs as keys and base64 encoded JPG images as values. If a camera is not available or fails to capture, its value will be None.

## Query parameters

- `resize_x` integer, nullable
- `resize_y` integer, nullable

## Response `200`

Successfully captured frames from available cameras

- object

## Other responses

- `422` — Validation Error
- `500` — Server error while capturing frames

---

[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)
