pix_movement
The pix_movement
object is a time-based IIR filter that detects movement between consecutive video frames. It stores the detected motion in the alpha channel for RGBA images or the luminance channel for YUV/Grayscale images, ignoring pixel changes below a specified threshold. This object is useful for creating movement detectors, often used in conjunction with pix_blob
to analyze the resulting alpha channel.
AI Generated
This content was generated with the assistance of AI. If you notice any errors, please report them or submit a fix using Submit. Check the prompt used here.