From 4f2a04c8e4b111b190b5b88539efe10372577d9c Mon Sep 17 00:00:00 2001 From: Anton Batenev Date: Sat, 21 May 2016 16:22:00 +0300 Subject: [PATCH] chore(ISSUE_TEMPLATE): Add tip to get webcam info on Linux Additional info about webcam can help to understand where problem is. For example, ffmpeg does not support webcams with PJPG pixel format (pac7302). --- .github/ISSUE_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 03fd3570b..534d54ebb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -30,6 +30,8 @@ Reproducible: Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce E.g., include log located in `~/.config/Tox/qTox/` / `%APPDATA\tox\`. To include it, rename it from `.log` to `.txt`, or zip it. +Tip: use `v4l-info` and `v4l2-ctl --all` to get webcam info on Linux. + More information on how to write good bug reports in the wiki: https://github.com/tux3/qTox/wiki/Writing-Useful-Bug-Reports.