Browse Source

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).
pull/3325/head
Anton Batenev 10 years ago
parent
commit
4f2a04c8e4
  1. 2
      .github/ISSUE_TEMPLATE.md

2
.github/ISSUE_TEMPLATE.md

@ -30,6 +30,8 @@ Reproducible: Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce @@ -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.

Loading…
Cancel
Save