Re: Ziggi-HD webcam control



On 13-08-05 06:38 AM, Prof J C Nash (U30A) wrote:

Since I'm on Linux Mint, I got the source of gtk-v4l, went through the
configure and installing dependencies and then make, sudo make install,
and finally adding link in /usr/lib  for the shared library (make puts
it in /usr/local/lib; no big deal).

But unfortunately, the focus control does not show up. Almost certainly
due to non-standard camera internals. I rather expected this from the
uvcdynctrl output and the guvcview program.

My guess is that some custom patching needed. Device is quite usable,
just not perfect.


You could try v4l2-ctl from the v4l-utils package, for example with my random cheapo MS webcam, it shows for --list-ctrls option:

...
focus_absolute (int) : min=0 max=40 step=1 default=0 value=0 flags=inactive
  focus_auto (bool) : default=0 value=1
...

If it's listed there, you could control it with:

  v4l2-ctl --set-ctrl=focus_auto=1 -d /dev/whatever

Maybe you'll get lucky.

Cheers,
Matthew Brush


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]