mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Add docs for ffprobe api
This commit is contained in:
parent
c7448b29db
commit
ecfafdc971
@ -264,3 +264,11 @@ Get recording segment details for the given timestamp range.
|
|||||||
| -------- | ---- | ------------------------------------- |
|
| -------- | ---- | ------------------------------------- |
|
||||||
| `after` | int | Unix timestamp for beginning of range |
|
| `after` | int | Unix timestamp for beginning of range |
|
||||||
| `before` | int | Unix timestamp for end of range |
|
| `before` | int | Unix timestamp for end of range |
|
||||||
|
|
||||||
|
### `GET /api/ffprobe`
|
||||||
|
|
||||||
|
Get ffprobe output for camera feed paths.
|
||||||
|
|
||||||
|
| param | Type | Description |
|
||||||
|
| ------- | ------ | ---------------------------------- |
|
||||||
|
| `paths` | string | `,` separated list of camera paths |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user