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

zmtrigger complains "Motion detection not enabled" #3657

Closed
blind-oracle opened this issue Feb 6, 2023 · 2 comments
Closed

zmtrigger complains "Motion detection not enabled" #3657

blind-oracle opened this issue Feb 6, 2023 · 2 comments
Assignees
Milestone

Comments

@blind-oracle
Copy link

Describe Your Environment
ZM v1.36.32 / Ubuntu 20.04

Describe the bug
I'm trying to trigger an event using zmtrigger over telnet, script complains Motion detection not enabled on monitor 2
Camera is in Nodect mode, tried others - no changes.

To Reproduce

  1. telnet localhost 6802
  2. Send 2|on|123|MotionOn|on
  3. Observe Motion detection not enabled on monitor 2 in logs

Expected behavior
Expecting to start recording

Commenting out the relevant check in zmtrigger.pl helps and recording works as intended:

#    if ( !$monitor->{Enabled} ) {
#      Info('Motion detection not enabled on monitor '.$id);
#      return;
#    }
@welcome
Copy link

welcome bot commented Feb 6, 2023

Thanks for opening your first issue here! Just a reminder, this forum is for Bug Reports only. Be sure to follow the issue template!

connortechnology pushed a commit that referenced this issue Feb 6, 2023
…as nothing to do with manual triggering. Fixes #3657
@connortechnology connortechnology added this to the 1.36.33 milestone Feb 8, 2023
@connortechnology connortechnology self-assigned this Feb 8, 2023
@blind-oracle
Copy link
Author

blind-oracle commented Mar 1, 2023

Looks fixed in 1.36.33, thanks!

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

No branches or pull requests

2 participants