From ecfafdc971eb4c45240f17a70532610f4cd23fd1 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Fri, 11 Nov 2022 08:01:23 -0700 Subject: [PATCH] Add docs for ffprobe api --- docs/docs/integrations/api.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/integrations/api.md b/docs/docs/integrations/api.md index c7a963ca6..d79b4b3cc 100644 --- a/docs/docs/integrations/api.md +++ b/docs/docs/integrations/api.md @@ -264,3 +264,11 @@ Get recording segment details for the given timestamp range. | -------- | ---- | ------------------------------------- | | `after` | int | Unix timestamp for beginning 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 |