Search found 89 matches

by Christo
Tue Nov 08, 2016 11:14 am
Forum: ZoneMinder 1.30.x
Topic: Day/night detection...
Replies: 4
Views: 3728

Re: Day/night detection...

by Christo
Tue Nov 08, 2016 11:09 am
Forum: ZoneMinder 1.30.x
Topic: Day/night detection...
Replies: 4
Views: 3728

Re: Day/night detection...

Sorry to keep you waiting:) This is how it's done: wget -O $LOGDIRIMG/Monitor_$CNT.jpg "$HOST:$PORT/cgi-bin/nph-zms?mode=single&monitor=$CNT&scale=100&user=$ZMUSER&pass=$ZMPASS" (make sure that the above user is authorized for viewing these monitors) Or.. use the ZoneMinder...
by Christo
Tue Nov 08, 2016 10:42 am
Forum: ZoneMinder 1.30.x
Topic: Doorbell / camera view + unlock?
Replies: 1
Views: 1730

Re: Doorbell / camera view + unlock?

For features like this, youll need to be able to control output states s.a. a relay. Standard computers are generally not equipped with the required circuits. However this is very easy to execute on a Raspberry PI. On the internet you will find lots of examples how this can be done!! If you need som...
by Christo
Fri Oct 28, 2016 7:29 am
Forum: ZoneMinder 1.30.x
Topic: Day/night detection...
Replies: 4
Views: 3728

Re: Day/night detection...

Hello Tantamount, With the use of imagemagick, it is possible to analyse the images on color within a camera stream. (identify -format %k) Depending on the calculated color quantity, you'll know if the camera is disconnected.. bluemuted or low on IR etc. see topic: Blue Mute detection Furthermore il...
by Christo
Wed Sep 16, 2015 10:52 am
Forum: ZoneMinder 1.28.x
Topic: v4l2 software auto-brightness/contrast
Replies: 2
Views: 1778

Re: v4l2 software auto-brightness/contrast

Hello Basinilya,

Take a look at an old post how I made this work!

http://www.zoneminder.com/forums/viewto ... =9&t=21316

regards and success, Christo
by Christo
Tue Mar 31, 2015 2:37 pm
Forum: User Contributions
Topic: HOWTO:Zoneminder recording if your 'iPhone' is out of home
Replies: 18
Views: 23725

Re: HOWTO:Zoneminder recording if your 'iPhone' is out of ho

Hello asker,

About your problems detecting your Iphone, I remembered a similar case that I solved by using nmap.

try: nmap -sP 192.168.1.1/24

for details, see: http://www.cyberciti.biz/networking/nma ... tutorials/


I hope this helps:)

Regards, Christo
by Christo
Fri Mar 27, 2015 11:48 am
Forum: User Contributions
Topic: HOWTO:Zoneminder recording if your 'iPhone' is out of home
Replies: 18
Views: 23725

Re: HOWTO:Zoneminder recording if your 'iPhone' is out of ho

Hello Asker, There are always other options open that can solve your problems.. You could try to connect with Bluetooth? # SET COUNTER FOR HOST(S) DETECTED CNT=0 # BLUETOOTH MAC-ADDRESSES TO DETECT (AD MAC-ADDRESS, SEPARATED WITH A SINGLE SP$ for MAC in xx:xx:xx:xx:xx:xx yy:yy:yy:yy:yy:yy do if sudo...
by Christo
Mon Mar 23, 2015 10:07 am
Forum: User Contributions
Topic: HOWTO:Zoneminder recording if your 'iPhone' is out of home
Replies: 18
Views: 23725

Re: HOWTO:Zoneminder recording if your 'iPhone' is out of ho

Hello SIME, Most smartphones do not responde on a ping request, so youll have to use an other way to detect if it's present / connect to your network. In case of BB, I know that most models responde on Ping, but arping is not depending on a specific IP in case your network is reset, your phone will ...
by Christo
Mon Mar 23, 2015 10:02 am
Forum: User Contributions
Topic: HOWTO:Zoneminder recording if your 'iPhone' is out of home
Replies: 18
Views: 23725

Re: HOWTO:Zoneminder recording if your 'iPhone' is out of ho

Hello Asker... About arping... try this: # MAC ADDRESS MOBILE HOST(S) TO DETECT IT'S IP MAC="XX:XX:XX:XX:XX:XX" FNDMAC=`sudo arp-scan --interface=wlan0 --localnet | grep $MAC | awk '{print $2}'` # IF MAC ADDRESS IS FOUND / MOBILE DEVICE PRESENT: if [ -n $FNDMAC ]; then # DO YOUR THING exit...
by Christo
Fri Mar 20, 2015 3:42 pm
Forum: User Contributions
Topic: HOWTO:Zoneminder recording if your 'iPhone' is out of home
Replies: 18
Views: 23725

Re: HOWTO:Zoneminder recording if your 'iPhone' is out of ho

Hello Asker,

Nice work, although much easier to perform arping on your local network.

Just grep your Phone's mac address and find it's state!

A few line in bash will do the trick.

Regard, Christo
by Christo
Wed Aug 13, 2014 11:15 am
Forum: ZoneMinder 1.27.x
Topic: Email Filter issue...
Replies: 3
Views: 2832

Re: Email Filter issue...

Hello Dempbm,

Make sure that your filter selects Unarchived events only!!

Just Browse through the options that are available!!

Regards and success,
Christo
by Christo
Mon Apr 28, 2014 12:39 pm
Forum: Hardware Queries
Topic: Multiple Zoneminder servers clustered into one
Replies: 1
Views: 1603

Re: Multiple Zoneminder servers clustered into one

Hello stan,

That's possible, see http://www.zoneminder.com/forums/viewto ... 21&t=19591

Regards and success, Christo
by Christo
Wed Apr 09, 2014 2:49 pm
Forum: Feature Requests
Topic: Security Light detection
Replies: 6
Views: 4193

Re: Security Light detection

Hello PacoLM,

I know but ZoneMinder is capable to handle these events when this occurs within active zones.

So, your answer suggested a solution that might not always be suitable!!

Kind regard, Christo
by Christo
Tue Apr 08, 2014 12:40 pm
Forum: ZoneMinder 1.25.x
Topic: zm email alert for event where alarms exeeds xxx
Replies: 5
Views: 3159

Re: zm email alert for event where alarms exeeds xxx

:D

Have fun reading!!

Bye Bye.. Christo
by Christo
Tue Apr 08, 2014 7:01 am
Forum: Feature Requests
Topic: Limit motion detect FPS
Replies: 7
Views: 5354

Re: Limit motion detect FPS

Hello kristoffer,

For more information see: http://www.zoneminder.com/wiki/index.php/Managing_Load

Good luck, Christo