similar to: 5.5 & gspca

Displaying 20 results from an estimated 200 matches similar to: "5.5 & gspca"

2013 Jul 16
1
Back to gspca
Ok... digging still more into this problem that I'm *still* fighting, using mplayer and a higher debug level, what I *think* the significant message is (this is just one example line): libv4lconvert: Error decompressing JPEG: fill_nbits error: need 5 more bits fps = 15.626953, interval = 0.096001, a_skew = 0.000000, corr_skew = 0.000000 vcnt = 1, acnt = 0 Which seems to indicate that for some
2013 Jun 27
0
gspca and motion
We recently rebooted a lot of systems with the new kernel in 6.4, 2.6.32-358.11.1.el6.x86_64. Suddenly, we're having real problems with our cheap surveillance cameras in the "computer labs". What I see of video and jpg is only about 20%-25% of the top of the picture, and the rest is green. When the service starts, I see, in both dmesg and /var/log/messages, gspca: bandwidth not wide
2013 Jul 09
0
gspca tarballs?
Does anyone know of a reliable site to d/l a tarball of gspca? *NOTHING* I've tried works on those two servers, suggesting to me that there's some weird bug in the driver that's in the kernel. They remain, as I mentioned, about the top 15% ok, and the rest green screen (which I've googled to find other folks, years ago, complaining about), so the only thing left I can think of is
2013 Jul 05
1
gspca - running out of ideas
For video capture from a USB camera, as near as I can tell, there's a problem with the driver gspca_zc3xx with the latest update to the kernel. All our cameras were working fine before the update to 2.6.32-358.11.1; since, two cameras, both on fairly new Dell servers are screwed. Meanwhile, on some older servers, same update, no problems. Of the two bad ones, one's got AMD, and the other
2013 Jul 11
0
gspca - a followup
I *think* the problem I've been having with the gspca_zc3xx video drivers isn't directly that driver. One of my users, on one of the two servers that broke, started having continuing crashes from where he enabled mediawiki to server thumbnails for some images. That crash, according to the [abrt] full crash report, is from /usr/bin/convert, and /var/log/messages tells me kernel:
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
2011 Aug 31
0
[linux test] 8764: regressions - FAIL
flight 8764 linux real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/8764/ Regressions :-( Tests which did not succeed and are blocking: test-i386-i386-win 14 guest-start.2 fail REGR. vs. 8686 Tests which did not succeed, but are not blocking, including regressions (tests previously passed) regarded as allowable: test-amd64-amd64-xl-pcipt-intel 9 guest-start
2010 Mar 23
4
Configure Webcam in centos 5.4
Hi list, I looking for a solution about how to configure webcam in centos 5.4 What are the webcam packages available in centos. Any help is highly appreciated. Regards, Krishna -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100323/72df16f4/attachment-0002.html>
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
2007 Mar 18
1
Choppy sound with chan_capi + Fritz Card USB
Hi everybody, I have a problem which I cannot eliminate on my own. Has anybody any idea for the following: I am using the asterisk-version from Debian-Testing (1.2.13) with the latest chan_capi (also tried an older version). When using the Capi-Channel, everything works fine except from the sound it sounds extremely choppy and is unusable :-( When e.g. capisuite is used for fax, everything
2004 Sep 03
1
how to debug a sudden exit in non-interactive mode
Hi, I have a piece of R code that calls mgcv::gam. The code runs fine in the interactive mode, but terminates R w/o a single message when run non-interactively. Though I think I should be able to locate the problem by brute force I'd appreciate an advise how to do it more intelligently using R debugging tools. At this time I only know that it has something to do with me loading my custom
2010 Mar 26
1
gphoto2 and Nikon Coolpix 990/995
Hi all, I've got a CentOS 5.4 box and am trying to use it to control either of the two old cameras we've got, one being Nikon Coolpix 990 and the other Nikon Coolpix 995. Accessing either I get the following message: ---------------------------------------------------- *** Error *** An error occurred in the io-library ('Could not claim the USB device'): Could not claim interface
2012 Oct 25
2
WAVE PCM to OPUS and back
Hello, I have an p2p voice chat application using WAVE PCM (winmm). Now i am trying to add opus encoding to it to send it over the TCP/IP and then decoding it back to play - but without success (without opus it works ok) Here is an example of my code. I get message from input device then encode with opus then decode it back to output wave header and play. Doing it i hear only noise in my
2005 Jul 15
2
Strange problem with SIP and CAPI
Hi, I?ve strange problem when I?m making a call from SIP (Cisco 7960) to capi (Fritz PCI). When I call a national number, I?m hearing the ringtone when the called party is ringing but when I call an international number, I don?t hear the ringtone and I?ve a silence until the called party answers. Both call are going through the same extension. Here?s 2 log files, one with a national number and
2007 Apr 12
0
LDA sieve plugin [patch]
Hi all. I spent some time testing Dovecot's LDA sieve plugin and found problem with "notify" method. In fact it always returns "generic sieve error"... and thus produces bounce messages like this: ----- Your message was automatically rejected by Dovecot Mail Delivery Agent. The following reason was given: Unknown error ---- Deliver logs error: "generic sieve
2017 Nov 21
2
[PATCH] EFI TCP buffer reuse bug
The attached patch resolves a buffer reuse bug in the efi/tcp.c code. The bug can be triggered when multiple TCP connections are opened when using the EFI bootloader. Signed-off-by: Joshua Weage <joshua.weage at dell.com> --- --- master/core/fs/pxe/pxe.h 2017-07-22 14:45:46.561674329 -0500 +++ jw/core/fs/pxe/pxe.h 2017-07-23 19:44:46.466498950 -0500 @@ -144,6 +144,7 @@ struct
2019 Feb 14
3
smbclient error talking to Netapp with SMB 3.11 / Samba 4.7.11
Hi Rowland, -<| Quoting Rowland Penny via samba <rpenny at samba.org>, on Wednesday, 2019-02-13 05:01:19 PM |>- > On Wed, 13 Feb 2019 17:16:21 +0100 > Philipp Gesang via samba <samba at lists.samba.org> wrote: > > -<| Quoting L.P.H. van Belle via samba <belle at bazuin.nl>, on > > Wednesday, 2019-02-13 04:59:55 PM |>- > > >
2011 Sep 26
7
Problem with srcds
Hi! :D i have some problem with srcds (source dedicated server) when i running the server i got alot of this error and the server is not running he just show the errors and crashed I searched a lot and could not find a solution Help Please? Thanks, Bar. Code: err:wincodecs:PngEncoder_CreateInstance Failed writing PNG because unable to find libpng12.so.0 fixme:ole:CoCreateInstance no instance
2006 Apr 19
3
isoMDS and 0 distances
Hi, I'm trying to do a non-metric multidimensional scaling using isoMDS. However, I have some '0' distances in my data, and I'm not sure how to deal with them. I'd rather not drop rows from the original data, as I am comparing several datasets (morphology and molecular data) for the same individuals, and it's interesting to see how much morphological variation can be
2012 Aug 05
1
trouble with looping for effect of sampling interval increase
I've looked everywhere and tinkered for three days now, so I figure asking might be good. So here's a general rundown of what I am trying to get my code to do I am giving you the whole rundown because I need a solution that retain certain ways of doing things because they give me the information i need. I want to examine the effect of increasing my sampling interval on my data. Example: