Search found 25 matches
- Fri Mar 19, 2021 1:39 pm
- Forum: ZoneMinder 1.34.x
- Topic: [SOLVED] Is Section Length parameter a broken functionality?
- Replies: 4
- Views: 1871
[SOLVED] Is Section Length parameter a broken functionality?
I must be missing something I've set the monitor to Record for continuous recording. I want recordings 1 hour lenght. So according to the docs , I've set in MISC Section Length to 3600 seconds (1 hour) I'm still getting 1 hour + X minutes lengths (not a few seconds extra but even extra half hour ...
- Thu Mar 18, 2021 2:05 pm
- Forum: ZoneMinder 1.34.x
- Topic: Changing video filenames
- Replies: 2
- Views: 907
- Thu Mar 18, 2021 2:03 pm
- Forum: ZoneMinder 1.34.x
- Topic: How to display ZM\Errors??
- Replies: 1
- Views: 782
Re: How to display ZM\Errors??
After some research, but have not had time to test it yet, I think that by default logging is down to info not to debug.
Maybe at debug level this type of errors are displayed
Maybe at debug level this type of errors are displayed
- Wed Mar 17, 2021 10:36 pm
- Forum: ZoneMinder 1.34.x
- Topic: Changing video filenames
- Replies: 2
- Views: 907
Changing video filenames
How can I change the video output filenames to include other additional elements apart from the event name, such as the date and the monitor id?
- Mon Mar 15, 2021 5:41 pm
- Forum: ZoneMinder 1.34.x
- Topic: How to display ZM\Errors??
- Replies: 1
- Views: 782
How to display ZM\Errors??
This eveninng I could not login and I could not use the builtin login system with version 1.34.23 I tested a couple of users and passwords and it simply refuses to login I simply was accessing by editing the ZM_OPT_USE_AUTH Config variable, but as soon as I activate it, no matter which combination ...
- Sat Mar 13, 2021 6:20 pm
- Forum: ZoneMinder 1.35.x Development Branch
- Topic: REST API call on Event
- Replies: 9
- Views: 4433
Re: REST API call on Event
A script is a script - as long as it can be run. Shell script, Python script, PHP script whatever. ES invokes whatever you point it to. What is in it is upto you. In your case, it would likely be a one line shell script that invokes your curl statement with the arguments passed below ($1 $2 $3 etc ...
- Mon Mar 08, 2021 2:43 am
- Forum: ZoneMinder 1.35.x Development Branch
- Topic: REST API call on Event
- Replies: 9
- Views: 4433
Re: REST API call on Event
But I don't understand when you talk about "script", what kind of script are you expecting? Anything that could be run? Either a bash script, a py script, or a php script? Or needs something specific? Also, how can I pass the Event parameters to the script? (monitor ID, event start datetime, etc.)
- Sun Mar 07, 2021 4:25 pm
- Forum: ZoneMinder 1.35.x Development Branch
- Topic: REST API call on Event
- Replies: 9
- Views: 4433
Re: REST API call on Event
Yeah Magic919 that is the big issue For pushover, the creator has integrated a fully featured pushover plugin integration But for custom API one has to develop a custom plugin which seems not straight forward. And the docs about how to implement this are completely missing. Personally I only know ...
- Sun Mar 07, 2021 3:01 pm
- Forum: ZoneMinder 1.35.x Development Branch
- Topic: REST API call on Event
- Replies: 9
- Views: 4433
Re: REST API call on Event
Magic919 already digged into it, but I feel I won't be able any soon to make it this way :( The problem is that i'm not sure i will be able to create a full script just to parse a simple response to my REST API Also I see that it only handles a couple of meaningless data for me (this piece of ...
- Sat Mar 06, 2021 11:54 pm
- Forum: ZoneMinder 1.35.x Development Branch
- Topic: REST API call on Event
- Replies: 9
- Views: 4433
REST API call on Event
I was wondering if it is possible by any means, to execute a custom REST API call sending some parameters from the Event (like the name or the start_time/end_time) when a new Event is generated.