mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-21 11:51:53 +03:00
update openapi spec
This commit is contained in:
parent
46d742b970
commit
fb3a456d6f
29
docs/static/frigate-api.yaml
vendored
29
docs/static/frigate-api.yaml
vendored
@ -400,6 +400,35 @@ paths:
|
|||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/HTTPValidationError"
|
$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:
|
/ffprobe/snapshot:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user