From 4b18586295d4d6e2b10f5d9ade9d384abe5035c9 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 23 Aug 2024 07:35:34 -0500 Subject: [PATCH] ffprobe on camera support --- .github/DISCUSSION_TEMPLATE/camera-support.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/DISCUSSION_TEMPLATE/camera-support.yml b/.github/DISCUSSION_TEMPLATE/camera-support.yml index 1b5ba8e92..ec6497309 100644 --- a/.github/DISCUSSION_TEMPLATE/camera-support.yml +++ b/.github/DISCUSSION_TEMPLATE/camera-support.yml @@ -54,6 +54,14 @@ body: render: shell validations: required: true + - type: textarea + id: ffprobe + attributes: + label: FFprobe output from your camera + description: Run `ffprobe ` from within the Frigate container if possible, and provide output below + render: shell + validations: + required: true - type: textarea id: stats attributes: