Commit graph

  • 546015d973 using ffmpeg to grab resolution to save 700ms on startup Tim Welch 2018-12-11 19:00:55 -0500
  • 4f11da686f one more detector init thread dmig 2018-12-12 00:15:35 +0700
  • 62aabdf480 initialize recognizers in threads instead of camera init dmig 2018-12-12 00:08:13 +0700
  • f4d231cca8 proper cam init time measuring dmig 2018-12-11 23:44:30 +0700
  • c90d977352 fix broken previous commit dmig 2018-12-11 16:40:06 +0700
  • bedfa8020c
    more informative debug dmig 2018-12-11 16:30:45 +0700
  • 02a9aee63a
    convert timings from list to dict; move camera initialization to separate thread dmig 2018-12-11 16:24:35 +0700
  • 693eef964a Initial ffmpeg support Tim Welch 2018-12-09 12:12:50 -0500
  • 2013338155 Add initial support for ffmpeg Tim Welch 2018-12-09 12:06:31 -0500
  • 1f0ed1267a
    The dyslexia fix boltgolt 2018-12-09 12:47:29 +0100
  • d1d4d0af23
    remove last face_recognition references dmig 2018-12-09 14:28:16 +0700
  • 2c48350b23
    replace face_recognition with dlib+numpy; add video_capture.release(); minor code cleanup dmig 2018-12-09 14:27:21 +0700
  • 8671be425d
    use defaults for config values; simplify path detection dmig 2018-12-09 14:24:50 +0700
  • b465982092
    dark frame detection dmig 2018-12-09 14:22:55 +0700
  • 377241bd2e
    don't frighten user with slowdown message, it's not so significant; notify user about max name length dmig 2018-12-09 13:50:35 +0700
  • ff02a723d4
    replace most subprocess calls with native calls; download and install dlib from tarball instead of making git clone; configure dlib according to cpu flags; do not install opencv using pip; set use_cnn option automatically; minor code cleanup dmig 2018-12-09 13:30:25 +0700
  • 9c2507ed13
    replace subprocess calls with native calls dmig 2018-12-09 13:25:02 +0700
  • 82e4e9e10f
    replace git dependency with wget|curl; fix opencv dependency; add recommended and suggested packages dmig 2018-12-09 13:23:55 +0700
  • 1b8a7dc449
    replace face_recognition with dlib+numpy; support for cnn detector; calculate scaling_factor outside of main cycle; use grayscale image for darkframe and face detection; fix winning model index detection; some minor code cleanups dmig 2018-12-09 13:21:44 +0700
  • c8c481aed2
    use PATH constant dmig 2018-12-09 13:15:31 +0700
  • 01e706fce6
    speedup startup a bit dmig 2018-12-09 13:12:28 +0700
  • 29c3a31a5b
    fix models loading problem dmig 2018-12-09 13:11:08 +0700
  • 31dab29aa7
    use default values when reading from config dmig 2018-12-09 12:28:45 +0700
  • 0c384baef2
    speedup and improve face recognition; stable slow mode fps dmig 2018-12-08 13:53:30 +0700
  • d9e72c74dc
    directory and instructions for dlib data files dmig 2018-12-08 13:18:05 +0700
  • d7bc38ea16
    get rid of face_recognition module, support CNN dmig 2018-12-07 14:28:07 +0700
  • 683837df91
    new option for CNN dmig 2018-12-07 14:26:01 +0700
  • 359720e566
    Switched to pam-auth-update for debian installs as per #107 boltgolt 2018-12-05 12:23:07 +0100
  • b7a084339f
    Merge pull request #103 from luyatshimbalanga/master boltgolt 2018-11-30 18:11:58 +0100
  • 9ca5be97fb
    Add Fedora Luya Tshimbalanga 2018-11-28 18:18:12 -0800
  • 2318034610
    Added more in-depth test boltgolt 2018-11-21 11:58:29 +0100
  • bd02f998f2
    remove last config access from main cycle dmig 2018-11-21 11:32:28 +0700
  • 873211da4c
    Reverting compare.py and adding new tests boltgolt 2018-11-19 18:36:35 +0100
  • dee2c98a99
    Minor rollback for readability boltgolt 2018-11-19 11:59:50 +0100
  • 23088907ad
    Merge pull request #98 from dmig/master boltgolt 2018-11-19 10:55:11 +0100
  • 59e622c17d minor code readability changes dmig 2018-11-18 13:56:52 +0700
  • b8aa070600 remove unused imports dmig 2018-11-18 13:55:58 +0700
  • 964e96377c use ConfigParser.get*() functions; move function definition out of main cycle; drop unused import; show recognition time dmig 2018-11-18 13:49:16 +0700
  • fa51ff7c10 use ConfigParser.get*() functions; drop unused import dmig 2018-11-18 13:48:02 +0700
  • 56cf32388a use ConfigParser.get*() function dmig 2018-11-18 13:46:20 +0700
  • 5b6ca8525c use ConfigParser.get*() functions; move config reading out of maincycle; drop unused import dmig 2018-11-18 13:45:13 +0700
  • b4ecafe61c
    Merge pull request #94 from boltgolt/dev boltgolt 2018-11-09 21:44:01 +0100
  • 5741357e92
    Text fixes boltgolt 2018-11-09 21:29:23 +0100
  • 6b38d6dcf1
    Ready for next release boltgolt 2018-11-09 21:09:59 +0100
  • aaa4a8a311
    Lowered file permissions to more reasonable levels, as per #83 boltgolt 2018-11-09 20:26:19 +0100
  • 33204eeb94
    Added migration for old device ids boltgolt 2018-11-09 20:02:30 +0100
  • 1c544f0233
    Changed device_id to device_path boltgolt 2018-11-09 19:39:16 +0100
  • b1f238d2fb
    Revering to old installer, add check for #32 boltgolt 2018-11-09 18:53:31 +0100
  • 2e58a8d10e
    Switching to device paths boltgolt 2018-11-09 16:33:19 +0100
  • b8c1730f65
    Removed link to collect data about camera boltgolt 2018-11-09 15:45:59 +0100
  • 6dce9b0f51
    Added fakeroot to depends boltgolt 2018-11-09 15:38:29 +0100
  • cdca3bf8a2
    Added lintian overrides boltgolt 2018-11-09 15:30:33 +0100
  • c6a7e06d5a
    Removinf dlib build from installation boltgolt 2018-11-09 12:43:10 +0100
  • 517948d07a
    Changes to compare and cli config command, proposed in #89 and #90 boltgolt 2018-11-09 11:49:03 +0100
  • 0f4a1160bb
    Add note to hopefully prevent more duplicates boltgolt 2018-10-20 18:54:13 +0200
  • 0ada2bcc11
    Update README.md boltgolt 2018-10-04 09:59:39 +0200
  • 24155b984d
    Merge pull request #79 from LucianBuzzo/patch-1 boltgolt 2018-10-04 09:39:30 +0200
  • 81e2d04e11
    Fix typos in README Lucian Buzzo 2018-10-03 15:58:03 +0100
  • ca926fce2f
    Added missing changelog entry boltgolt 2018-09-24 19:05:37 +0200
  • 8e6f072e42
    Merge pull request #75 from boltgolt/dev boltgolt 2018-09-24 18:45:54 +0200
  • c2ea32c1a2
    Typo boltgolt 2018-09-24 18:23:50 +0200
  • 5b0eafd3e8
    Readme update boltgolt 2018-09-24 18:13:56 +0200
  • 8180dafdaf
    Fixed issue where remote sessions could be authenticated through howdy boltgolt 2018-09-24 18:05:15 +0200
  • b5c715df9a
    Merge pull request #52 from janecz-n/master boltgolt 2018-07-11 10:11:00 +0200
  • 9ac6488834 use variables from config.ini frame_height frame_width for camera resolution Nathan Janeczko 2018-07-10 16:36:47 +0200
  • 7e896de2cb
    Merge pull request #49 from boltgolt/templates boltgolt 2018-06-29 23:29:54 +0200
  • ead2e3e217 Update issue templates boltgolt 2018-06-29 22:55:40 +0200
  • faef639432
    Merge pull request #48 from boltgolt/dev boltgolt 2018-06-28 16:10:03 +0200
  • 4bab7d9a0b
    Merge branch 'master' into dev boltgolt 2018-06-28 15:40:26 +0200
  • 53b850ce57
    Small fixes for 2.3.0 release boltgolt 2018-06-28 15:38:19 +0200
  • f604ad0aa0
    Changelog and readme update boltgolt 2018-06-28 15:30:10 +0200
  • cfa97b1ea7
    Fixes for unneeded abort if answer contained whitespace (#33) boltgolt 2018-06-28 14:43:50 +0200
  • 5751650af3
    Added config option to set height and width of frame from #40 boltgolt 2018-06-28 14:36:47 +0200
  • 38eff8149d
    Changed cofig editor to system default (#41), used more readable code for user detection (#46) boltgolt 2018-06-28 14:18:27 +0200
  • 527db61d38
    Merge pull request #47 from KelleyMcChes/patch-1 boltgolt 2018-06-25 22:57:13 +0200
  • 9422f3f79c
    Update README.md Kelley McChesney 2018-06-25 16:37:28 -0400
  • 440cec8944
    Updated to reflect username change boltgolt 2018-06-12 15:54:13 +0200
  • 334da6e3a5
    Fixed devision by zero issue from #44 boltgolt 2018-06-07 21:32:08 +0200
  • 961342a522
    Merge pull request #37 from Boltgolt/dev boltgolt 2018-05-11 11:13:26 +0200
  • 5e72907853 Very small fix for debug config section issue boltgolt 2018-05-11 10:50:21 +0200
  • 4ec9dc3a7a
    Merge pull request #34 from Boltgolt/dev boltgolt 2018-05-10 16:06:52 +0200
  • c57d9e845f
    Merge branch 'master' into dev boltgolt 2018-05-10 15:44:24 +0200
  • d7242688a6 Bumping changelog and travis fix boltgolt 2018-05-10 15:20:29 +0200
  • 22cc108e87 Added auto config backup and restore for upgarades This does remove all comments from the config file boltgolt 2018-05-10 15:05:27 +0200
  • 5ac5070d11 Updated the autocomplete file and disable command boltgolt 2018-05-04 21:39:52 +0200
  • b9866d7e90 Updating badges boltgolt 2018-05-04 14:24:26 +0200
  • 2002f4c6b5 More fixes for #27 boltgolt 2018-05-03 16:12:17 +0200
  • ad2bfd50c5 Added fixes for #29 and #30 boltgolt 2018-05-03 15:47:44 +0200
  • 0e7300c4c9
    Merge pull request #25 from Boltgolt/dev boltgolt 2018-04-21 02:46:42 +0200
  • 09da631ff6 Github can't into 2018 boltgolt 2018-04-21 02:29:32 +0200
  • 84c0501642
    Merge pull request #24 from Boltgolt/dev boltgolt 2018-04-21 02:22:25 +0200
  • 3b72618b5c Removed views badge boltgolt 2018-04-21 02:05:14 +0200
  • 147e503aa2
    Merge branch 'master' into dev boltgolt 2018-04-21 01:53:33 +0200
  • 9770d434e3 Also added a dev build badge boltgolt 2018-04-21 01:52:23 +0200
  • 5572a2880b Updated readme and a typo fix boltgolt 2018-04-21 01:46:33 +0200
  • e700de775a New CLI and debian package structure boltgolt 2018-04-14 00:11:52 +0200
  • 3f7ab7de8c Fixed merge conflict boltgolt 2018-04-14 00:11:39 +0200
  • 21d6616b42 Ready to merge boltgolt 2018-04-13 23:54:50 +0200
  • 305603b0da Fixes, getting ready for release boltgolt 2018-04-13 22:40:01 +0200
  • 4f9e240869 Completed CLI rework boltgolt 2018-04-13 21:19:28 +0200