Commit graph

27 commits

Author SHA1 Message Date
boltgolt
9fca6ab837
Moved cv2 import after dlib import 2020-09-02 17:14:05 +02:00
boltgolt
923f23fa2b
Merge branch 'dev' into darkness-error-reporting 2020-06-21 17:18:30 +02:00
boltgolt
9988ee416f
Merge branch 'dev' into patch-1 2020-06-21 17:14:59 +02:00
Andrew Villeneuve
f6629776d8 Added darkness detection to face registration logic 2020-06-09 12:30:45 -07:00
Thomas
9d35ccfee9 Fixing bug #318 2020-02-28 16:54:54 +01:00
boltgolt
de319824eb
Merge branch 'dev' into patch-ir-detect 2019-11-09 11:23:55 +01:00
Peter-Simon Dieterich
799628eddf Apply CLAHE to frames in add.py and compare.py 2019-11-01 11:53:17 +01:00
Anthony Wharton
804016d1a0 Refactor add.py to use VideoCapture 2019-05-12 19:17:27 +01:00
boltgolt
3c8db931b9
Moved recorders to new folder 2019-01-06 15:08:40 +01:00
boltgolt
a4928144cc
Rewrote download script, fixed tests and other misc changes 2019-01-03 14:35:07 +01:00
Tim Welch
6a73634ac2 Adding support for v4l2 devices directly in python
v4l2l.py is included in src dir. The version you get from pip install does not work with python3 (at least not on my system), so I had to modify a bunch of the functions returning a list() of range() instead of the original range().
2018-12-23 12:08:18 -05:00
boltgolt
0db3cb3da2
Merge branch 'master' of https://github.com/dmig/howdy into dmig-master 2018-12-21 16:51:23 +01:00
boltgolt
f8cfde6f72
Fixed a few small things from PR #109 2018-12-13 20:10:08 +01:00
Tim Welch
2013338155 Add initial support for ffmpeg
Fixes HP Spectre x360 13t IR camera issue. The IR camera is detected by OpenCV but fails to work properly. FFMPEG works using /dev/video2 device. Added an ffmpeg class that mimics the behavior 
 and currently used functions of opencv.
2018-12-09 12:06:31 -05:00
dmig
2c48350b23
replace face_recognition with dlib+numpy; add video_capture.release(); minor code cleanup 2018-12-09 14:27:21 +07:00
dmig
8671be425d
use defaults for config values; simplify path detection 2018-12-09 14:24:50 +07:00
dmig
b465982092
dark frame detection 2018-12-09 14:22:55 +07:00
dmig
377241bd2e
don't frighten user with slowdown message, it's not so significant; notify user about max name length 2018-12-09 13:50:35 +07:00
boltgolt
dee2c98a99
Minor rollback for readability 2018-11-19 11:59:50 +01:00
dmig
59e622c17d minor code readability changes 2018-11-18 13:56:52 +07:00
dmig
fa51ff7c10 use ConfigParser.get*() functions; drop unused import 2018-11-18 13:48:02 +07:00
boltgolt
1c544f0233
Changed device_id to device_path 2018-11-09 19:39:16 +01:00
Nathan Janeczko
9ac6488834 use variables from config.ini frame_height frame_width for camera resolution 2018-07-10 16:36:47 +02:00
boltgolt
5e72907853 Very small fix for debug config section issue 2018-05-11 10:50:21 +02:00
boltgolt
2002f4c6b5 More fixes for #27 2018-05-03 16:12:17 +02:00
boltgolt
4f9e240869 Completed CLI rework 2018-04-13 21:19:28 +02:00
boltgolt
50f36f2b90 More debian-like folder structure 2018-04-07 16:22:13 +02:00
Renamed from cli/add.py (Browse further)