Commit graph

28 commits

Author SHA1 Message Date
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