Code: Select all
raspistill -rot 180I was quite disappointed with the image quality (too dark), until I realised that this darkness was caused by the rotation itself.
After trying unsucessfully to make it lighter by playing with --brightness and --iso, I opted for taking a unrotated picture and then rotating it by Imagemagick, which unfortunately requires my script to run a little longer.
Did anybody else realised about this problem? Is this something which could be fixed in a newer version of raspistill?
