jrleeman / PiBooth

Raspberry Pi Photo Booth
9 stars 2 forks source link

AttributeError from terminal when running photobooth.py #9

Closed hermantherock closed 7 years ago

hermantherock commented 7 years ago

2017-10-26-220403_800x600_scrot

I commented out the line #camera.resulotion = (2592, 1944) # 1280,720 also works for some setups 2592,1944 and the program will run, but the side effect is the photos are the same resolution of my screen size (800x600)

While making this post I noticed the word resulotion is spelled wrong , so I retyped it as resolution and all is well : the program runs and the photos are saved in the much higher resolution of 2592x1944

jrleeman commented 7 years ago

Oops! I'll get that corrected!