2007/6/1, Puria Nafisi Azizi <[EMAIL PROTECTED]>: > hi * > I'm playing with gst in these days, can not find how to flip the image > when i rotate the camera itself, some people told me to use gconfv4l2src > instead of v4l2src, but that does not solve the problem.
gconfv4l2src does indeed flip the output when you rotate the camera, so if it doesn't it's probably bug somewhere (in sardine?). Bugzilla might be a good place to report this (with more details on what you did and what is the goal). > I've heard about a videoflip in gst-plugins-good but seems not included in > sardine. No, but it can be pretty trivially compiled & deployed on the device. Just 'apt-get source' the gst-plugins-good package and go to the videoflip directory, 'make' and copy the resulting .so from .libs in that directory to /usr/lib/gstreamer-0.10 and away you go. Not sure if the performance is acceptable, but flipping the video sounds like a pretty straightforward operation so it should be fine... -- Kalle Vahlman, [EMAIL PROTECTED] Powered by http://movial.fi Interesting stuff at http://syslog.movial.fi _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
