Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Jun 2011 13:41:13 +0400
From:      Boris Samorodov <bsam@ipt.ru>
To:        Hans Petter Selasky <hselasky@c2i.net>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: Pre-release of webcamd [v0.2.4]
Message-ID:  <45215846@bb.ipt.ru>
In-Reply-To: <201105311932.38205.hselasky@c2i.net> (Hans Petter Selasky's message of "Tue, 31 May 2011 19:32:38 %2B0200")
References:  <201105240020.49377.hselasky@c2i.net> <4DDCF73B.2080200@gmail.com> <201105251442.27159.hselasky@c2i.net> <201105311932.38205.hselasky@c2i.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 31 May 2011 19:32:38 +0200 Hans Petter Selasky wrote:

> Attaching new patch for ports. Some minor changes.

Wow, it now builds with clang! No regression since 0.2.2.

However (the behaviour is the same since 0.1.26) I'd like to
report some inconsistency. The system:
------
% uname -a
FreeBSD bb.ipt.ru 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r222487: Mon May 30 15:43:30 MSD 2011     bsam@bb.ipt.ru:/usr/obj/usr/src/sys/BB  i386
% usbconfig -d 7.2 dump_device_desc
ugen7.2: <Microsoft LifeCam VX-800 Microsoft> at usbus7, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON

  bLength = 0x0012 
  bDescriptorType = 0x0001 
  bcdUSB = 0x0200 
  bDeviceClass = 0x00ef 
  bDeviceSubClass = 0x0002 
  bDeviceProtocol = 0x0001 
  bMaxPacketSize0 = 0x0040 
  idVendor = 0x045e 
  idProduct = 0x0766 
  bcdDevice = 0x0101 
  iManufacturer = 0x0001  <Microsoft>
  iProduct = 0x0002  <Microsoft LifeCam VX-800>
  iSerialNumber = 0x0000  <no string>
  bNumConfigurations = 0x0001
------

Running:
-----
% pwcview
Webcam set to: 320x240 (sif) at 5 fps    # OK (shaky, but it's 5 fps)
% pwcview -f 30
Webcam set to: 320x240 (sif) at 30 fps   # shaky video, (5 fps?)
% pwcview -s vga
Webcam set to: 640x480 (vga) at 5 fps    # seems to use 30 fps
% pwcview -s vga -f 5
Webcam set to: 640x480 (vga) at 5 fps    # seems to use 30 fps
-----

Thanks!

-- 
WBR, Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45215846>