Historique des commits

Auteur SHA1 Message Date
  blakeblackshear ada8ffccf9 fix for queue size growing too large il y a 6 ans
  blakeblackshear bca4e78e9a use a queue instead il y a 6 ans
  blakeblackshear 7d3027e056 looping over all regions with motion. ugly, but working il y a 6 ans
  blakeblackshear 8ff9a982b6 start the detection process il y a 6 ans
  blakeblackshear f2c205be99 prep frames for object detection in a separate process il y a 6 ans
  blakeblackshear 8bae05cfe2 first working version, single region and motion detection disabled il y a 6 ans
  blakeblackshear c12e19349e only cleanup old objects when motion is detected so stationary objects are still detected il y a 6 ans
  blakeblackshear 85259ca00c add support for mqtt user/pass. closes #7 il y a 6 ans
  blakeblackshear 5dc76803d6 cleanup il y a 6 ans
  blakeblackshear 80f7e998ae resend availability if disconnected il y a 6 ans
  blakeblackshear df7b90e367 store the best recent person image and reconnect the RTSP stream if unable to grab several consecutive frames il y a 6 ans
  blakeblackshear 2e3c9da650 manage 2 seconds worth of motion frames for processing il y a 6 ans
  blakeblackshear 86f5d8128d initial refactoring il y a 6 ans
  blakeblackshear 039782ad2e add min person area per region il y a 6 ans
  blakeblackshear bf6d6c3796 make debug a env var il y a 6 ans
  blakeblackshear b4e5c812ce switch to a queue for detected objects and expire objects after 1 second il y a 6 ans
  blakeblackshear 122a1666ca just save images when a person is detected il y a 6 ans
  blakeblackshear 5258803cd7 only save images of persons il y a 6 ans
  blakeblackshear bff1826bf5 only write the first motion frame il y a 6 ans
  blakeblackshear 19323ac957 only clear the flag and notify if it was set il y a 6 ans
  blakeblackshear aeece7b98c handle RTSP stream errors il y a 6 ans
  blakeblackshear a73760989c clarify comment il y a 6 ans
  blakeblackshear 496b96b4f7 make motion detection less sensitive to rain il y a 6 ans
  blakeblackshear f54fa2e56c add the ability to apply a masking image il y a 6 ans
  blakeblackshear b6547de82c adjust debugging params and alpha for background averaging il y a 6 ans
  blakeblackshear 290150603e remove debug time il y a 6 ans
  blakeblackshear 03c57bf67d use a condition to signal to the mqtt publisher that objects were parsed il y a 6 ans
  blakeblackshear 42ff739cea move mqtt motion publishing into separate thread il y a 6 ans
  blakeblackshear 92e1833def use a condition to notify when object detection has run il y a 6 ans
  blakeblackshear 957bd2adeb use events to signal when motion is detected il y a 6 ans