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
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
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
boltgolt
a53530e54e
Ready for release
2019-03-29 23:13:44 +01:00
boltgolt
323be9cf8d
Made dark threshold dynamic in test command ( #128 )
2019-03-29 22:45:38 +01:00
boltgolt
fd300e52e3
Misc fixes for #139 , #132 and #130
2019-03-14 15:53:48 +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
0c4992ffaf
Manual exposure support for OpenCV
2019-03-11 00:21:54 +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
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
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
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
dmig
31dab29aa7
use default values when reading from config
2018-12-09 12:28:45 +07:00
dmig
0c384baef2
speedup and improve face recognition; stable slow mode fps
2018-12-08 13:53:30 +07:00
dmig
d7bc38ea16
get rid of face_recognition module, support CNN
2018-12-07 14:28:07 +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
b8aa070600
remove unused imports
2018-11-18 13:55:58 +07:00
dmig
964e96377c
use ConfigParser.get*() functions; move function definition out of main cycle; drop unused import; show recognition time
2018-11-18 13:49:16 +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
boltgolt
517948d07a
Changes to compare and cli config command, proposed in #89 and #90
2018-11-09 11:49:03 +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
5751650af3
Added config option to set height and width of frame from #40
2018-06-28 14:36:47 +02:00
boltgolt
38eff8149d
Changed cofig editor to system default ( #41 ), used more readable code for user detection ( #46 )
2018-06-28 14:18:27 +02:00
boltgolt
5e72907853
Very small fix for debug config section issue
2018-05-11 10:50:21 +02:00
boltgolt
5ac5070d11
Updated the autocomplete file and disable command
2018-05-04 21:39:52 +02:00
boltgolt
2002f4c6b5
More fixes for #27
2018-05-03 16:12:17 +02:00
boltgolt
5572a2880b
Updated readme and a typo fix
2018-04-21 01:46:33 +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