Search found 16 matches

by ranger21
Tue Nov 02, 2021 10:57 am
Forum: Mobile Apps and Event Server
Topic: object_detection_pattern with old ZMES and new MLAPI for specific monitors
Replies: 6
Views: 11911

Re: object_detection_pattern with old ZMES and new MLAPI for specific monitors

Thanks, i'll look into it. Well, for my use case really just works 'ignore_past_detection_labels': ['person'] in general section Since humans mostly only objects i've always want to catch and that doesn't really depend on monitor, so match_past_detections=yes only matter for other objects. I do dele...
by ranger21
Sun Oct 31, 2021 6:25 pm
Forum: Mobile Apps and Event Server
Topic: object_detection_pattern with old ZMES and new MLAPI for specific monitors
Replies: 6
Views: 11911

Re: object_detection_pattern with old ZMES and new MLAPI for specific monitors

Yep, i do have it defined both in mlapi and objectconfig 'general':{ 'pattern':'{{object_detection_pattern}}', /var/lib/zmeventnotification/bin/zm_detect.py --version hooks:6.1.5 pyzm:0.3.25 objectconfig.ini https://pastebin.com/6AYZyuiP mlapiconfig.ini https://pastebin.com/epbL4WYG
by ranger21
Sun Oct 31, 2021 5:36 pm
Forum: Mobile Apps and Event Server
Topic: object_detection_pattern with old ZMES and new MLAPI for specific monitors
Replies: 6
Views: 11911

object_detection_pattern with old ZMES and new MLAPI for specific monitors

Hello! I can't seem to have object_detection_pattern to work for specific monitors with mlapi MLAPI.log Oct 31 2021 20:12:40.938412 [DBG 2] Found monitor specific section for monitor: 13 Oct 31 2021 20:12:40.938434 [DBG 2] stream sequence not found in globals Oct 31 2021 20:12:40.938459 [DBG 2] matc...
by ranger21
Sun Oct 31, 2021 1:17 pm
Forum: Mobile Apps and Event Server
Topic: how to pass frame ids from zm to mlapi on remote server?
Replies: 3
Views: 8888

Re: how to pass frame ids from zm to mlapi on remote server?

Turns out i had to remove stream_sequence from mlapiconfig.ini and then mlapi remote server uses stream_sequence from objectconfig.ini of ZM. I've already have script which generates unique objectconfig.ini for each event with desired frames to analyze. Thanks! It's kinda hacky solution for me, but ...
by ranger21
Sat Oct 30, 2021 6:22 pm
Forum: Mobile Apps and Event Server
Topic: how to pass frame ids from zm to mlapi on remote server?
Replies: 3
Views: 8888

how to pass frame ids from zm to mlapi on remote server?

The question is
how to pass frame ids to stream_sequence from zm to mlapi on remote server?

i have some logic on zm i need to pass to mlapi on remote server for each event...
by ranger21
Fri Jun 18, 2021 11:53 am
Forum: ZoneMinder Hints & Tips
Topic: is it possible to use MLAPI over internet? zmeventnotification
Replies: 1
Views: 11780

is it possible to use MLAPI over internet? zmeventnotification

Hello! I would like to know if it's possible to use MLAPI over internet? So if i buy and setup somewhere MLAPI server on VGPU server (or VDS) will it be possible to just point my local zmeventnotification in ml_gateway to server over internet? Has anyone tried to use such configuration? Even more - ...
by ranger21
Sat Jan 09, 2021 4:24 pm
Forum: Mobile Apps and Event Server
Topic: Need testers for ES code (multiple model chaining/ arbitrary frames)
Replies: 21
Views: 9586

Re: Need testers for ES code (multiple model chaining/ arbitrary frames)

Yeah, global variables from [custom] section + replacing in monitors worked fine. Thank you.
by ranger21
Wed Jan 06, 2021 5:05 pm
Forum: Mobile Apps and Event Server
Topic: Need testers for ES code (multiple model chaining/ arbitrary frames)
Replies: 21
Views: 9586

Re: Need testers for ES code (multiple model chaining/ arbitrary frames)

The new version of ES support model chaining as well as inspecting multiple frames in an event. I am looking for folks to: 1. Update to the new ES 2. Test if current operation works without making any config changes (that is, new code with old functionality) 3. Test new functionality. Specifically,...
by ranger21
Wed Jan 06, 2021 11:19 am
Forum: Feature Requests
Topic: zmeventnotification make it to analyze not only snapshot and bestmatch
Replies: 7
Views: 7249

Re: zmeventnotification make it to analyze not only snapshot and bestmatch

I've made new version of script for EventNotification server 6.1.0 It will now add to regular 'frame_set': 'snapshot,alarm' 20 frames divided from max amount of frames from event. On event start it will now truly wait until MAX_FRAME is settled (so event stops writing) for event. Old script worked w...
by ranger21
Thu Dec 31, 2020 11:41 am
Forum: Feature Requests
Topic: OMG Snow!!
Replies: 4
Views: 7806

Re: OMG Snow!!

@ibdroid Do you mind sharing your settings and how do you accomplish this? I have my camera set up constantly record, it's an h264 stream and set up as passthrough mode. It's a low resolution substream that I use for motion detection. 8 fps at 720p. And according to ZM in less than 24 hours it used...
by ranger21
Thu Dec 31, 2020 11:34 am
Forum: User Contributions
Topic: zmeventnotification questions
Replies: 2
Views: 19390

Re: zmeventnotification questions

Hello I'm experimenting with zmeventnotification. It's running and detecting. Great functionality. Questions: 1) Has anyone figured out a way to email the detected object including snapshot? I looked around this forum and googled it but emailing does not seem popular. If anyone has step by step inf...
by ranger21
Tue Dec 08, 2020 4:10 pm
Forum: Feature Requests
Topic: zmeventnotification make it to analyze not only snapshot and bestmatch
Replies: 7
Views: 7249

Re: zmeventnotification make it to analyze not only snapshot and bestmatch

Oh, that comment in code got me confused # This uses mlapi (https://github.com/pliablepixels/mlapi) to run inferencing and converts format to what is required by the rest of the code. So in example i need to just comment out frame_set and uncomment video related settings? stream_options = { 'frame_s...
by ranger21
Tue Dec 08, 2020 8:55 am
Forum: Feature Requests
Topic: zmeventnotification make it to analyze not only snapshot and bestmatch
Replies: 7
Views: 7249

Re: zmeventnotification make it to analyze not only snapshot and bestmatch

Short hack: See https://github.com/pliablepixels/zmeventnotification/issues/313 The longer term/better performant/more options way: Feel free to follow the work going on here pyzm is the core part that does all this. I am currently running a version of the detection framework that is doing what you...
by ranger21
Sun Dec 06, 2020 8:02 am
Forum: Feature Requests
Topic: zmeventnotification make it to analyze not only snapshot and bestmatch
Replies: 7
Views: 7249

Re: zmeventnotification make it to analyze not only snapshot and bestmatch

I've made small adjustment for hacky solution to divide event for 10 analysable frames depending on maximum frame count: It's very ugly and i don't encourage anyone to use it, but it works for me for now. Maybe will be useful for someone who's also lazy (don't have time?)to setup MLAPI server. It re...
by ranger21
Sat Dec 05, 2020 3:47 am
Forum: Feature Requests
Topic: zmeventnotification make it to analyze not only snapshot and bestmatch
Replies: 7
Views: 7249

Re: zmeventnotification make it to analyze not only snapshot and bestmatch

Short hack: See https://github.com/pliablepixels/zmeventnotification/issues/313 The longer term/better performant/more options way: Feel free to follow the work going on here pyzm is the core part that does all this. I am currently running a version of the detection framework that is doing what you...