Search found 969 matches

by PacoLM
Fri Feb 03, 2017 4:15 pm
Forum: ZoneMinder 1.27.x
Topic: Zoneminder&Telegram (event instant messaging to your phone!)
Replies: 22
Views: 116552

Re: Zoneminder&Telegram (event instant messaging to your phone!)

Hi,

What I did is to write a LUA script that runs the Telegram daemon, I send a command in the Telegram app that generates a capture of the selected camera(s). Is just the other way around, Telegram is used to get the information, is not ZM sending a message on demand.

Regards,
PacoLM
by PacoLM
Wed Feb 01, 2017 7:42 am
Forum: ZoneMinder 1.30.x
Topic: ZoneMinder is not installed properly: php's date.timezone is not set to a valid timezone
Replies: 4
Views: 9081

Re: ZoneMinder is not installed properly: php's date.timezone is not set to a valid timezone

Hi, There is only one version of php installed. Are you 100% sure? I have a dedicated server with only the basics packages and I have 4 php.ini files on my computer (Ubuntu 14.04) /etc/php5/cgi/php.ini /etc/php5/apache2/php.ini /etc/php5/fpm/php.ini /etc/php5/cli/php.ini You could find more files ca...
by PacoLM
Fri Jan 27, 2017 11:40 am
Forum: ZoneMinder 1.30.x
Topic: Timezone Issue
Replies: 5
Views: 3933

Re: Timezone Issue

Search all the php.ini files and check the timezone.
by PacoLM
Fri Jan 27, 2017 11:39 am
Forum: ZoneMinder 1.30.x
Topic: Export does not work
Replies: 1
Views: 1265

Re: Export does not work

Check that you have all the video related dependencies (ffmpeg, jpeg, etc). Also check that the path for the ffmpeg encoder is properly set in OPTIONS||Path||Images||PATH_FFMPEG. Running the command "which ffmpeg" will tell you if ffmpeg is installed and the directory. Hope it helps, PacoLM
by PacoLM
Fri Jan 27, 2017 8:01 am
Forum: ZoneMinder 1.30.x
Topic: High CPU when camera is disconnected
Replies: 14
Views: 5910

Re: High CPU when camera is disconnected

I am running into a problem I first noticed working with the master development version 1.30.1 where the /dev/shm creeps upwards until it hits 100% and cameras begin to shut down and the log indicates disk_free_space returned false for /dev/shm I wonder if these are related. the first camera to shu...
by PacoLM
Mon Jan 23, 2017 6:07 am
Forum: ZoneMinder 1.30.x
Topic: NetCat IP camera stream is not showing up
Replies: 6
Views: 4318

Re: NetCat IP camera stream is not showing up

Hi, Have you checked this: Options | Paths | PATH_ZMS -> /zm/cgi-bin/nph-zms Also, in order to setup the cam, first try with a lower resolution 640x480, for instance, if supported, so you could check communication and settings are OK, then increase the resolution to the desired one. For instance, if...
by PacoLM
Sat Jan 14, 2017 6:19 pm
Forum: Hardware Queries
Topic: Foscam FI9816P
Replies: 2
Views: 2250

Re: Foscam FI9816P

Hi,

Have a look to this link https://www.ispyconnect.com/man.aspx?n=foscam

Some posible ways:

FFMPEG rtsp:// /videoMain
JPEG http:// cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=[USERNAME]&pwd=[PASSWORD]
(ONVIF) FFMPEG rtsp:// /videoMain

Hope it helps,

PacoLM
by PacoLM
Sat Jan 14, 2017 4:57 pm
Forum: ZoneMinder 1.30.x
Topic: Sucessfully upgraded from 1.29 in Ubuntu 14.04
Replies: 1
Views: 1243

Sucessfully upgraded from 1.29 in Ubuntu 14.04

Hi, As many of the post here are related to problems, I wanted to be positive. I have upgraded from ZM1.29 to ZM1.30.1 smoothly today. No problems, everything went as expected in my Ubuntu 14.04 box. Big thanks to the developers and all the users trying to help others to solve their problems! Regard...
by PacoLM
Fri Dec 23, 2016 3:36 pm
Forum: ZoneMinder 1.29.x
Topic: Ffmpg image distortion
Replies: 8
Views: 4899

Re: Ffmpg image distortion

Slow down the FPS in the camera side and leave blank the FPS settings on the ZM monitor side. Usually works.
by PacoLM
Sun Dec 18, 2016 10:44 am
Forum: ZoneMinder 1.29.x
Topic: 3 Identical Cameras, Only one shows video: SOLVED
Replies: 14
Views: 13070

Re: 3 Identical Cameras, Only one shows video

Check your memory, maybe you do not have enough memory to support your 3 cams using the same resolution, so when you lower it, you are able to see the image.
by PacoLM
Thu Dec 08, 2016 1:50 pm
Forum: ZoneMinder 1.28.x
Topic: Filtering Unwanted Events & Video Glitches
Replies: 4
Views: 4694

Re: Filtering Unwanted Events & Video Glitches

Are you using ffmepg or vlc to capture the ip cam images? I recommend you to use ffmpeg, if does not improve, decrease the fps to 10, just to see if a lower value makes the noise dissapear.
by PacoLM
Wed Dec 07, 2016 8:04 am
Forum: ZoneMinder 1.28.x
Topic: Filtering Unwanted Events & Video Glitches
Replies: 4
Views: 4694

Re: Filtering Unwanted Events & Video Glitches

Set the max fps in the camera and set the max fps settings in Zoneminder to blank, slowing down the fps might help too.
by PacoLM
Sun Dec 04, 2016 2:55 pm
Forum: ZoneMinder 1.30.x
Topic: No Log
Replies: 6
Views: 3266

Re: No Log

Is the logging enabled?

LOG_LEVEL_SYSLOG, LOG_LEVEL_FILE, LOG_LEVEL_WEBLOG and LOG_LEVEL_DATABASE are set to something different than None?
by PacoLM
Tue Nov 15, 2016 10:13 pm
Forum: ZoneMinder 1.30.x
Topic: Clean install of 1.3 on Ubuntu resulted in Blue Screen in ZM console
Replies: 3
Views: 1943

Re: Clean install of 1.3 on Ubuntu resulted in Blue Screen in ZM console

Check your Options::Path::PATH_ZMS setting. Should be /zm/cgi-bin/nph-zms. Also, blue screen could be an indication of bad resolution of a mistake in the path to the camera.