Commit Graph

  • df7b90e367 store the best recent person image and reconnect the RTSP stream if unable to grab several consecutive frames blakeblackshear 2019-02-27 20:55:07 -0600
  • 2e3c9da650 manage 2 seconds worth of motion frames for processing blakeblackshear 2019-02-26 20:29:52 -0600
  • 89c03c4455 update readme blakeblackshear 2019-02-25 20:34:04 -0600
  • c5e4bc275c update readme blakeblackshear 2019-02-25 20:30:18 -0600
  • 86f5d8128d initial refactoring blakeblackshear 2019-02-25 20:27:02 -0600
  • 9186634c60 update readme blakeblackshear 2019-02-25 06:48:31 -0600
  • 039782ad2e add min person area per region blakeblackshear 2019-02-25 06:48:01 -0600
  • bf6d6c3796 make debug a env var blakeblackshear 2019-02-24 08:41:03 -0600
  • b4e5c812ce switch to a queue for detected objects and expire objects after 1 second blakeblackshear 2019-02-24 08:13:36 -0600
  • 122a1666ca just save images when a person is detected blakeblackshear 2019-02-23 07:43:14 -0600
  • 5258803cd7 only save images of persons blakeblackshear 2019-02-22 21:03:47 -0600
  • 9486a321c6 update masks blakeblackshear 2019-02-21 06:45:36 -0600
  • bff1826bf5 only write the first motion frame blakeblackshear 2019-02-20 17:44:51 -0600
  • 19323ac957 only clear the flag and notify if it was set blakeblackshear 2019-02-20 17:43:27 -0600
  • aeece7b98c handle RTSP stream errors blakeblackshear 2019-02-20 07:12:07 -0600
  • a73760989c clarify comment blakeblackshear 2019-02-20 07:11:49 -0600
  • eded4d172f
    Merge pull request #5 from blakeblackshear/motion_masking Blake Blackshear 2019-02-20 06:21:22 -0600
  • 496b96b4f7 make motion detection less sensitive to rain blakeblackshear 2019-02-20 06:20:52 -0600
  • f54fa2e56c add the ability to apply a masking image blakeblackshear 2019-02-19 21:15:57 -0600
  • 2929773c10
    Merge pull request #4 from blakeblackshear/thread_signals Blake Blackshear 2019-02-19 06:48:15 -0600
  • c43d83be20 update readme blakeblackshear 2019-02-19 06:47:37 -0600
  • b6547de82c adjust debugging params and alpha for background averaging blakeblackshear 2019-02-19 06:47:00 -0600
  • 290150603e remove debug time blakeblackshear 2019-02-17 20:36:01 -0600
  • 03c57bf67d use a condition to signal to the mqtt publisher that objects were parsed blakeblackshear 2019-02-17 13:12:27 -0600
  • 42ff739cea move mqtt motion publishing into separate thread blakeblackshear 2019-02-17 12:59:51 -0600
  • 92e1833def use a condition to notify when object detection has run blakeblackshear 2019-02-17 12:32:19 -0600
  • 957bd2adeb use events to signal when motion is detected blakeblackshear 2019-02-17 12:12:48 -0600
  • 8525f05f29 get a lock when copying frame for mjpeg stream blakeblackshear 2019-02-17 11:54:40 -0600
  • b67f323215 use a lock and condition to signal to motion detection processes blakeblackshear 2019-02-17 11:52:56 -0600
  • 284a96d5c7 update readme blakeblackshear 2019-02-17 10:37:11 -0600
  • a84f88c5a5 comments blakeblackshear 2019-02-17 10:36:09 -0600
  • 2b0ebfa354 draw contours and area on image for motion debugging blakeblackshear 2019-02-17 10:34:48 -0600
  • d9d3937a0f reset motion counter when no contours exist blakeblackshear 2019-02-17 08:00:35 -0600
  • 7d4cfe43ad WIP: debug images blakeblackshear 2019-02-17 07:27:11 -0600
  • f7c8b742e8 increase min confidence to .5 blakeblackshear 2019-02-17 07:26:09 -0600
  • 861539e8b5 require a minimum of 3 consecutive motion frames to try and reduce false positives from rain blakeblackshear 2019-02-16 15:05:58 -0600
  • 225f434718 reduce motion timeout to 2 seconds blakeblackshear 2019-02-16 15:04:31 -0600
  • 6bdacffa2e reduce the motion detection timeout to 5 seconds blakeblackshear 2019-02-10 20:09:25 -0600
  • a3c5dd91a1 use a topic prefix and implement last will messages blakeblackshear 2019-02-10 14:43:21 -0600
  • d43c17238c update readme blakeblackshear 2019-02-10 14:25:30 -0600
  • f3376a83d6 merged shared memory objects and regions and set color of bounding box based on motion blakeblackshear 2019-02-10 14:25:17 -0600
  • 30c223711d
    Merge pull request #3 from blakeblackshear/mqtt Blake Blackshear 2019-02-10 12:01:47 -0600
  • ab1fda3a0e add mqtt and update readme blakeblackshear 2019-02-10 12:00:52 -0600
  • 83c9b8fb7a add mqtt to dockerfile blakeblackshear 2019-02-10 08:03:12 -0600
  • e997591e70
    Merge pull request #2 from blakeblackshear/motion_detection Blake Blackshear 2019-02-09 20:40:49 -0600
  • ebd15489b0 add support for a minimum object size blakeblackshear 2019-02-09 20:38:11 -0600
  • 51e8a8300f add imutils to container blakeblackshear 2019-02-09 20:37:46 -0600
  • 80dbed8055 integrate object detection with motion detection blakeblackshear 2019-02-09 10:17:07 -0600
  • 53c9a7368d rework object detection to watch the motion flag blakeblackshear 2019-02-09 09:15:55 -0600
  • 5d894f006a basic motion detection working blakeblackshear 2019-02-09 08:51:11 -0600
  • d8f27658f8 create shared value for motion detection blakeblackshear 2019-02-09 07:32:49 -0600
  • 6e8409d203
    Merge pull request #1 from blakeblackshear/regions Blake Blackshear 2019-02-09 07:24:58 -0600
  • 3e4256602f update readme blakeblackshear 2019-02-09 07:23:54 -0600
  • 071fcf6ea2 update opencv blakeblackshear 2019-02-09 07:23:18 -0600
  • 4a77046c7c update readme blakeblackshear 2019-02-04 07:10:42 -0600
  • 0359e2d2a1 dynamic number of processes based on selected regions blakeblackshear 2019-02-04 07:07:13 -0600
  • 623a3044fb multiple hard coded processes blakeblackshear 2019-02-04 06:34:32 -0600
  • 072997736c parse the objects into a global array in a separate thread blakeblackshear 2019-02-04 06:18:49 -0600
  • b91c24bf8f crop the frame and calculate the coordinates in the subprocess and add labels to the image blakeblackshear 2019-02-02 08:16:35 -0600
  • 11af9bb953 wip: focus on dynamic region and delay drawing until viewing blakeblackshear 2019-02-01 21:38:13 -0600
  • a976403edc got bounding boxes repositioned for full frame blakeblackshear 2019-02-01 06:57:03 -0600
  • 98ce5a4a59 wip: just detect objects in a specific area blakeblackshear 2019-02-01 06:35:48 -0600
  • 7e3d2f6611 reduce CPU usage blakeblackshear 2019-02-01 06:35:10 -0600
  • 72393be6d6 initial commit blakeblackshear 2019-01-26 08:02:59 -0600