Add birdseye live view (#10485)

* Add birdseye viewer and make it linkable

* Add on click from main dashboard
This commit is contained in:
Nicolas Mowen
2024-03-15 17:28:32 -06:00
committed by GitHub
parent 657fab2787
commit 64763293a2
4 changed files with 205 additions and 2 deletions

View File

@@ -134,6 +134,7 @@ export default function LiveDashboardView({
<BirdseyeLivePlayer
birdseyeConfig={birdseyeConfig}
liveMode={birdseyeConfig.restream ? "mse" : "jsmpeg"}
onClick={() => onSelectCamera("birdseye")}
/>
)}
{cameras.map((camera) => {