ffprobe on camera support

This commit is contained in:
Josh Hawkins 2024-08-23 07:35:34 -05:00
parent 2e8c50f266
commit 4b18586295

View File

@ -54,6 +54,14 @@ body:
render: shell render: shell
validations: validations:
required: true required: true
- type: textarea
id: ffprobe
attributes:
label: FFprobe output from your camera
description: Run `ffprobe <camera_url>` from within the Frigate container if possible, and provide output below
render: shell
validations:
required: true
- type: textarea - type: textarea
id: stats id: stats
attributes: attributes: