• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Face gestures
#29
McConner - it sounds like Google's MediaPipe library is not working very well on your device for some reason. I don't know why that would be - it works perfectly fine on my Galaxy Tab S4 and there is no delay like you are describing. I needed to switch libraries in order to provide much more accurate facial landmark detection (many users said the old library barely worked for them). The new library does not track individual points on a person's face, so there are no blue dots that show up anymore. The new library just provides percentages for gestures, so once the percentage reaches a certain threshold, it's likely that the person is making a particular gesture. It's much simpler from an implementation perspective (from my code) but is more complicated in terms of what is happening inside Google's code (as it uses a face mesh instead of just points). 

Staggart - update to version 3.8.24. Just be aware that the face detection has a very long initialization time on Chromebooks for some reason. Google does not even support Intel 64-bit processors out of the box with their library - I had to compile it myself to add support for them, but you may see an initialization time upwards of 15-20 seconds on a higher end Chromebook. It takes 2-4 seconds on my standard Android tablets. Once the library loads properly, then there is no longer any delay. However, be aware that each time the "Test Gestures" dialog is displayed, it has to reinitialize the face detection again. I may see if I can prevent that in the future.

Mike
Reply


Messages In This Thread
Face gestures - by palosanto - 11-30-2023, 05:23 AM
RE: Face gestures - by Zubersoft - 11-30-2023, 09:36 AM
RE: Face gestures - by palosanto - 11-30-2023, 02:58 PM
RE: Face gestures - by Frankos - 12-06-2023, 09:13 AM
RE: Face gestures - by Akki - 11-30-2023, 04:30 PM
RE: Face gestures - by Rey_a - 11-30-2023, 05:32 PM
RE: Face gestures - by Akki - 11-30-2023, 11:19 PM
RE: Face gestures - by Oz Cello - 12-01-2023, 09:54 AM
RE: Face gestures - by Akki - 12-01-2023, 10:00 AM
RE: Face gestures - by art - 12-01-2023, 04:22 AM
RE: Face gestures - by Zubersoft - 12-01-2023, 04:37 AM
RE: Face gestures - by Lawrie - 12-01-2023, 10:50 AM
RE: Face gestures - by Zubersoft - 12-01-2023, 11:34 AM
RE: Face gestures - by Lawrie - 12-01-2023, 11:39 AM
RE: Face gestures - by Cody94549 - 12-03-2023, 03:06 AM
RE: Face gestures - by Zubersoft - 12-03-2023, 08:03 AM
RE: Face gestures - by Cody94549 - 12-04-2023, 01:39 AM
RE: Face gestures - by Barrie Brailsford - 12-03-2023, 11:27 PM
RE: Face gestures - by Zubersoft - 12-04-2023, 04:40 AM
RE: Face gestures - by Zubersoft - 12-06-2023, 09:20 AM
RE: Face gestures - by Frankos - 12-07-2023, 11:48 AM
RE: Face gestures - by Frankos - 12-06-2023, 09:25 AM
RE: Face gestures - by lesacks - 12-07-2023, 07:29 AM
RE: Face gestures - by Barrie Brailsford - 12-16-2023, 03:38 AM
RE: Face gestures - by Zubersoft - 12-16-2023, 05:03 AM
RE: Face gestures - by McConnor - 12-22-2023, 03:33 AM
RE: Face gestures - by staggart - 12-22-2023, 03:38 AM
RE: Face gestures - by Geoff Bacon - 12-22-2023, 04:12 AM
RE: Face gestures - by Zubersoft - 12-22-2023, 05:02 AM
RE: Face gestures - by Zubersoft - 12-22-2023, 05:19 AM
RE: Face gestures - by staggart - 12-22-2023, 05:50 AM
RE: Face gestures - by Zubersoft - 12-22-2023, 05:57 AM
RE: Face gestures - by staggart - 12-22-2023, 10:24 AM
RE: Face gestures - by Geoff Bacon - 12-22-2023, 06:27 AM
RE: Face gestures - by Zubersoft - 12-22-2023, 11:09 AM
RE: Face gestures - by Geoff Bacon - 12-24-2023, 01:29 AM
RE: Face gestures - by Zubersoft - 12-24-2023, 04:19 AM
RE: Face gestures - by Frankos - 01-10-2024, 02:10 PM
RE: Face gestures - by Geoff Bacon - 12-24-2023, 10:48 PM
RE: Face gestures - by Zubersoft - 12-25-2023, 04:48 PM
RE: Face gestures - by Frankos - 12-31-2023, 01:58 PM
RE: Face gestures - by Barrie Brailsford - 01-01-2024, 04:15 AM
RE: Face gestures - by Frankos - 01-02-2024, 01:18 PM
RE: Face gestures - by Geoff Bacon - 01-07-2024, 10:36 PM
RE: Face gestures - by Zubersoft - 01-08-2024, 06:52 AM
RE: Face gestures - by Geoff Bacon - 01-08-2024, 08:31 AM
RE: Face gestures - by Zubersoft - 01-08-2024, 10:52 AM
RE: Face gestures - by Geoff Bacon - 01-08-2024, 11:23 PM
RE: Face gestures - by Zubersoft - 01-09-2024, 06:40 AM
RE: Face gestures - by Zubersoft - 01-10-2024, 06:32 PM
RE: Face gestures - by Geoff Bacon - 01-10-2024, 07:41 PM
RE: Face gestures - by Zubersoft - 01-11-2024, 05:29 AM
RE: Face gestures - by Frankos - 01-11-2024, 12:17 PM
RE: Face gestures - by BRX - 01-11-2024, 08:21 AM
RE: Face gestures - by Zubersoft - 01-11-2024, 09:54 AM
RE: Face gestures - by sonomageek - 01-14-2024, 08:12 AM
RE: Face gestures - by Zubersoft - 01-14-2024, 08:27 AM
RE: Face gestures - by sonomageek - 01-16-2024, 02:16 AM
RE: Face gestures - by hgir - 03-09-2024, 01:00 AM
RE: Face gestures - by sonomageek - 03-09-2024, 02:27 AM
RE: Face gestures - by Zubersoft - 03-09-2024, 05:40 AM
RE: Face gestures - by BRX - 03-11-2024, 12:01 AM
RE: Face gestures - by lionking - 03-11-2024, 02:49 AM
RE: Face gestures - by Zubersoft - 03-11-2024, 05:07 AM
RE: Face gestures - by BRX - 04-26-2024, 08:27 AM



Users browsing this thread:
1 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.