Note to self: Pi zero is ARM v6, PI3 b+ is ARMv7 PI4 is ARMv8, so when using scripts from here: https://www.raspberrypi.org/forums/viewtopic.php?t=62371&p=465942
Do keep that in mind.
Simple blog about code
This is a kind of a diary, in which I try to preserve some findings about programming, especially in OpenCV and general pc usage. Hope it helps someone.
niedziela, 10 maja 2020
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 :)
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 :)
Subskrybuj:
Posty (Atom)