Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Motion detection history in Synology #194

Open
Coolawy opened this issue Aug 8, 2023 · 2 comments
Open

Motion detection history in Synology #194

Coolawy opened this issue Aug 8, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@Coolawy
Copy link

Coolawy commented Aug 8, 2023

Hello

I'd like to ask if someone knows a way to make that only AI confirmed motion detections are marked by Surveillance Station?
I configured my synology like this:

  • Camera picture is analyzed by Surveillance system for motion.
  • Motion is triggering synoAI (and marking each motion in history)
  • synoAI is sending notification to Discord and by Webhook back to Surveillance system
  • Surveillance system is sending notification to DS cam app only for confirmed detections

Currently during windy day I have hundreds of motion detections marked for each camera. Of course I disabled in settings all notifications from motion detections and set up Action rule to notify Surveillance Station through webhook, so I could get notification from DS cam app, but still motion detection history is a mess.
Is there a way to detect motions initially by Surveillance Station but not mark them in history?

Thanks!

@djdd87
Copy link
Owner

djdd87 commented Oct 5, 2023

It's possible to do this using "bookmarks". I can set a bookmark with the name of the type or types selected or something similar.

@djdd87 djdd87 added the enhancement New feature or request label Oct 5, 2023
@JoeyJoe6
Copy link

JoeyJoe6 commented Oct 5, 2023

I currently use 2 entries for each camera I need to have better detection being marked in SS timelines.

  1. Create camera cam1, disable event detection, create action rule mark_cam1_alert, event:webhook, trigger-type: onetime, this will generate a webhook to use in synoai, Action:cam1, trigger motion event
    webook generated by SS:
    "URL": "http://192.168.xxx.xxx:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.Webhook&method=\"Incoming\"&version=1&token=auto generated key",

  2. using the same camera, create camera cam1-alerts in SS (yes you will use an additional SS camera license), set event detection to camera or SS to detect. This will be the camera to send alerts to synoai. Set this up per the synoai instructions with the action rule.

Now cam1-alerts triggers a event and sends it synoai to review. If a positive result occurs, synoai will send the webhook to SS which will mark a motion event under cam1. You should only now see positive hits that synoai fines on the cam1 timeline.

synoai appsettings.conf:
"Notifiers": [
{
"Type": "Webhook",
"URL": "http://192.168.xxx.xxx:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.Webhook&method=Incoming&version=1&token=auto generated key",
"Method": "GET",
"Cameras": [ "cam1-alerts" ]
},
............
"Cameras": [
{
"Name": "cam1-alerts",
"Threshold": 55,
"MinSizeX": 150,
"MinSizeY": 150
},
............

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants