<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.video.video4linux">
    <title>gmane.comp.video.video4linux</title>
    <link>http://blog.gmane.org/gmane.comp.video.video4linux</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44123"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44119"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44118"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44117"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44113"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44112"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44111"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44110"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44103"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44100"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44097"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44096"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44093"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44091"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44089"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44088"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44087"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44086"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44085"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.video.video4linux/44084"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44123">
    <title>Kernel configuration for ov9655 on the PXA27x Quick Capture Interface</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44123</link>
    <description>&lt;pre&gt;Hi all,

I have an embedded smart camera equipped with an XScal-PXA270
processor running Linux 2.6.37 and the OV9655 Image sensor connected
on the PXA27x Quick Capture Interface.

Please, what kernel module I have to select in order to use the Image sensor ?

Thanks

Paolo Santinelli

&lt;/pre&gt;</description>
    <dc:creator>Paolo Santinelli</dc:creator>
    <dc:date>2011-02-16T22:46:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44119">
    <title>IR for remote control not working for Hauppauge WinTV-HVR-1150(SAA7134)</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44119</link>
    <description>&lt;pre&gt;Hello,

I have a Hauppauge WinTV-HVR-1150 (model 67201) pci tv tuner working
(video and audio) under Ubuntu 10.10 and kernel 2.6.35-25. But the IR
sensor is not being detected and no input device is being created at
/proc/bus/input.

I have tried to follow the information from Jarod Wilson and Mauro
Carvalho Chehab in https://bugzilla.redhat.com/show_bug.cgi?id=665870
(regarding Fedora 14) but couldn't resolve it myself.

I'm not a kernel/driver specialist but from looking at the code I've
noticed that *perphaps* the support for the HVR-1150 has not been
finished yet. Here are two examples that leaded to this observation
(IMHO):

drivers/media/video/saa7134/saa7134-cards.c
-------------------------------------------------------------------------------
(...)
int saa7134_board_init1(struct saa7134_dev *dev)
{
(...)
       case SAA7134_BOARD_HAUPPAUGE_HVR1150:           *NO
INSTRUCTIONS FOR THIS CASE*
        case SAA7134_BOARD_HAUPPAUGE_HVR1120:
                /* GPIO 26 high for digital, low for analog */
  &lt;/pre&gt;</description>
    <dc:creator>Fernando Laudares Camargos</dc:creator>
    <dc:date>2011-02-15T20:27:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44118">
    <title>There is a long delay when I use v4l2(uvc) with epoll (but selectworks well)</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44118</link>
    <description>&lt;pre&gt;This is the strace result when use select

select(5, [4], ...) = 1 (in [4], left {1, 648368}) &amp;lt;0.036166&amp;gt;
ioctl(4, VIDIOC_DQBUF, 0x7fffbe72ce50) = 0 &amp;lt;0.000024&amp;gt;
ioctl(4, VIDIOC_QBUF or VT_SETACTIVATE, 0x7fffbe72ce50) = 0 &amp;lt;0.000021&amp;gt;
select(5, [4], NULL, NULL, {2, 0}) = 1 (in [4], left {1, 680471}) &amp;lt;0.319565&amp;gt;
ioctl(4, VIDIOC_DQBUF, 0x7fffbe72ce50) = 0 &amp;lt;0.000023&amp;gt;
ioctl(4, VIDIOC_QBUF or VT_SETACTIVATE, 0x7fffbe72ce50) = 0 &amp;lt;0.000019&amp;gt;
select(5, [4], NULL, NULL, {2, 0}) = 1 (in [4], left {1, 680356}) &amp;lt;0.319680&amp;gt;
ioctl(4, VIDIOC_DQBUF, 0x7fffbe72ce50) = 0 &amp;lt;0.000022&amp;gt;
ioctl(4, VIDIOC_QBUF or VT_SETACTIVATE, 0x7fffbe72ce50) = 0 &amp;lt;0.000019&amp;gt;
select(5, [4], NULL, NULL, {2, 0}) = 1 (in [4], left {1, 648366}) &amp;lt;0.351672&amp;gt;
ioctl(4, VIDIOC_DQBUF, 0x7fffbe72ce50) = 0 &amp;lt;0.000022&amp;gt;
ioctl(4, VIDIOC_QBUF or VT_SETACTIVATE, 0x7fffbe72ce50) = 0 &amp;lt;0.000018&amp;gt;
select(5, [4], NULL, NULL, {2, 0}) = 1 (in [4], left {1, 680368}) &amp;lt;0.319669&amp;gt;
ioctl(4, VIDIOC_DQBUF, 0x7fffbe72ce50) = 0 &amp;lt;0.000022&amp;gt;
ioctl(4, VIDIOC_QBUF or VT_SETACTIVATE, 0x7fffbe72ce50) &lt;/pre&gt;</description>
    <dc:creator>xinglp</dc:creator>
    <dc:date>2011-02-15T09:47:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44117">
    <title>USB TV device / usbaudio / loud hum</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44117</link>
    <description>&lt;pre&gt;Hi!

When I try to use my new USB TV tuner (Pinnacle PCTV USB2 PAL) on Fedora 14 (log 
messages: in the end) 
with this:
mplayer -tv 
driver=v4l2:input=0:width=768:height=576:device=/dev/video2:norm=5:chanlist=europe-west:freq=224.25
 tv://

I hear nothing, but I c good pictures...

When I use this command simultaneously:
parec --device=alsa_input.hw_1 &amp;gt; bla.raw
I get correct audio with strong noise:
http://www.wgboome.de./bla.wav
(it is from input=1 for copyright reasons... so there is silence plus noise)

according to "amixer -c1"
(card 0 is the audio device on the mainboard and
is handled by pulseaudio)
the PCTV audio device has mono audio:
Simple mixer control 'Line',0
  Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
  Capture channels: Mono
  Limits: Capture 0 - 16
  Mono: Capture 8 [50%] [0.00dB] [on]

but arecord wants "-c2"...

someone on linux media mailing list thinks,
that somehow YUV data might get into the audio stream...

Why is that?

Thx.

Bye
Arne

appendix:
https://bugzil&lt;/pre&gt;</description>
    <dc:creator>AW</dc:creator>
    <dc:date>2011-02-15T08:53:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44113">
    <title>MyGica X8507 analog sound</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44113</link>
    <description>&lt;pre&gt;Hi all

Writing after a long time to return to help.
I bought a new TV-card "MyGica X8507" if I set it up as DMB-TH Mygica X8506 "card 22" analog TV I can see but not hear.
Can you help me to configure this card so I can listen?
I hope that soon this support and can also see digital television.

Thanks in advance


Alfredo

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&amp;lt; at &amp;gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

&lt;/pre&gt;</description>
    <dc:creator>Alfredo Jesús Delaiti</dc:creator>
    <dc:date>2011-02-11T17:20:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44112">
    <title>Support to TT-budget S-1500b ?</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44112</link>
    <description>&lt;pre&gt;Hi!
I bought PCI card  TT-budget S-1500 from dvbshop.net, but they send me 
new modification TT-budget S-1500b. The difference is in tuner - new 
code is BSBE1-D01A. The tuner itself is STB6000, but the QPSK 
demodulator is STx0288.
The card identify itself as:
Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
     Subsystem: Technotrend Systemtechnik GmbH Unknown device 101b
Is there any plan to support this device?

Thank you,
Penio Slavchev

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&amp;lt; at &amp;gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

&lt;/pre&gt;</description>
    <dc:creator>penio&lt; at &gt;setelcom.org</dc:creator>
    <dc:date>2011-02-10T14:32:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44111">
    <title>patch for ov9655</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44111</link>
    <description>&lt;pre&gt;Hi all,

I have an embedded smart camera equipped with an XScal-PXA270
processor running Linux 2.6.23 (just updated) and
the OV9655 Image sensor.

I have seen some patch (https://patchwork.kernel.org/patch/16548/) for
the  OV9655 that have the cropping function built in  and appear  to
be better than the driver currently in use (X300 camera board),

Please, could somebody tell me how to patch my  Linux 2.6.23 kernel ?

Here is what happen when I try to patch the kernel:


[root&amp;lt; at &amp;gt;localhost linux-2.6.23]# cat Add-ov9655-camera-driver.patch |
patch -p2 --dry-run
patching file drivers/media/video/Kconfig
Hunk #1 FAILED at 746.
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/video/Kconfig.rej
patching file drivers/media/video/Makefile
Hunk #1 FAILED at 145.
1 out of 1 hunk FAILED -- saving rejects to file
drivers/media/video/Makefile.rej
The next patch would create the file drivers/media/video/ov9655.c,
which already exists!  Assume -R? [n]


Thank you.

Paolo

&lt;/pre&gt;</description>
    <dc:creator>Paolo Santinelli</dc:creator>
    <dc:date>2011-02-10T01:16:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44110">
    <title>Osprey 440 - volume too low</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44110</link>
    <description>&lt;pre&gt;Hello,

First, I'd like to apologize if this is the wrong place for this question.

I have an Osprey 440 video capture card that I'm trying to use with
linux kernel 2.6.32-5 on my debian system. While video is all right.
I'm having trouble with the audio for this device. The volume is very low.

The card itself is plugged into a PCI 32 bit socket.

arecord -L reports the following:

**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
card 1: Bt878 [Brooktree Bt878], device 0: Bt87x Digital [Bt87x Digital]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
card 2: Bt878_1 [Brooktree Bt878], device 0: Bt87x Digital [Bt87x Digital]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
card 3: Bt878_2 [Brooktree Bt878], device 0: Bt87x Digital [Bt87x Digital]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
card 4: Bt878_3 [Brooktree Bt878], device 0: Bt87x Digital [Bt87x Digital]
 Subdevices: 1/1
&lt;/pre&gt;</description>
    <dc:creator>jeetu.golani&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2011-01-31T13:14:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44103">
    <title>Error While Compiling XAWTV</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44103</link>
    <description>&lt;pre&gt;Hi,

I'm trying to compile XAWTV 3.95 for arm board.

Setting configure as: ./configure
--prefix=/home/chetanpatil/workdir/filesys/ CC=arm_v5t_le-gcc --host=arm

But while doing make.
I'm getting error as:

console/fbtv.c:339: error: dereferencing pointer to incomplete type
console/fbtv.c:340: error: dereferencing pointer to incomplete type
console/fbtv.c: In function `do_capture':
console/fbtv.c:405: error: dereferencing pointer to incomplete type
console/fbtv.c:406: error: dereferencing pointer to incomplete type
console/fbtv.c:443: error: dereferencing pointer to incomplete type
console/fbtv.c:444: error: dereferencing pointer to incomplete type
console/fbtv.c: In function `main':
console/fbtv.c:755: error: dereferencing pointer to incomplete type
console/fbtv.c:773: error: dereferencing pointer to incomplete type
make: *** [console/fbtv.o] Error 1


Can any one help me out?!

Thanks.

&lt;/pre&gt;</description>
    <dc:creator>chetan patil</dc:creator>
    <dc:date>2011-01-28T17:21:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44100">
    <title>(unknown)</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44100</link>
    <description>&lt;pre&gt;http://vloeren-kopen.com/images/mto.php


      
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&amp;lt; at &amp;gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

&lt;/pre&gt;</description>
    <dc:creator>Mike Farrell</dc:creator>
    <dc:date>2011-01-27T22:30:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44097">
    <title>FusionHDTV Nano+ (DVICO) support</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44097</link>
    <description>&lt;pre&gt;Hi All,

Does anyone know if there is a linux driver that supoprts FusionHDTV 
Nano+ (Dvico)?

I've search everywhere and can only find info on nano not nano+. I've 
tried kernel 2.6.38 but only get the following in demsg

"[  153.875752] usb 1-3: new high speed USB device using ehci_hcd and 
address 6"

Thanks
Steve

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&amp;lt; at &amp;gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

&lt;/pre&gt;</description>
    <dc:creator>Steven Adams</dc:creator>
    <dc:date>2011-01-27T05:49:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44096">
    <title>DM6446</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44096</link>
    <description>&lt;pre&gt;Has any one worked upon DM6446 for v4l2.?

I'm getting some issues.
When i give input to the board from RCA cable
via a camera then i'm unable to get any output on screen.

I think some kernel modules for v4l2 are missing.

Please let me know if any one had come across such issue!

Thanks.

&lt;/pre&gt;</description>
    <dc:creator>chetan patil</dc:creator>
    <dc:date>2011-01-27T03:05:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44093">
    <title>Image sensor OV9655 and</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44093</link>
    <description>&lt;pre&gt;Dear Sirs,
Hi all,

I am currently trying to write C code for an embedded smart camera
equipped with an XScal-PXA270 processor running Linux 2.6.9-dma270 and
the OV9655 Image sensor.

I am asking help, my goal is capture a subfield of the whole image.

How to do it?

Is this function (VIDIOCSCAPTURE or something else?) supported by the
Video4Linux driver for the OV9655 Image sensor ?

Currently I am able to reconfigure the OV9655 in order to change the
whole image resolution, 640x480, 320x240 and even lower. The problem
is I need do it dynamically, quickly, without close the camera and
then reopen it every time I need sub-capture the image.

I don't have any experience using device driver.

I have tried to change the capture area using this call:

vw.width  = new_image_width;
vw.height = new_image_height;

ioctl(fd_camera, VIDIOCSWIN, &amp;amp;vw)

where vw is a struct video_window.

I get the right image but it seems to be not vertically centred, it
appears shifted and wrapped vertically. To get the right image I h&lt;/pre&gt;</description>
    <dc:creator>Paolo Santinelli</dc:creator>
    <dc:date>2011-01-26T20:45:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44091">
    <title>(unknown)</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44091</link>
    <description>&lt;pre&gt;http://tertuliasvirtuales.com/images/mto.php


      
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&amp;lt; at &amp;gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

&lt;/pre&gt;</description>
    <dc:creator>Mike Farrell</dc:creator>
    <dc:date>2011-01-26T10:52:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44089">
    <title>(unknown)</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44089</link>
    <description>&lt;pre&gt;http://colbatol.com/images/mto.php


      
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&amp;lt; at &amp;gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

&lt;/pre&gt;</description>
    <dc:creator>Mike Farrell</dc:creator>
    <dc:date>2011-01-24T12:25:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44088">
    <title>v4l2</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44088</link>
    <description>&lt;pre&gt;Hi,

I was trying to understand v4l2.

I'm not getting whether it is a driver or a module
which is dynamically inserted into the kernel
whenever we have to use it.

Does all video capture device (webcam) only use
v4l2??

Please give some overview if possible.

Thanks.


I did google but not getting proper answers.

&lt;/pre&gt;</description>
    <dc:creator>chetan patil</dc:creator>
    <dc:date>2011-01-24T10:30:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44087">
    <title>GIGABYTE GT-P8000</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44087</link>
    <description>&lt;pre&gt;HI,

 I'm not a professional, but a motivated amateur and I would like to
modify the SAA7134/v4l driver
  in my kernel to support the card mentioned in the title.
 I have some logs and some results, but my main problem is that I
cannot see how the driver should works.
 I mean which module calls in the others, and where starts the whole thing. :)
 As far as I could see more than one module contains for example
tda829x specific parts.
 My other problem is I haven't got any circuit diagram to know the
connections, but I guess it is a usual thing.
 Furthermore in my future plans I would like to use this hybrid card
as a signal processor module for some kind of hobby,
  and to give a good start to others.
 In my plan I would like to prepare a GUI, where I could modify all of
the parameters in all chips on the board, but I guess
  the limitations in ioctl are much more strong than I could achieve that.
 Could you please help me, how should I start working, or much better,
how should I continue.. :)

Thanks a lot!
&lt;/pre&gt;</description>
    <dc:creator>Norbert Plótár</dc:creator>
    <dc:date>2011-01-19T18:51:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44086">
    <title>(unknown)</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44086</link>
    <description>&lt;pre&gt;http://leskdorducabaret.fr/images/mto.php


      
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&amp;lt; at &amp;gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

&lt;/pre&gt;</description>
    <dc:creator>Mike Farrell</dc:creator>
    <dc:date>2011-01-16T09:42:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44085">
    <title>(unknown)</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44085</link>
    <description>&lt;pre&gt;http://habitatsympa.com/images/mto.php


      
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&amp;lt; at &amp;gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

&lt;/pre&gt;</description>
    <dc:creator>Mike Farrell</dc:creator>
    <dc:date>2011-01-13T21:29:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44084">
    <title>xawtv crashes with Sensoray 611 on RHEL5</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44084</link>
    <description>&lt;pre&gt;Hello,

We are trying to use two Sensoray 611 frame grabbers in a 64-bit RHEL5 system. Initially, things seem to work properly after adding the following to /etc/modprobe.conf:

options bttv card=73,73

We are testing the card with xawtv. We can start xawtv and view the input from each card. However, whenever trying to change any settings or do anything with the image (such as take a snapshot), xawtv crashes.

Any suggestions for addressing this would be greatly appreciated.  I have included some details below, but please let me know if I can provide any more information.

Many thanks,
Devin

PS. Here is the dmesg output from boot:
------
[dab66&amp;lt; at &amp;gt;lnx177-p1 ~]% dmesg |grep bttv
bttv: driver version 0.9.16 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 17) at 0000:05:04.0, irq: 169, latency: 64, mmio: 0xd0003000
bttv0: subsystem: 6000:0611 (UNKNOWN)
bttv0: using: Sensoray 311 [card=73,insmod option]
bttv0: gpio: en=00000000, out=00000000 in=00f&lt;/pre&gt;</description>
    <dc:creator>Devin Bougie</dc:creator>
    <dc:date>2011-01-13T19:57:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.video.video4linux/44083">
    <title>allowing more than two USB cameras on a usb 3.0 bus?</title>
    <link>http://comments.gmane.org/gmane.comp.video.video4linux/44083</link>
    <description>&lt;pre&gt;I'd like to work on the VFL2 code to allow more than two USB cameras on a USB3.0 bus.  Can someone point me to a repository so I can start hacking?  Thanks

&lt;/pre&gt;</description>
    <dc:creator>Pitt, Jason N</dc:creator>
    <dc:date>2011-01-13T19:00:14</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.video.video4linux">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.video.video4linux</link>
  </textinput>
</rdf:RDF>
