mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Show area size on event screen
It is useful to know area to fine tune object size. Some event screenshots displayed cropped without area size
This commit is contained in:
parent
e68f80b44a
commit
219c31d779
@ -162,6 +162,10 @@ export default function Event({ eventId, close, scrollRef }) {
|
|||||||
<Td>Score</Td>
|
<Td>Score</Td>
|
||||||
<Td>{(data.top_score * 100).toFixed(2)}%</Td>
|
<Td>{(data.top_score * 100).toFixed(2)}%</Td>
|
||||||
</Tr>
|
</Tr>
|
||||||
|
<Tr>
|
||||||
|
<Td>Area</Td>
|
||||||
|
<Td>{(data.area)}%</Td>
|
||||||
|
</Tr>
|
||||||
<Tr index={1}>
|
<Tr index={1}>
|
||||||
<Td>Zones</Td>
|
<Td>Zones</Td>
|
||||||
<Td>{data.zones.join(', ')}</Td>
|
<Td>{data.zones.join(', ')}</Td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user