camera_support_request.yml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. name: Camera Support Request
  2. description: Support for setting up cameras in Frigate
  3. title: "[Camera Support]: "
  4. labels: ["support", "triage"]
  5. assignees: []
  6. body:
  7. - type: textarea
  8. id: description
  9. attributes:
  10. label: Describe the problem you are having
  11. validations:
  12. required: true
  13. - type: input
  14. id: version
  15. attributes:
  16. label: Version
  17. description: Visible on the Debug page in the Web UI
  18. validations:
  19. required: true
  20. - type: textarea
  21. id: config
  22. attributes:
  23. label: Frigate config file
  24. description: This will be automatically formatted into code, so no need for backticks.
  25. render: yaml
  26. validations:
  27. required: true
  28. - type: textarea
  29. id: logs
  30. attributes:
  31. label: Relevant log output
  32. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
  33. render: shell
  34. validations:
  35. required: true
  36. - type: textarea
  37. id: ffprobe
  38. attributes:
  39. label: FFprobe output from your camera
  40. description: Run `ffprobe <camera_url>` and provide output below
  41. render: shell
  42. validations:
  43. required: true
  44. - type: textarea
  45. id: stats
  46. attributes:
  47. label: Frigate stats
  48. description: Output from frigate's /api/stats endpoint
  49. render: json
  50. - type: dropdown
  51. id: os
  52. attributes:
  53. label: Operating system
  54. options:
  55. - HassOS
  56. - Debian
  57. - Other Linux
  58. - Proxmox
  59. - UNRAID
  60. - Windows
  61. - Other
  62. validations:
  63. required: true
  64. - type: dropdown
  65. id: install-method
  66. attributes:
  67. label: Install method
  68. options:
  69. - HassOS Addon
  70. - Docker Compose
  71. - Docker CLI
  72. validations:
  73. required: true
  74. - type: dropdown
  75. id: coral
  76. attributes:
  77. label: Coral version
  78. options:
  79. - USB
  80. - PCIe
  81. - M.2
  82. - Dev Board
  83. - Other
  84. - CPU (no coral)
  85. validations:
  86. required: true
  87. - type: dropdown
  88. id: network
  89. attributes:
  90. label: Network connection
  91. options:
  92. - Wired
  93. - Wireless
  94. - Mixed
  95. validations:
  96. required: true
  97. - type: input
  98. id: camera
  99. attributes:
  100. label: Camera make and model
  101. description: Dahua, hikvision, amcrest, reolink, etc and model number
  102. validations:
  103. required: true
  104. - type: textarea
  105. id: other
  106. attributes:
  107. label: Any other information that may be helpful