Hello, it seems there’s a typo in the names_misc_errors array definitions inside of motion.c.
It appears it’s using the count of array elements of names_dout instead of names_misc_errors, which effectively prevents you from using the names_misc_errors option.
Hello, it seems there’s a typo in the names_misc_errors array definitions inside of motion.c.
It appears it’s using the count of array elements of names_dout instead of names_misc_errors, which effectively prevents you from using the names_misc_errors option.
Line number 348-351.
else if(names_misc_errors[0]){ num_misc_error = count_names(names_dout); num_misc_error = (num_misc_error > count_names(names_din)) ? num_misc_error : count_names(names_din); }