Up to binary counting introduction in hanoi.py

This commit is contained in:
Grant Sanderson
2016-11-16 17:10:48 -08:00
parent 3956a0c6c6
commit 4378aac88b
3 changed files with 484 additions and 63 deletions

View File

@ -3,7 +3,9 @@ import numpy as np
DEFAULT_HEIGHT = 1080
DEFAULT_WIDTH = 1920
DEFAULT_FRAME_DURATION = 0.04
PRODUCTION_QUALITY_FRAME_DURATION = 1./60
#There might be other configuration than pixel_shape later...
PRODUCTION_QUALITY_CAMERA_CONFIG = {