I'm using QC as a simple CCTV with Motion project and
the camera is mounted under the ceiling. There is no
option for rotating the picture and now it is quite
difficult to watch the picture.
If you can implement rotate and mirror h/v option into
the driver, I will be happy. I need to get everything
up and running till the end of the month.
Thanks.
Logged In: YES
user_id=638161
Turn your monitor upside down ;)
Seriously, though, this is something that shouldn't be done in the
driver. So this feature request is quite low in my priority list, unfortunately.
The proper way is to implement userspace libraries for handling the
camera which can flip the image. Gstreamer is just such a library,
but it requires Gstreamer plugin and support from applications. I'll write
the plugin. I hope Motion (and other apps) start using Gstreamer.