removing distorted frames
Posted: Wed Nov 14, 2007 2:50 am
my wireless camera sometimes sends distorted pictures, mostly at night and while it's raining.
Examples:
I have two ideas how to avoid those false alarms:
1: a plugin interface so that people could write filter programs. Those filters would have to be called by ZM before an alarm is generated.
2: (probably easier to implement)
If I store distorted images as reference pictures, ZM could match those against the current event frames, and if there are more than x frames y% similar to the reference frame, then the alarm should be cancelled.
I guess, the comparison routines are already implemented, so this might be fairly easy to integrate into ZM
Definitely, this would help avoid many false alarms (and thus make cheap cameras usable )
Examples:
I have two ideas how to avoid those false alarms:
1: a plugin interface so that people could write filter programs. Those filters would have to be called by ZM before an alarm is generated.
2: (probably easier to implement)
If I store distorted images as reference pictures, ZM could match those against the current event frames, and if there are more than x frames y% similar to the reference frame, then the alarm should be cancelled.
I guess, the comparison routines are already implemented, so this might be fairly easy to integrate into ZM
Definitely, this would help avoid many false alarms (and thus make cheap cameras usable )