Commit graph

111 commits

Author SHA1 Message Date
boltgolt
c3b11d14e6
Gotta fix those typos 2020-06-22 18:49:04 +02:00
boltgolt
414c3a0e75
Ready for 2.6.0 2020-06-22 18:37:08 +02:00
boltgolt
2890457fa5
Fix editor prio as per #333 2020-06-22 18:00:33 +02:00
boltgolt
23810ef3c9
Added certainty question, fixed streamer dependency 2020-06-22 17:58:09 +02:00
boltgolt
f62de10972
Added version command 2020-06-22 13:58:17 +02:00
boltgolt
80433c70ff
Fixed missing release method in video capture class 2020-06-21 22:22:23 +02:00
boltgolt
fff9f3a4ab
Added snapshot command 2020-06-21 22:17:48 +02:00
boltgolt
51e17420d7
Added the option to save snapshots 2020-06-21 21:40:47 +02:00
boltgolt
6e9169e87c
Added loging to auth.log, removed sys.exit from pam handler causing err 2020-06-21 18:12:45 +02:00
boltgolt
a04b33d01b
Reenfocing code style 2020-06-21 17:40:44 +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
Ryan Butler
f826d91a30
Inaccurate cli message fixed 2020-06-20 12:34:51 -04:00
Andrew Villeneuve
f6629776d8 Added darkness detection to face registration logic 2020-06-09 12:30:45 -07:00
Andrew Villeneuve
2097469742 Detect and report errors caused by incorrectly set dark_threshold 2020-06-08 20:55:26 -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
boltgolt
dd9630d344
Merge pull request #274 from PetePriority/grayscale-overlay-fix
Fix missing colors in overlay
2019-11-09 11:16:15 +01:00
Peter-Simon Dieterich
799628eddf Apply CLAHE to frames in add.py and compare.py 2019-11-01 11:53:17 +01:00
Peter-Simon Dieterich
0444ca933f Fix missing colors in overlay 2019-11-01 11:49:19 +01:00
boltgolt
b68b9ac0fe
Merge pull request #258 from Ajayneethikannan/patch-1
Fix small typo in compare.py
2019-10-17 11:40:23 +02:00
ajayTDM
983ab0a9d0
Fix small typo in compare.py 2019-09-28 15:28:30 +05:30
Anthony Wharton
200e536b5e Refactor test.py to use VideoCapture 2019-05-12 19:17:27 +01:00
Anthony Wharton
804016d1a0 Refactor add.py to use VideoCapture 2019-05-12 19:17:27 +01:00
Anthony Wharton
1555ffe82f Refactor compare.py to use VideoCapture 2019-05-12 19:17:27 +01:00
Anthony Wharton
140b4f3d67 Add VideoCapture class 2019-05-12 19:17:27 +01:00
boltgolt
a53530e54e
Ready for release 2019-03-29 23:13:44 +01:00
boltgolt
c092529a98
Misc fixes for #120 and #126 2019-03-29 22:51:08 +01:00
boltgolt
323be9cf8d
Made dark threshold dynamic in test command (#128) 2019-03-29 22:45:38 +01:00
boltgolt
8537366154
Remove dismiss_lockscreen config option 2019-03-29 22:21:14 +01:00
boltgolt
fd300e52e3
Misc fixes for #139, #132 and #130 2019-03-14 15:53:48 +01:00
boltgolt
5db34e226c
Merge pull request #167 from accek/lid-closed
Disable Howdy if lid is closed
2019-03-12 14:20:50 +01:00
Szymon Acedański
f1678de324 Set exposure in the main loop and at every frame 2019-03-11 23:30:31 +01:00
Szymon Acedański
f921f4a5f8 Disable Howdy if lid is closed 2019-03-11 00:44:32 +01:00
Szymon Acedański
0c4992ffaf Manual exposure support for OpenCV 2019-03-11 00:21:54 +01:00
boltgolt
e8d8692f40
Typo fix 2019-01-06 16:32:18 +01:00
boltgolt
c3649dca3a
Added changelog 2019-01-06 16:04:57 +01:00
boltgolt
77fd423df9
Added upgrade step and fixed lintian errors 2019-01-06 15:36:03 +01:00
boltgolt
3c8db931b9
Moved recorders to new folder 2019-01-06 15:08:40 +01:00
boltgolt
6e1085110b
Merge pull request #117 from mrkmg/add-checking-notification
Added notice that facial detection is occurring
2019-01-05 01:11:45 +01:00
Kevin Gravier
de6dac1fd1 Added config option to enable/disable notification
Default is off
2019-01-04 15:26:38 -05:00
boltgolt
a4928144cc
Rewrote download script, fixed tests and other misc changes 2019-01-03 14:35:07 +01:00
boltgolt
6928c22b4e
Merge pull request #116 from timwelch/dev
Adding support for v4l2 devices directly in python
2019-01-02 23:48:12 +01:00
boltgolt
2917e8ada4
Code cleanup 2019-01-02 23:36:09 +01:00
boltgolt
e38422c8a0
Installer fixes 2019-01-02 22:57:00 +01:00
Kevin
140c8db081
Added notice that facial detection is occuring
Added a pam conversation message that the facial detection is being performed.
2019-01-02 13:56:02 -05: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
f4db5ee94b
Formatting fixes 2018-12-13 20:53:18 +01:00
boltgolt
f8cfde6f72
Fixed a few small things from PR #109 2018-12-13 20:10:08 +01:00