poniedziałek, 25 marca 2013

Logitech Sphere AF on Linux Kubuntu 13.04

Recently I was lent a Logitech Sphere AF webcam, for my master thesis. Unfortunately most of controls, like pan, tilt or focus, are not avaliable out of the box. After a week of search and trial a solution appeared:
sudo uvcdynctrl -d /dev/video1 --addctrl=046d:0994 --import=/usr/share/uvcdynctrl/data/046d/logitech.xml

Compiled version of uvcdynctrl was reporting that it couldn't find the file with capabilities of Logitech cameras, so I've imported them from default location. Now it works :)