Search found 82 matches

by 50cc
Mon Aug 10, 2009 6:04 pm
Forum: ZoneMinder 1.24.x
Topic: Videocameras non in reeal-time
Replies: 5
Views: 3768

solsrch wrote:I had to make sure the frame rate in ZM wasn't set slower than the actual frame rate being sent by the camera.
I have seen the same problem when using IP cameras, but never with framegrabber cards, no matter if it was a slow or fast PC.
by 50cc
Mon Aug 10, 2009 6:01 pm
Forum: ZoneMinder 1.24.x
Topic: I just want to take pictures.
Replies: 1
Views: 1725

ZoneMinder might indeed be overkill for your needs.

I started out with webcamd which does exactly what you need, and not what I wanted, so I moved on to ZoneMinder.

Be careful with webcamd, my experience was that it had overwritten my standard index.html file without asking!
by 50cc
Mon Aug 10, 2009 5:58 pm
Forum: ZoneMinder 1.24.x
Topic: Confusing info from Zone Minder web site.
Replies: 1
Views: 1839

If you would only use IP cams it would indeed run on any Linux distribution 8)
by 50cc
Mon Aug 10, 2009 11:25 am
Forum: ZoneMinder Previous Versions
Topic: Disable logging to /var/log/messages
Replies: 15
Views: 19825

Well one option is just to use your syslog daemon to filter them out, for syslog-ng an example would be: filter f_zm { match("^zm.*"); }; destination zm { file("/var/log/zm.log"); }; log { source(src); filter(f_zm); destination(zm); }; I added that to my /etc/syslog file, and di...
by 50cc
Sun Aug 09, 2009 10:18 am
Forum: ZoneMinder Previous Versions
Topic: Disable logging to /var/log/messages
Replies: 15
Views: 19825

Good one, would like to do the same.
by 50cc
Fri Jul 24, 2009 3:18 pm
Forum: ZoneMinder Previous Versions
Topic: Can't view more than 3 cameras at once!?!: SOLVED
Replies: 2
Views: 3145

In your browser go to the URL:

Code: Select all

about:config
Then change the following to higher numbers:

Code: Select all

network.http.max-connections-per-server
network.http.max-persistent-connections-per-server
by 50cc
Thu Jul 23, 2009 6:31 pm
Forum: ZoneMinder Previous Versions
Topic: What is the command for viewing the log
Replies: 1
Views: 2306

Code: Select all

tail -f /var/log/messages
tail -f /tmp/zm*.log
Will show the last 10 entries and update the screen in real-time

Code: Select all

nano (or vi or pico or cat) /var/log/messages 
Will show the entire log
by 50cc
Tue Jul 07, 2009 8:04 am
Forum: ZoneMinder 1.24.x
Topic: Make one monitor public
Replies: 5
Views: 3318

I thought that the camera needed to be accessed via the local intranet. Using authentication in ZoneMinder enables you to grant certain rights to certain users for certain cameras. You would however need to login each time. If you would like to share one or more cameras over an intranet or the inter...
by 50cc
Mon Jul 06, 2009 5:41 pm
Forum: ZoneMinder Previous Versions
Topic: Can't Login
Replies: 12
Views: 62449

http://<yourserver>/phpmyadmin ZM database -> Users table -> Click on SQL at the top of the page. Insert: INSERT INTO `Users` (`Id`, `Username`, `Password`, `Language`, `Enabled`, `Stream`, `Events`, `Control`, `Monitors`, `Devices`, `System`, `MaxBandwidth`, `MonitorIds`) VALUES (1, 0x61646d696e, '...
by 50cc
Mon Jul 06, 2009 5:35 pm
Forum: ZoneMinder Previous Versions
Topic: Can't Login
Replies: 12
Views: 62449

I had the same, I was curious what would happen if you delete the admin user.... You get no extra warning, it will delete it and that's it.

I used phpmyadmin to restore the admin user, ZoneMinder itself was unusable.
by 50cc
Fri Jul 03, 2009 10:00 pm
Forum: ZoneMinder 1.24.x
Topic: Make one monitor public
Replies: 5
Views: 3318

Easy. Turn on authentication in the config screen. Restart ZoneMinder, and go back to the config screen, there will be a Users tab on the right. With this anything is possible.

Works great!
by 50cc
Fri Jul 03, 2009 12:24 pm
Forum: Feature Requests
Topic: Restart of Zoneminder notifications change suggestion
Replies: 1
Views: 2421

Good idea! 8)
by 50cc
Fri Jul 03, 2009 12:24 pm
Forum: ZoneMinder 1.24.x
Topic: UVC Video, Get higher Resolution than 320x240 [SOLVED]
Replies: 6
Views: 9029

Should be possible, I don't have any experience with USB camera's myself though. A problem you won't have, which I do, is interlacing. Interlacing problems occure with analog camera's. To compensate you can set your camera's to half of the full resolution. I use PAL so I have set this to 384 x 288, ...
by 50cc
Mon Jun 29, 2009 6:35 pm
Forum: Hardware Queries
Topic: Video quality xawtv vs ZM
Replies: 4
Views: 2404

Are your running ZoneMinder on OSX?

I have heard that this sort of problem can also be caused by shared memory issues.
by 50cc
Mon Jun 29, 2009 6:13 pm
Forum: Hardware Queries
Topic: connect old cctv cams, what do i need?
Replies: 3
Views: 2327

Likely to be two wire for power, and two wires for video. The video is likely to be PAL or NTSC.

Putting power to the wrong wires will blow up the cameras for sure. Can you open a camera to see where to wires go to?