[Almost Solved] v1.24.2 on Ubuntu Server 10.10 with PV-155
Posted: Thu Nov 04, 2010 2:58 am
Okie dokie-
I've been a long time happy zoneminder user for quite some time now. I've decided to update the box, but keep my capture card.
I've done an Ubuntu Server 10.10 install with apt-get install zoneminder. Thus far, the only substantial change that I've made is adding www-data to the "video" group.
Here's the biggest problem.
When I go with
/etc/modprobe.d/options.conf
#options bttv gbuffers=16 card=77,77,77,77
Any kind of video I get is either interlaced (no matter the resolution) or is only yellow.
If I do go with having
/etc/modprobe.d/options.conf
options bttv gbuffers=16 card=77,77,77,77
I get *no* video in either v4l or v4l2.
I'm stumped. I haven't had this much trouble with ZM or v4l in the past; it's always worked right out of the box with very little hassle.
In addition, there is an error that keeps cropping up with any of the videoX's:
Can't chmod /dev/video0 to 20666: Operation not permitted
I'm modifying the startup script for ZM to chmod 777 /dev/video*
Ultimately, I'd like to get this working again with the newer (and faster) system.
Any shortcuts and pointers as to where I should prod would be great.
=========
I just needed some sleep. Here's the working result:
In:
/etc/init.d/zoneminder
In the Start function, these are the first few lines:
sleep 15
chmod 777 /dev/video*
zmfix -a
In:
/etc/sysctl.conf
kernel.shmmax = 268435456
kernel.shmall = 268435456
I removed the /etc/modprobe.d/options.conf file. It wasnt needed.
Currently, with only 6 cam's the frame rate is 1.5 with disabling V4L_MULTI_BUFFER. Enabling it, of course, shows many interlace issues, but the frame rate jumps to 15fps which is what I'm after. To completely solve this, I'm after a higher frame rate- any options?
I've been a long time happy zoneminder user for quite some time now. I've decided to update the box, but keep my capture card.
I've done an Ubuntu Server 10.10 install with apt-get install zoneminder. Thus far, the only substantial change that I've made is adding www-data to the "video" group.
Here's the biggest problem.
When I go with
/etc/modprobe.d/options.conf
#options bttv gbuffers=16 card=77,77,77,77
Any kind of video I get is either interlaced (no matter the resolution) or is only yellow.
If I do go with having
/etc/modprobe.d/options.conf
options bttv gbuffers=16 card=77,77,77,77
I get *no* video in either v4l or v4l2.
I'm stumped. I haven't had this much trouble with ZM or v4l in the past; it's always worked right out of the box with very little hassle.
In addition, there is an error that keeps cropping up with any of the videoX's:
Can't chmod /dev/video0 to 20666: Operation not permitted
I'm modifying the startup script for ZM to chmod 777 /dev/video*
Ultimately, I'd like to get this working again with the newer (and faster) system.
Any shortcuts and pointers as to where I should prod would be great.
=========
I just needed some sleep. Here's the working result:
In:
/etc/init.d/zoneminder
In the Start function, these are the first few lines:
sleep 15
chmod 777 /dev/video*
zmfix -a
In:
/etc/sysctl.conf
kernel.shmmax = 268435456
kernel.shmall = 268435456
I removed the /etc/modprobe.d/options.conf file. It wasnt needed.
Currently, with only 6 cam's the frame rate is 1.5 with disabling V4L_MULTI_BUFFER. Enabling it, of course, shows many interlace issues, but the frame rate jumps to 15fps which is what I'm after. To completely solve this, I'm after a higher frame rate- any options?