[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 574: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 630: sizeof(): Parameter must be an array or an object that implements Countable
Plum Geek Forum • Camera upside down?
Page 1 of 1

Camera upside down?

Posted: Tue Jan 30, 2018 5:33 pm
by gpvillamil
Got everything hooked up, trying out the camera. I followed the instructions exactly, with the ribbon cable at the top.

However, when firing up raspistill or qv4l2, the image is displayed upside down!

Is this something I can change in settings, or should I just reinstall the camera?

Re: Camera upside down?

Posted: Wed Jan 31, 2018 6:07 am
by esba1ley
if you're using raspivid or raspistill, use -vflip -hflip options.

I use OpenCV 3.4, and I have to send equivalent flip commands via my python scripts.