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
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 asresolution
and all is well : the program runs and the photos are saved in the much higher resolution of 2592x1944