Search found 129 matches

by Paranoid
Wed Nov 02, 2016 1:16 pm
Forum: User Contributions
Topic: HikVision PTZ control
Replies: 39
Views: 129023

HikVision PTZ control

I've written a PTZ control script that should work for HikVision IP cameras. It has the following capabilities: Move including diagonals Zoom Focus Iris Goto and Set presets Home position Camera reset (reboot) Instructions 1. Save the code to a file named "HikVision.pm" 2. Find out where t...
by Paranoid
Tue Nov 01, 2016 8:14 pm
Forum: ZoneMinder 1.30.x
Topic: Hikvision DS-2DE4220-AE PTZ Control
Replies: 6
Views: 4291

Re: Hikvision DS-2DE4220-AE PTZ Control

I just bought an HikVision and am working on a module for the PTZ controls.
If I get it working I'll post it
by Paranoid
Sat May 30, 2015 5:31 pm
Forum: ZoneMinder 1.25.x
Topic: Credentials
Replies: 4
Views: 3651

Re: Credentials

I am having the same problem with inodes reaching 100%...I have a feeling this is the root cause of most of the issues I have been having with zoneminder...just out of suriosity what remedy is there to fix this problem? I see your post that you will be reformatting, what options will you be using t...
by Paranoid
Sat May 30, 2015 3:56 pm
Forum: ZoneMinder 1.24.x
Topic: PTZ is disabled when running a cron job script
Replies: 4
Views: 10256

Re: PTZ is disabled when running a cron job script

Now I wrote a simple script to reset all 3 of my cameras. http://stuff.jaygroh.com/zoneminder/test.sh The command is zmcontrol.pl --id 23 --command=presetGoto1 Now at the command line if I manualy type in sudo zmcontrol.pl --id 23 --command=presetGoto1 It will work fine. The PTZ controls in zonemin...
by Paranoid
Sun May 26, 2013 2:18 pm
Forum: ZoneMinder 1.25.x
Topic: Error, username and password or auth string must be supplied
Replies: 2
Views: 1906

Re: Error, username and password or auth string must be supp

> "Error, username and password or auth string must be supplied"

More information is needed.

> I delete old events, but not freed space on my hard drive

run zmaudit.pl and/or enable RUN_AUDIT in the system tab of options.
by Paranoid
Fri Dec 07, 2012 6:48 pm
Forum: ZoneMinder 1.25.x
Topic: zmcontrol.pl not running through script please help gurus.
Replies: 2
Views: 1605

Re: zmcontrol.pl not running through script please help guru

Have a look at Options -> Paths -> PATH_SOCKS

The directory this points to must exist for it to work and must be read and writeable by the user zm runs as.
by Paranoid
Sat Jul 14, 2012 8:51 am
Forum: ZoneMinder 1.25.x
Topic: "Signal lost" doesn't create an "event"-major security issue
Replies: 7
Views: 4807

Re: "Signal lost" doesn't create an "event"-major security i

zoneminder records video. If the signal has been lost then there is no video to record so no event is generated. Your best option is to install some monitoring software such as Nagios (http://www.nagios.org/). This will monitor any number of IP cameras and alert you if/when the network loses contact...
by Paranoid
Wed Jul 11, 2012 9:03 am
Forum: ZoneMinder 1.25.x
Topic: How to create hash value?
Replies: 5
Views: 3237

Re: How to create hash value?

Its been quite a while since I've done anything with md5 but if I recall correctly text is processed in 64 byte chunks. This means that if you can arrange for ZM_AUTH_HASH_SECRET.$user['Username'].$user['Password'] to be a multiple of 64 bytes then you can probably generate a hash without storing th...
by Paranoid
Thu Jul 05, 2012 10:01 am
Forum: ZoneMinder 1.25.x
Topic: Error: expected 328, got 316
Replies: 11
Views: 7573

Re: Error: expected 328, got 316

It is possible the card might have something on it to allow you to identify it. Have a look see what you can find.
You could also post the output of:
lspci -nns 0000:02:0f.0
This might allow someone to identify the card.
by Paranoid
Sun Jul 01, 2012 10:27 am
Forum: ZoneMinder 1.25.x
Topic: Error: expected 328, got 316
Replies: 11
Views: 7573

Re: Error: expected 328, got 316

It is identifying your card as an IVC-200 (card number 102). Have you checked the documentation that came with your card to verify that this is correct? I see from the original post that each BT878 handles 2 video channels. Have you tried different device channel numbers? I have come across one card...
by Paranoid
Sat Jun 30, 2012 4:08 pm
Forum: ZoneMinder 1.25.x
Topic: too much storage space, compression of events with ffmpeg?
Replies: 1
Views: 2982

Re: too much storage space, compression of events with ffmpe

Here are a few things you can do to save space: 1. Decrease the frame rate. 2. Decrease the resolution. 3. Don't create analysed alarm images (Options->Config->CREATE_ANALYSIS_IMAGES) 4. Decrease the JPEG quality (Options->Images->JPEG_(ALARM)_FILE_QUALITY) 5. Change alarm zone settings to decrease ...
by Paranoid
Sat Jun 30, 2012 3:35 pm
Forum: ZoneMinder 1.25.x
Topic: Error: expected 328, got 316
Replies: 11
Views: 7573

Re: Error: expected 328, got 316

I assume that xawtv doesn't get any picture either.

It might be that your system isn't detecting the correct video card. You should be able to see what card it is using by looking at the output from dmesg.
by Paranoid
Wed Jun 06, 2012 10:36 am
Forum: ZoneMinder 1.25.x
Topic: Please...it's jamming two different paths together somehow.
Replies: 1
Views: 1499

Re: Please...it's jamming two different paths together someh

I am going to assume that your zoneminder web files are located in /usr/share/zoneminder and that you want all events stored on a disk mounted at /media/500Reiser under a subdirectory called "events" and that this events directory exists. If that is the case then you need to do the followi...
by Paranoid
Tue Jun 05, 2012 9:39 am
Forum: ZoneMinder 1.25.x
Topic: Zoneminder system runs into disk problems after 2 months...
Replies: 11
Views: 8946

Re: Zoneminder system runs into disk problems after 2 months

I had similar problems a couple of years ago. I resolved it by changing to ext3 and adding "noatime" to the fstab entry. It solved the problem. Because I made both changes at the same time I don't know whether both or just one of the changes fixed it. You say: and my remote power cycle con...
by Paranoid
Tue Jun 05, 2012 9:22 am
Forum: ZoneMinder 1.25.x
Topic: Zoneminder fails to startup!
Replies: 8
Views: 6091

Re: Zoneminder fails to startup!

The timezone being displayed might be controlled by PHP. Look under the /etc directory for a file called "php.ini" (there might be more than one) and within this file you will find a line like this: date.timezone = 'UTC' Change the timezone to your one and restart apache. You can find a li...