similar to: [ANNOUNCE] xf86-video-v4l 0.3.0

Displaying 20 results from an estimated 400 matches similar to: "[ANNOUNCE] xf86-video-v4l 0.3.0"

2008 Mar 19
0
[ANNOUNCE] xf86-video-v4l 0.2.0
Adam Jackson (3): Death to RCS tags. Fix ioctl() outparameter on LP64 systems. v4l 0.2.0 Fabrice Lorrain (1): Fix typo in the manpage. James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Matthieu Herrb (1): Makefile.am: nuke RCS Id git tag: xf86-video-v4l-0.2.0
2005 Dec 31
1
v4l audio
Hello all - I'm out of my element with multimedia, can anyone point me in the right direction? I've a pchdtv-3000 card I am trying to record from. I can successfully record audio/video using streamer or watch television with audio using tvtime, so I know the audio is there. I want to record directly to theora. I am trying to do so using ffmpeg2theora like so: ffmpeg2theora --v4l
2007 Apr 01
0
ffmpeg2theora --v4l not working with pwc webcam
hia, just found this mailing list and was wondering if i could ask here some help to understand why i get this error: bash-3.1# ffmpeg2theora --v4l /dev/video0 --inputfps 15 -x 160 -y 128 -o t.ogg No such file or directory File `' does not exist or has an unknown data format. im trying it via theorur but it also appears using plain command line. my /dev/video0 works with freej and xawtv
2006 Oct 06
0
V4L + Theora small app...
Hi all. I post a small app I made that create 2 clips using a V4L device. I would like to get every tips you think it's useful... Some notes: - I make 2 clips because in our project we create series of clips and it's important to check that the all the resources ( memory, descriptors, etc. ) are freed correctly and to reuse all the resources that can be reused - the clips are not well
2012 Oct 01
1
v4l
Hi, folks. Ever since we brought some of our servers up to 6.x, where the gspca module comes with the kernel, instead of us building it, we've been seeing problems. One system gives very strange loops - someone walks through, then repeat a few times, then the next motion, etc. The current problem is that one camera went out on a different server (it's 6.2, and I'm hoping to bring
2012 Jul 23
1
missing V4L or related dependencies
Hello all, I am trying to install Epiphan's ( http://www.epiphan.com/ ) VGA2USB device on a Centos 6 machine and when I am trying to compile and install the driver for it I get the following errors: WARNING: /lib/modules/2.6.32-279.2.1.el6.x86_64/extra/vga2usb.ko needs unknown symbol videobuf_streamoff WARNING: /lib/modules/2.6.32-279.2.1.el6.x86_64/extra/vga2usb.ko needs unknown symbol
2010 Jun 21
1
Question about wine qcap v4l's MediaSampleTime
in wine/dlls/qcap/v4l.c: ReadThread() --> OutputPin_GetDeliveryBuffer((OutputPin *)capBox->pOut, &pSample, NULL, NULL, 0); --> IMediaSample_SetTime(*ppSample, tStart, tStop); in wine/dlls/quartz/memallocator.c: StdMediaSample2_GetTime(IMediaSample2 * iface, REFERENCE_TIME * pStart, REFERENCE_TIME * pEnd) --> if tstart/stop is NULL, leave pStart/pEnd not setted. in
2011 Jun 27
3
libv4l question
Hi all, Hey I'm trying to do some web cam stuff, and I found this link: http://freshmeat.net/projects/libv4l/releases/333037 I was doing the "rpm -qa | grep v4l" and nothing comes up, I did "ls path_to_centos/RPMS/* | grep v4l " and nothing comes up, I did 'yum provides "*/libv4l*"' and nothing comes up. Is the CentOS library for v4l named something
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
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
2009 Apr 03
1
suggestions on other packages
Hi all - Since upstream patches the stock 2.6.18 kernel into something that is not 2.6.18 (for the rest of the world) I am having issues trying to compile some packages like v4l (latest is needed for a different project). When compiling packages like v4l that a doing conditionals based on kernel number - but - header files are messing other things up... is there some great trick to getting
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
2010 Mar 23
0
On-the-Fly multiplexing Video
> ---------------------------- Original Message ---------------------------- > Subject: Re: [ogg-dev] On-the-Fly multiplexing Video > From: "ogg.k.ogg.k at googlemail.com" <ogg.k.ogg.k at googlemail.com> > Date: Tue, March 23, 2010 08:00 > To: "Pandu Rakimanputra" <pandu.rakiman at gmail.com> > Cc: ogg-dev at xiph.org >
2012 Feb 23
0
Wine and video4linux2 supported webcams
Hi everyone! I'm trying to get clarification about v4l/v4l2 support in Wine. As there is no definite answer anywhere in web. I'm using Logitech webcam which is fully supported by v4l2. However, when I'm trying to use it with simple cam capture program in wine, I can see only that device is there, but I can't do anything else with it. I also did a little digging and so have found
2011 Nov 10
2
Prepare > Properties in Office 2007 causes WINE to freeze
I'm using 64-bit (multilib) Gentoo/Sabayon Linux with the Portage source package manager only: Code: # uname -a Linux meshedgedx 3.1.0-sabayon #1 SMP Tue Nov 8 01:01:54 GMT 2011 x86_64 Intel(R) Core(TM) i7 CPU Q 720 @ 1.60GHz GenuineIntel GNU/Linux I used the Portage package manager to install 64-bit WINE with both win32 and win64 support: Code: # eix -I app-emulation/wine [I]
2011 Nov 19
0
on latest update world something wrong with wine
it fails to start my programs which run flawlessly previsouly, wow and rosetta stone. does anyone else hit the same stumbling block? Code: [I] app-emulation/wine Available versions: 1.2!t 1.2.1!t 1.2.2!t 1.2.3!t ~1.3.0!t ~1.3.1!t ~1.3.2!t ~1.3.3!t ~1.3.4!t ~1.3.5!t ~1.3.6!t ~1.3.7!t ~1.3.8!t (~)1.3.9!t ~1.3.10!t ~1.3.11!t ~1.3.12!t ~1.3.13!t ~1.3.14!t ~1.3.15!t ~1.3.16!t ~1.3.17!t
2010 Jun 23
1
Video call with QQ or any messenger
Hi everyone, I'm a newbie to wine, and am working on QQ or any other messengers in wine. My environment is : ubuntu 10.04, installed wine 1.1.42, QQ2009. And during my debugging, I also check some source code from latest wine 1.2-rc4. Although QQ's level is "garbage", but fortunately it works almost fine under wine, including login, text chat, ..... But the video call can only
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