introlab / find-object

Find-Object project
http://introlab.github.io/find-object/
BSD 3-Clause "New" or "Revised" License
448 stars 189 forks source link

Save photo/video on detection #31

Closed olegi4sam closed 7 years ago

olegi4sam commented 7 years ago

Thanks for one of the easiest solutions for usual users.

Tell me please how can I save photo/video on object detection from webcam?

Thank You!

matlabbe commented 7 years ago

Do you mean a screenshot or a screen recording?

olegi4sam commented 7 years ago

I mean saving picture (or video) from camera when object detected.

Like autoPauseOnDetection, only AutoSaveImageOnDetection (or X seconds of video from detection moment)

figure screenshot 2017-03-15 at 16 53 53

matlabbe commented 7 years ago

Hi,

thx for the precision. I added autoScreenshotPath in this commit https://github.com/introlab/find-object/commit/dc042fe418399c9bfe8ce621e23b3b95e92337dd, it saves the current image view into that directory on detection.

cheers, Mathieu

olegi4sam commented 7 years ago

Wow! So fast. Thank You very much!