mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
docs updates
This commit is contained in:
parent
74986982a0
commit
1daffd92fd
@ -9,6 +9,8 @@ ffmpeg with NVDEC support is required. The special docker architecture 'amd64nvi
|
|||||||
includes this support for amd64 platforms. An aarch64 for the Jetson, which
|
includes this support for amd64 platforms. An aarch64 for the Jetson, which
|
||||||
also includes NVDEC may be added in the future.
|
also includes NVDEC may be added in the future.
|
||||||
|
|
||||||
|
Some more detailed setup instructions are also available in [this issue](https://github.com/blakeblackshear/frigate/issues/1847#issuecomment-932076731).
|
||||||
|
|
||||||
## Docker setup
|
## Docker setup
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
@ -13,7 +13,7 @@ Frigate is a Docker container that can be run on any Docker host including as a
|
|||||||
|
|
||||||
### Operating System
|
### Operating System
|
||||||
|
|
||||||
Frigate runs best with docker installed on bare metal debian-based distributions. For ideal performance, Frigate needs access to underlying hardware for the Coral and GPU devices. Running Frigate in a VM on top of Proxmox, ESXi, Virtualbox, etc. is not recommended. The virtualization layer often introduces a sizable amount of overhead for communication with Coral devices.
|
Frigate runs best with docker installed on bare metal debian-based distributions. For ideal performance, Frigate needs access to underlying hardware for the Coral and GPU devices. Running Frigate in a VM on top of Proxmox, ESXi, Virtualbox, etc. is not recommended. The virtualization layer often introduces a sizable amount of overhead for communication with Coral devices, but [not in all circumstances](https://github.com/blakeblackshear/frigate/discussions/1837).
|
||||||
|
|
||||||
Windows is not officially supported, but some users have had success getting it to run under WSL or Virtualbox. Getting the GPU and/or Coral devices properly passed to Frigate may be difficult or impossible. Search previous discussions or issues for help.
|
Windows is not officially supported, but some users have had success getting it to run under WSL or Virtualbox. Getting the GPU and/or Coral devices properly passed to Frigate may be difficult or impossible. Search previous discussions or issues for help.
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ export default function Sidebar() {
|
|||||||
<Separator />
|
<Separator />
|
||||||
</Fragment>
|
</Fragment>
|
||||||
) : null}
|
) : null}
|
||||||
<Destination className="self-end" href="https://blakeblackshear.github.io/frigate" text="Documentation" />
|
<Destination className="self-end" href="https://docs.frigate.video" text="Documentation" />
|
||||||
<Destination className="self-end" href="https://github.com/blakeblackshear/frigate" text="GitHub" />
|
<Destination className="self-end" href="https://github.com/blakeblackshear/frigate" text="GitHub" />
|
||||||
</NavigationDrawer>
|
</NavigationDrawer>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user