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
prudynt only uses the first ROI, the other ROI's are not used.
Default config:
Expected behaviour:
motion script gets triggered
Real behaviour:
motion script gets triggered
The config i tried:
Expected behaviour:
motion script gets triggered
Real behaviour:
motion script doesn't get triggered