mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 15:15:22 +03:00
Update calculation
This commit is contained in:
parent
c57ea6f653
commit
b66264ed99
@ -85,7 +85,7 @@ $ python -c 'print("{:.2f}MB".format((<width> * <height> * 1.5 * 10 + 270480) /
|
|||||||
|
|
||||||
# Example for 1280x720
|
# Example for 1280x720
|
||||||
$ python -c 'print("{:.2f}MB".format((1280 * 720 * 1.5 * 10 + 270480) / 1048576))'
|
$ python -c 'print("{:.2f}MB".format((1280 * 720 * 1.5 * 10 + 270480) / 1048576))'
|
||||||
12.12MB
|
13.44MB
|
||||||
|
|
||||||
# Example for eight cameras detecting at 1280x720, including logs
|
# Example for eight cameras detecting at 1280x720, including logs
|
||||||
$ python -c 'print("{:.2f}MB".format(((1280 * 720 * 1.5 * 10 + 270480) / 1048576) * 8 + 40))'
|
$ python -c 'print("{:.2f}MB".format(((1280 * 720 * 1.5 * 10 + 270480) / 1048576) * 8 + 40))'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user