• 3 min read
Motion Detection with Computer Vision
SUMMARY
This tutorial shows how to filter object detection to only moving objects by comparing consecutive video frames with a pixel-differencing function. The approach uses inferenceJS to run a Roboflow Universe model, then applies a bounding box drawn from detected motion to suppress detections of stationary objects. Configurable thresholds