Hi Artem, On Tuesday 26 August 2008, Artem Makhutov wrote: > Hi, > > I would like to control the tilt/pan of my Logitech Sphere MP. > > According to > http://www.quickcamteam.net/documentation/faq/i-have-a-logitech-quickcam-or >bit-sphere-mp-why-dont-the-pan-tilt-buttons-in-luvcview-work the API was > changed and thats why the controls in luvcview are not working. > > Has somebody a patch for luvcview?
Not that I know of, by feel free to submit a patch :-) > An other nice feature would be if the control could be accessed via > procfs so it would be possible to do a > > echo PosX,PosY > /proc/driver/uvcvideo/card0/rotor > > to make the camera rotate or > > echo off > /proc/driver/uvcvideo/card0/statusled > > to disable the led. > > Is it possible to implement such a feature? This should be implemented through sysfs instead of procfs. The idea has been floating around for some time. Instead of exposing individual controls through sysfs at the driver level, this is the kind of function that should be handled by the videodev layer. There are a few command-line tools that can get/set individual controls by name. Have a look at uvcdynctrl or v4l2-ctl. Best regards, Laurent Pinchart _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
