mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-30 15:49:00 +03:00
Add support for rockchip GPU stats (#17812)
* Set rockchip GPU name * Add support for calculating rockchip GPU load * Format consistently * Fix access error
This commit is contained in:
@@ -101,6 +101,9 @@ export default function Statusbar() {
|
||||
case "intel-qsv":
|
||||
gpuTitle = "Intel GPU";
|
||||
break;
|
||||
case "rockchip":
|
||||
gpuTitle = "Rockchip GPU";
|
||||
break;
|
||||
default:
|
||||
gpuTitle = name;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user