I am happy with taking pictures using my Pi Camera and using -vf and -hf flags to correct the orientation but how do I use the flags when using the camera from within python??
Thanks
Raspberry Pi Certified Educator. Main Hardware - Raspberry Pi 1 model B revision 2, Raspberry Pi 2 model B, Pi Camera
If you're using the python picamera module set picamera.rotation() to 0, 90,180 or 270, picamera.vflip() true or false & picamera.hflip() true or false.