Search found 9 matches
- Sun Dec 25, 2005 12:37 am
- Forum: ZoneMinder Previous Versions
- Topic: howto get init script on gentoo?
- Replies: 8
- Views: 8831
I had a hard time getting an init script to start Zoneminder under Gentoo. I could start it from the web interface but not from the command line or during init. I changed a few things and now have it working. First I gave the 'apache' user shell access. Second I changed the 'execute' function in ...
- Wed Jun 29, 2005 7:46 pm
- Forum: ZoneMinder Previous Versions
- Topic: Stream to local machine
- Replies: 8
- Views: 5117
- Wed Jun 29, 2005 4:27 am
- Forum: ZoneMinder Previous Versions
- Topic: Stream to local machine
- Replies: 8
- Views: 5117
Ok, here's where I am. I modified Cambozola to display a 4 monitor montage. Unfortunately when I ran it on the Zoneminder box it drove CPU utilization to 100%. It really couldn't keep up with the video feeds even at 5 fps. So I did some profiling on the code and found hotspots in the SplitStream ...
- Sun Jun 19, 2005 9:26 am
- Forum: ZoneMinder Previous Versions
- Topic: Stream to local machine
- Replies: 8
- Views: 5117
I discovered that cambozola also works stand-alone as a java application. Further it will take multiple urls on the command line and cycle through the camera streams. It was a fairly simple matter to modify cambozola to display a montage. I have a bit more work to do but I'll make a patch available ...
- Sat Jun 18, 2005 4:51 am
- Forum: ZoneMinder Previous Versions
- Topic: Stream to local machine
- Replies: 8
- Views: 5117
Stream to local machine
I want to display a montage to my local machine so I can view it through the tv-out feature on the motherboard. I've seen the posts where some have used mplayer to do this. While this works for me it is very cpu intensive. The encoding to mpeg by zms followed by decoding in mplayer is too much for ...
- Tue Nov 18, 2003 5:14 am
- Forum: ZoneMinder Previous Versions
- Topic: zms.cpp bug?
- Replies: 1
- Views: 1760
zms.cpp bug?
Hi Philip, I'm finally getting back to ZM after a few months. Everything is working pretty well. I was looking at the code though and found what looks like a bug. See line 71 in the 9.16-r3 version of zms.cpp. You're trying to get the 'ttl' parameter from the query string but matching the variable ...
- Wed Jul 23, 2003 5:56 am
- Forum: ZoneMinder Previous Versions
- Topic: Shared memory not initialized by capture daemon
- Replies: 1
- Views: 5092
Shared memory not initialized by capture daemon
After I run 'zmpkg.pl start' and open one of my monitors, I get no image and the /var/log/messages shows: Jul 23 05:16:12 sentry zmu[4187]: ERR [Shared memory not initialised by capture daemon] Jul 23 05:16:13 sentry zms[4191]: INF [Debug Level = 0, Debug Log = ] Jul 23 05:16:13 sentry zms[4191 ...
- Tue Jul 22, 2003 12:47 am
- Forum: ZoneMinder Previous Versions
- Topic: zmpkg.pl
- Replies: 8
- Views: 10300
Re: zmpkg.pl
I'm running Gentoo as well and there are a couple things I've noticed about zmpkg.pl. First I needed to use the -c switch on 'su' instead of --shell. Second, remove the single quotes from around the 'su' $command. Here's my 'su' code from the execute method: $command = "su ".ZM_WEB_USER." -c ...
- Mon Jul 21, 2003 5:30 am
- Forum: ZoneMinder Previous Versions
- Topic: Won't start capture without xawtv
- Replies: 1
- Views: 3507
Won't start capture without xawtv
Philip, Thanks for taking care of those 0.9.14 new install problems so quickly. The problem I had with Mozilla went away as well (I think it was the rapid refresh problem someone else brought up). Now I'm working with 0.9.15. A couple weeks ago I stated that zmc wouldn't capture without first ...