frame_duration -> frame_rate

This commit is contained in:
Grant Sanderson 2019-02-03 12:09:20 -08:00
parent 5e63b5743d
commit 593dd38b45

View file

@ -30,7 +30,7 @@ class Camera(object):
"background_image": None,
"pixel_height": DEFAULT_PIXEL_HEIGHT,
"pixel_width": DEFAULT_PIXEL_WIDTH,
"frame_duration": DEFAULT_FRAME_DURATION,
"frame_rate": DEFAULT_FRAME_RATE,
# Note: frame height and width will be resized to match
# the pixel aspect ratio
"frame_height": FRAME_HEIGHT,