forked from sackmotion/motion
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
qwerdy edited this page Jul 3, 2013
·
11 revisions
Changes i have made to motion:
- Change log-level log-type while motion is running.
- Select multiple log-types, not just one or all.
- Added option to disable motion detection in config.
- Minor bug fixes, and optimizations.
- Marks multiple moving items, not just one:
Motion is coded to only check for motion in grayscale.
I have two branches for full color detection:
- yuv_diff -> which checks for Y, U and V combined for motion.
- y_u_or_v-diff -> which checks Y, U and V individually for motion.