From fb3a456d6f2bc96ac5ac512a6b62cbbf0146a962 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 11 Jun 2026 08:16:45 -0500 Subject: [PATCH] update openapi spec --- docs/static/frigate-api.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/static/frigate-api.yaml b/docs/static/frigate-api.yaml index 146fce4e64..2c6109b985 100644 --- a/docs/static/frigate-api.yaml +++ b/docs/static/frigate-api.yaml @@ -400,6 +400,35 @@ paths: application/json: schema: $ref: "#/components/schemas/HTTPValidationError" + /keyframe_analysis: + get: + tags: + - Camera + summary: Keyframe Analysis + description: >- + Probe a camera's record stream and classify its keyframe spacing. + Detects smart/+ codecs and long/variable GOPs that degrade recording. + operationId: keyframe_analysis_keyframe_analysis_get + parameters: + - name: camera + in: query + required: false + schema: + type: string + default: "" + title: Camera + responses: + "200": + description: Successful Response + content: + application/json: + schema: {} + "422": + description: Validation Error + content: + application/json: + schema: + $ref: "#/components/schemas/HTTPValidationError" /ffprobe/snapshot: get: tags: