Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

prudynt does not respect ROI's #70

@theahadev

Description

@theahadev

prudynt only uses the first ROI, the other ROI's are not used.

Default config:

  roi_0_x = 0;
  roi_0_y = 0;
  roi_1_x = 639;
  roi_1_y = 359;
  roi_count = 1;
};
rois : 
{
  roi_0 = [ 0, 0, 0, 0 ];
};

Expected behaviour:
motion script gets triggered
Real behaviour:
motion script gets triggered

The config i tried:

  roi_0_x = 320;
  roi_0_y = 180;
  roi_1_x = 639;
  roi_1_y = 359; #this is an inactive area, there is no movement here
  roi_count = 1; #increasing this also makes no difference
};
rois : 
{
  roi_0 = [ 0, 0, 319, 179 ]; #a very active area
};

Expected behaviour:
motion script gets triggered
Real behaviour:
motion script doesn't get triggered

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions