Displaying 20 results from an estimated 8000 matches similar to: "Wine and video4linux2 supported webcams"
2011 Sep 21
5
Ekiga - camera
dear All,
when first installing CentOs some 6 months ago, I noticed this strange thing called Ekiga.
Now, some guys at work use Skype and I heard that's owned by Microsoft.
So enter James.
I bought a webcam, actualy 2, to test Ekiga. Logitech Webcam c210.
I saw this url :http://www.ideasonboard.org/uvc/ on this url :http://wiki.centos.org/AdditionalResources/HardwareList/Webcams
and in
2008 Dec 01
3
HardwareList - webcams
Hi List,
The hardware list page on the Wiki:
http://wiki.centos.org/AdditionalResources/HardwareList
says:
"I'd like to see this page as an entry point for hardware that does not
work with CentOS out of the box or only with some effort. I do not see a
need for a list which states all working hardware."
I'd like to ask if we can make a small exception to that rule for
2010 Mar 23
4
Publishing a webcam on a web page?
This talk of cameras has reminded me of a problem I've not yet been able
to solve.
I have a Logitech Communicate STX
( ID 046d:08ad Logitech, Inc. QuickCam Communicate STX )
This seems to work under v4l on CentOS 5.4. If I load xawtv (from rpmforge)
then I can view the image from the camera.
But what I'd like to be able to do is have the image appear on a web page
(maybe streaming
2010 Oct 13
2
Fwd: Re: Any progress on bug 16147?
Robert Benjamin <benjie1 at cox.net> wrote:
>Sent: Oct 13, 2010 4:26 AM
>To: wine-users at winehq.org
>Subject: Re: [Wine] Fwd: Re: Any progress on bug 16147?
>
>Just wondering why I haven't had a reply about the webcam problem
>with iSpQ and icuii. There are a few previous posts about testing the
>cam from Gert but nothing lately.
Maybe because no one is working
2020 Sep 15
0
[PATCH 01/18] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
From: Sergey Senozhatsky <sergey.senozhatsky at gmail.com>
The patch partially reverts some of the UAPI bits of the buffer
cache management hints. Namely, the queue consistency (memory
coherency) user-space hint because, as it turned out, the kernel
implementation of this feature was misusing DMA_ATTR_NON_CONSISTENT.
The patch revers both kernel and user space parts: removes the
DMA
2009 Jan 01
2
Permission to add an entry to the Webcams page
I would like to add an entry for the Logitech QuickCam Communicate STX to
this page:
http://wiki.centos.org/AdditionalResources/HardwareList/Webcams
Thank you.
Marko
2017 Nov 11
0
Logitech Brio 4K Ultra HD Webcam - 960-001105
On 11/11/17 02:22, Gregory P. Ennis wrote:
> Everyone,
>
> I was hoping to be able to plug the Logitech Brio in and have it work,
> but it did not. I can have it connect to a Windows 10 laptop and have
> it function, so I know the camera works.
>
> The Centos 7.4 is recognizing it when I plug in the usb 3.0 cable. The
> results of dmesg demonstrated :
>
> [
2020 Aug 19
0
[PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT
The V4L2-FLAG-MEMORY-NON-CONSISTENT flag is entirely unused, and causes
weird gymanstics with the DMA_ATTR_NON_CONSISTENT flag, which is
unimplemented except on PARISC and some MIPS configs, and about to be
removed.
Signed-off-by: Christoph Hellwig <hch at lst.de>
---
.../userspace-api/media/v4l/buffer.rst | 17 ---------
.../media/v4l/vidioc-reqbufs.rst | 1 -
2020 Aug 19
0
[PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT
Hi Tomasz,
On 2020-08-19 12:16, Tomasz Figa wrote:
> Hi Christoph,
>
> On Wed, Aug 19, 2020 at 8:56 AM Christoph Hellwig <hch at lst.de> wrote:
>>
>> The V4L2-FLAG-MEMORY-NON-CONSISTENT flag is entirely unused,
>
> Could you explain what makes you think it's unused? It's a feature of
> the UAPI generally supported by the videobuf2 framework and relied
2017 Nov 11
2
Logitech Brio 4K Ultra HD Webcam - 960-001105
Everyone,
I was hoping to be able to plug the Logitech Brio in and have it work,
but it did not. I can have it connect to a Windows 10 laptop and have
it function, so I know the camera works. ?
The Centos 7.4 is recognizing it when I plug in the usb 3.0 cable. The
results of dmesg demonstrated :
[ 4519.922257] input: Logitech BRIO as
/devices/pci0000:00/0000:00:04.0/0000:03:00.0/usb9/9-4/9-
2017 Nov 12
1
Logitech Brio 4K Ultra HD Webcam - 960-001105
On 11/11/17 02:22, Gregory P. Ennis wrote:
> Everyone,
>
> I was hoping to be able to plug the Logitech Brio in and have it
> work,
> but it did not.??I can have it connect to a Windows 10 laptop and
> have
> it function, so I know the camera works.
>
> The Centos 7.4 is recognizing it when I plug in the usb 3.0 cable.
> The
> results of dmesg demonstrated :
>
2009 Sep 19
1
Driver for Logitech QuickCam E2500 series webcam
Does anybody know where I can find a driver for a Logitech E2500 webcam.
I'm running CentOS 5 on my desktop and want to add a webcam for skype
use. If I can yum install a driver from one of the repos that would be
great.
Andy
2018 Aug 14
0
[ANNOUNCE] xf86-video-v4l 0.3.0
This long overdue release features build compatibility with newer X
servers and support for v4l2 devices.
Adam Jackson (6):
Remove call to LoaderGetOS
Remove a bogus memset
Fix distcheck
v4l 0.3.0
Alan Coopersmith (2):
Remove xorgconfig & xorgcfg from See Also list in man page
Update Sun license notices to current X.Org standard form
Cyril Brulebois (1):
2020 Aug 19
4
[PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT
Hi Christoph,
On Wed, Aug 19, 2020 at 8:56 AM Christoph Hellwig <hch at lst.de> wrote:
>
> The V4L2-FLAG-MEMORY-NON-CONSISTENT flag is entirely unused,
Could you explain what makes you think it's unused? It's a feature of
the UAPI generally supported by the videobuf2 framework and relied on
by Chromium OS to get any kind of reasonable performance when
accessing V4L2 buffers
2020 Aug 19
5
[PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT
On Wed, Aug 19, 2020 at 1:51 PM Robin Murphy <robin.murphy at arm.com> wrote:
>
> Hi Tomasz,
>
> On 2020-08-19 12:16, Tomasz Figa wrote:
> > Hi Christoph,
> >
> > On Wed, Aug 19, 2020 at 8:56 AM Christoph Hellwig <hch at lst.de> wrote:
> >>
> >> The V4L2-FLAG-MEMORY-NON-CONSISTENT flag is entirely unused,
> >
> > Could you
2011 Jan 27
0
OT: VoIP Users Conf Feb 4 with LifeSize
Hi All,
My appologies for the off-topic post, but I thought it would still be
of interest to this list.
If you've been reading our site at http://vuc.me you've no doubt seen
that we have the video call with LifeSize scheduled for Feb 4th. What?
You didn't know? Here's t
scoop:
http://www.voipusersconference.org/2011/hd-video-conferencing-with-lifes
ize/
We have a number of
2010 Apr 15
1
Webcam streaming with ptalarbvorm
Hey all! I'm sure you've all been missing my webcam stream, so I
decided to start it up again (also, I wanted to do it for my family
overseas).
However, this time, I'm doing things a little bit differently. For
starters, the encoder is the current (as of about an hour ago)
ptalarbvorm branch which is destined to become libtheora 1.2. Another
difference is that I'm using
2020 Jun 03
0
Logitech webcam for use with CentOS 7
I've used those with Windows w zoom with excellent results... They don't
require any special driver's so probably work w Linux as is
On Wed, Jun 3, 2020, 4:29 PM H <agents at meddatainc.com> wrote:
> I am thinking of buying a Logitech C920S Pro HD or C922 webcam for the
> necessary video conferencing.
>
> Is anyone using that with Zoom or perhaps with Jitsi? Do I
2020 Jun 05
0
Logitech webcam for use with CentOS 7
On 6/4/20 1:29 AM, H wrote:
> I am thinking of buying a Logitech C920S Pro HD or C922 webcam for the necessary video conferencing.
>
> Is anyone using that with Zoom or perhaps with Jitsi? Do I need drivers? Any issues?
>
> Thank you.
>
I have an HD Pro C920, works great under centos 7 out of the box.
According to my coworkers image quality and microphone are both great.
I
2020 Jun 03
6
Logitech webcam for use with CentOS 7
I am thinking of buying a Logitech C920S Pro HD or C922 webcam for the necessary video conferencing.
Is anyone using that with Zoom or perhaps with Jitsi? Do I need drivers? Any issues?
Thank you.