Update calculation

This commit is contained in:
Nicolas Mowen 2024-07-10 06:42:37 -06:00
parent c57ea6f653
commit b66264ed99

View File

@ -85,7 +85,7 @@ $ python -c 'print("{:.2f}MB".format((<width> * <height> * 1.5 * 10 + 270480) /
# Example for 1280x720
$ 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
$ python -c 'print("{:.2f}MB".format(((1280 * 720 * 1.5 * 10 + 270480) / 1048576) * 8 + 40))'