similar to: Anyone using motion in 6.5?

Displaying 20 results from an estimated 20000 matches similar to: "Anyone using motion in 6.5?"

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 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
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
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:
2018 Apr 12
0
motion
Got a CentOS 7 box running motion. Selinux is complaining that one of the scripts motion runs is mislabeled. Here's what it is. system_u:object_r:nfs_t:s0 /home/motion/bin/on_move_end Now, ~motion is NFS mounted, and we've got use_nfs_home_dirs --> on, so what *would* the proper label be, or do I really need to create a policy for this? mark
2008 Jun 13
1
R and Browninan Motion/ Langevin Equation package
Hi, I'm writing a short course tutorial to Browninan Motion/ Langevin Equation. At the end of the theory section I wanted to add a short GNU R example, so the students can play a little around. I already looked in the MASS book (by Venables and Ripley) but I couldn't find any Brownian Motion/ Langevin Equation package. Are there any good packages or tutorials available which cover R and
2011 Apr 25
5
[Bug 36560] New: snow when motion is present (NV15)
https://bugs.freedesktop.org/show_bug.cgi?id=36560 Summary: snow when motion is present (NV15) Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2011 Aug 10
1
ffmpeg (resending, blocked by dnsbl.manitu.net)
Scott Robbins wrote: > On Wed, Aug 10, 2011 at 05:11:12PM -0400, m.roth at 5-cent.us wrote: >> This is annoying. I've been trying to get motion working correctly on CentOS 6. First, there was no ffmpeg rpms. Now, I try to install it, and <snip> >> I've run into problems with libfaad being missing before. Here's the real question: how were the ffmpeg and ffmpeg-libs
2011 Feb 08
1
Simulation of Multivariate Fractional Gaussian Noise and Fractional Brownian Motion
Dear R Helpers, I have searched for any R package or code for simulating multivariate fractional Brownian motion (mFBM) or multivariate fractional Gaussian noise (mFGN) when a covariance matrix are given. Unfortunately, I could not find such a package or code. Can you suggest any solution for multivariate FBM and FGN simulation? Thank you for your help. Best Regards, Ryan ----- Wonsang You
2004 Jun 18
5
Slowdown on lots of motion
I'm playing the "Honey" movie (both Honey-small and Honey-large) and I notice significant slowdown during periods of lots of motion (when the camera shakes, when the first man hops into bed, when people turn around and approach the camera, etc.). The audio plays smoothly all the time but when there is a lot of motion, the picture freezes and resumes when there's less motion.
2014 Feb 01
0
Motion Detecting Camera
mark wrote With the continuing annoyance from motion, my manager's asked me to go looking again for a video surveillance appliance: basically, a motion-detecting DVR and cameras. The big thing, of course, is a) price (this is a US federal gov't agency, and being civilian, money is *tight*, don't give me the libertarian/GOP line about how freely we spend, thankyouverymuch), b) it has
2010 Sep 09
1
Wx::Grid and motion events, bug?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there, Doesn''t a Wx::Grid get motion events sent? This code demonstrates the problem: - -------------------------------------------------------------- #!/usr/bin/env ruby #Encoding: UTF-8 require "wx" class MyFrame < Wx::Frame include Wx def initialize(parent = nil) super(parent, title: "Test", size:
2010 Nov 19
2
simple loop problemo (Geo brownian motion)
I would like to plot multiple random walks onto the same graph. My p variable dictates how may random walks there will be. par(mfrow=c(1,1)) p <- 100 N <- 1000 S0 <- 10 mu <- 0.03 sigma <- 0.2 nu <- mu-sigma^2/2 x <- matrix(rep(0,(N+1)*p),nrow=(N+1)) y <- matrix(rep(0,(N+1)*p),nrow=(N+1)) t<- (c(0:N))/N for (j in 1:p) { z <- rnorm(N,0,1) x[1,j] <- 0 y[1,j]
2009 Apr 03
2
Geometric Brownian Motion Process with Jumps
Hi, I have been using maxLik to do some MLE of Geometric Brownian Motion Process and everything has been going fine, but know I have tried to do it with jumps. I have create a vector of jumps and then added this into my log-likelihood equation, know I am getting a message: NA in the initial gradient My codes is hear # n<-length(combinedlr) j<-c(1,2,3,4,5,6,7,8,9,10)
2009 Sep 25
2
choppy motion/rectangles
Greetings.! In rapid action frames, I see lots of small rectangles which many together render a choppy sense of motion. I've attached screenshots in attempts to convey what I mean: http://24.16.26.121/screenshots/images/1253914810.jpg http://24.16.26.121/screenshots/images/1253914788.jpg I understand the lack of h/w acceleration and such, but I feel this can go away. If I am at all
2008 Mar 31
2
Mouse motion example - help
Hi, I am trying out this example adapted from the wxpython book, but the mouse motion event does not seem to be captured right. What am I doing wrong? Thanks warrior # code below require ''wx'' class MyFrame < Wx::Frame def initialize super(nil, -1, "My Frame", :size => [300,300]) @my_panel = Wx::Panel.new(self, -1) evt_motion(){ |event|
2011 Jul 01
1
[79030.229547] motion: page allocation failure: order:6, mode:0xd4
Hi Konrad, In one of my domU''s to which I pci passthrough USB cards with a videograbber connected to it, the videocapture bails out after running for quite some time with the stacktrace below. I guess i''m interpreting the mem-info below wrong, but i fail to see why it can''t allocate those 185088 bytes. Could you shed some light ? it''s probably the coherent
2009 Mar 02
0
Bug#517856: live motion in xen fails due to wrong directory
Package: xen-utils-common Version: 3.2.0-2 I am not sure to what package belong this bug, i suppose it. When you run xen, it create directory under: /var/lib, in fact it create: /var/lib/xend. But wen you try to do a live motion between two server, they look for a file called: qemu-save.x where 'x' is the Domain.id But this file must be under /var/lib/xen ! However, the package create:
2019 Feb 25
0
Policy issue: C7 and motion
Not sure who's package let an error slip in, but I don't believe I've had this issue before: SELinux is preventing /usr/bin/motion from map access on the chr_file /dev/video1 Yes, that should be allowed by default. mark
2010 Aug 27
0
questions about quantization and motion compensation
Hello everybody, my name is Francesco, I am an italian student graduating in physics. I'm studing the Theora video codec and making some comparative tests. Unfortunately i'm not able to find some informations that could be useful. If someone could make clear some concepts, (or tell me where i can find these informations), i'll be very happy. ( I've yet read the Theora Format