• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Facial Gestures
#4
Go to Settings->Face Gesture Settings->Configure Gesture Actions, then change the Preferred camera dropdown to select the USB camera. I would like to know if this works for you. MobileSheets uses slightly different frameworks for capturing images with the camera vs capture video for the face gestures. Without going into too much technical detail, I'm requesting all available devices with MediaFrameSourceGroup.FindAllAsync (https://learn.microsoft.com/en-us/uwp/ap...inrt-26100) and then iterating over all devices and using any whose SourceInfos has a MediaStreamType that matches VideoPreview or VideoRecord and can capture color frames. So if the camera is designed by the OS as being able to capture color video, then it should work for the face gesture feature. If it is reported as only being able to capture images by the OS, then it would not work for the face gestures.

Mike
Reply


Messages In This Thread
Facial Gestures - by mwiseman - Yesterday, 01:41 PM
RE: Facial Gestures - by Zubersoft - Yesterday, 05:19 PM
RE: Facial Gestures - by mwiseman - 5 hours ago
RE: Facial Gestures - by Zubersoft - 4 hours ago
RE: Facial Gestures - by mwiseman - 4 hours ago
RE: Facial Gestures - by Zubersoft - 4 hours ago
RE: Facial Gestures - by mwiseman - 3 hours ago
RE: Facial Gestures - by Zubersoft - 2 hours ago
RE: Facial Gestures - by mwiseman - 1 minute ago



Users browsing this thread:
5 Guest(s)


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