forked from Github/frigate
Add birdseye live view (#10485)
* Add birdseye viewer and make it linkable * Add on click from main dashboard
This commit is contained in:
@@ -134,6 +134,7 @@ export default function LiveDashboardView({
|
||||
<BirdseyeLivePlayer
|
||||
birdseyeConfig={birdseyeConfig}
|
||||
liveMode={birdseyeConfig.restream ? "mse" : "jsmpeg"}
|
||||
onClick={() => onSelectCamera("birdseye")}
|
||||
/>
|
||||
)}
|
||||
{cameras.map((camera) => {
|
||||
|
||||
Reference in New Issue
Block a user