---
title: "Calibrate Camera Service Role"
method: POST
path: "/images/calibrate-camera/{camera_id}"
tags: ["images"]
---

# Calibrate Camera Service Role

`POST /images/calibrate-camera/{camera_id}`

Alternative endpoint using service role authentication for debugging.
Same functionality as /calibrate-camera/{camera_id} but with elevated permissions.

## Path parameters

- `camera_id` string, required

## Request body

- CameraCalibrationRequest
  - `board_width` integer
  - `board_height` integer
  - `square_size` number
  - `marker_size` number

## Response `200`

Successful Response

## Other responses

- `404` — Not found
- `422` — Validation Error

---

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