webcam-motion-detector

There are 4 repositories under webcam-motion-detector topic.

  • devashish-patel/webcam-motion-detector

    👤 Human Face and 🎥 Object Detection using OpenCV

    Language:Python13408
  • real0x0a1/Webcam-Motion-Sensor

    This simple C++ program uses OpenCV to perform motion detection using a webcam or IP camera stream. It captures consecutive frames, calculates the absolute difference between them, and applies a threshold to identify motion.

    Language:C++110
  • vishwasourab/Webcam-Motion-Detector

    This Python Code detects the motion of Objects in webcam and records start and end time of that objects and stores in a .csv file

    Language:Python1201
  • StephenBlaney/WebCam-Motion-Detector-

    This program dectects moving objects in front of your computers webcam. It then proceeds to record the time that object entered the web cam frame and when it exists.

    Language:Python10