Search found 184 matches

by johnnytolengo
Wed May 27, 2009 10:03 pm
Forum: ZoneMinder 1.24.x
Topic: exit status 255
Replies: 14
Views: 9053

I think that the error is around permissions, try to put to all system chmod 777 and you will see :D just a joke :)
by johnnytolengo
Wed May 27, 2009 3:05 pm
Forum: ZoneMinder 1.24.x
Topic: exit status 255
Replies: 14
Views: 9053

i am using a nokia 6020 plus cable CA-42 (its usb), software i use simply gnokii you can download form gnokii.org. but it just enoght to do apt-get install gnokii :) then create a file in /etc/gnokii with this input [global] port = /dev/ttyUSB0 model = 6020 initlength = default connection = dku5 use...
by johnnytolengo
Wed May 27, 2009 2:38 pm
Forum: ZoneMinder 1.24.x
Topic: exit status 255
Replies: 14
Views: 9053

I so....... ST....... yes thing was that my device USB for the phone had lower permisions :) Just i fix it chmod 777 ttyUSB, now its working . The last thing i am looking for is : how can i detect if a camera has status ON? (in perl) I want to create a SMS warming when some camera stops working. tha...
by johnnytolengo
Wed May 27, 2009 1:00 pm
Forum: ZoneMinder 1.24.x
Topic: exit status 255
Replies: 14
Views: 9053

Yezzz, i don't know why but i change the path to /tmp/myfile.txt and now works, first step ok! but i don't want to create a txt i want to do an action: system("echo 'Hello I am testing the Alarm' | gnokii --sendsms 474548754"); In normal condition when i put this command in my console i re...
by johnnytolengo
Wed May 27, 2009 9:12 am
Forum: ZoneMinder 1.24.x
Topic: Documentation for newbie programers
Replies: 5
Views: 4073

I try 777 perm and www-data group+own. But still does not react :( The touch is a simply test, it can be there what else. If i put before --> Info( "Sending notification sms \n" ); another notification like --> Info( "I am testing \n" ); then i can se this in my log but not my sy...
by johnnytolengo
Wed May 27, 2009 12:15 am
Forum: ZoneMinder 1.24.x
Topic: Documentation for newbie programers
Replies: 5
Views: 4073

Thanks for your reply but wiki has almost user info not for us or me. :) i an freezed in this point: My add: system("touch /usr/src/myfile.txt"); The filter works correctly i recieved the email all seems to be allright BUT the file named myfile.txt was never created. so... WHAT'S UP? All w...
by johnnytolengo
Tue May 26, 2009 11:20 pm
Forum: ZoneMinder 1.24.x
Topic: Documentation for newbie programers
Replies: 5
Views: 4073

Documentation for newbie programers

Hello, i am new in ZM and i want to do some improvments for my homeZM, i am studing how the perl componets works. I need to do some changes in my box at the moment in zmfilter.pl, but i don't know where the variables in it come from. "ZM_EMAIL_SUBJECT, etc" Other mysterious is : i did a ch...
by johnnytolengo
Tue May 26, 2009 7:46 pm
Forum: ZoneMinder 1.24.x
Topic: exit status 255
Replies: 14
Views: 9053

try this

Hi , first try to do : chmod 777 /dev/video*


then let know.

J.
by johnnytolengo
Tue May 26, 2009 7:41 pm
Forum: ZoneMinder Previous Versions
Topic: Zoneminder habla Hispana
Replies: 53
Views: 194042

consulta

Buenos dias, alguien sabe como puedo hacer para saber si la camara esta en funcionamiento? Lo que quiero decir es que necesitaria hacer un filtro que me avise cuando alguna camara deje de funcioar.(camara descompuesta o robada o tapada con espuma de afeitar) :) alguna idea? Gracias a todos. J.
by johnnytolengo
Tue May 26, 2009 1:51 pm
Forum: ZoneMinder 1.24.x
Topic: It's possible to detect a non-functional cam + send email?
Replies: 1
Views: 1738

:(

anyone??

J.
by johnnytolengo
Tue May 26, 2009 7:14 am
Forum: ZoneMinder 1.24.x
Topic: It's possible to detect a non-functional cam + send email?
Replies: 1
Views: 1738

It's possible to detect a non-functional cam + send email?

I am thinking about to create some filter to inform by email when some camera in non-functional, when a camera doesn't work. Or other interestin point, may somebody steal you some camera, how we can detect this actions? I think it is a really important thing for all systems. Do you have some experie...
by johnnytolengo
Sat May 23, 2009 11:04 pm
Forum: ZoneMinder Previous Versions
Topic: zmc_video : permission denied
Replies: 2
Views: 2158

fast solution

May i am late and you have it already working :) I had similar issue last week doing some experiments :) i got the same log. i did a small change in /etc/init.d/udev that file mount all cameras to /dev/videoXXXX ok? so i added at the end of this file (udev) before the exit 0 this: chmod 777 video* a...
by johnnytolengo
Sat May 23, 2009 3:52 pm
Forum: ZoneMinder Previous Versions
Topic: Send SMS using email filter and gnokii, help!
Replies: 0
Views: 1379

Send SMS using email filter and gnokii, help!

Hi, i want to create a new feature using gnokii and zmfilters.pl I am not perl programmer :) Just I added a new function into zmfilters.pl looks like sub sendSms { my $text = "Sms test, bye"; qx("echo \"$text\" | gnokii --sendsms 4754875474"); Info( "Sending SMS\n&...
by johnnytolengo
Thu May 21, 2009 10:34 pm
Forum: ZoneMinder Previous Versions
Topic: Zoneminder habla Hispana
Replies: 53
Views: 194042

seria bueno

Hola a todosss, seria excelente si pudiesen abrir un foro separado para lengua espanola. De todas maneras me uno a ustedes para ayudar o se ayudado :)

saludos.

J.
by johnnytolengo
Wed May 20, 2009 3:53 pm
Forum: ZoneMinder 1.24.x
Topic: ffmpeg problem [SOLVED]
Replies: 16
Views: 18974

version 2

here i did the MAKE with the original src/zm_rtsp.cpp (avformat_alloc_conterxt() )the post before was with :av_alloc_format_context() ******************************************* http://www.zoneminder.com/forums/viewtopic.php?p=49597 - mFormatContext = avformat_alloc_context(); + mFormatContext = av_...