• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Facial Gestures
#1
I have a Windows 11 PC and I cannot get MS to recognize the camera for facial gestures.

I have turned on MobileSheets permission in the camera privacy settings.

Also, MS recognizes and uses the camera for importing a photo of a work.
Mark
Reply
#2
The facial gesture feature requires a front-facing camera. A rear facing camera will not work, as it wouldn't be able to point at your face. So what type of camera are you using?

Mike
Reply
#3
(Yesterday, 05:19 PM)Zubersoft Wrote: The facial gesture feature requires a front-facing camera. A rear facing camera will not work, as it wouldn't be able to point at your face. So what type of camera are you using?

Mike

It's a USB camera attached to a tower PC and is facing me. I read in the forums that the FastSpring version of the Windows app might work with the camera, so I installed it. The FastSpring version worked until I imported the backup from the Windows store version and then it could not find the camera for facial gestures, but still uses the camera for photographing sheet music.
Mark
Reply
#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
#5
The drop down list is empty.
Mark
Reply
#6
That means the USB camera is not considered a valid device for capturing video. That's just based on what Microsoft's framework is reporting. I don't really know what can be done about that. If you want to test a build of the FastSpring version that will allow matching on devices that also report themselves as devices for capturing images, we can see if that will work, but there could be errors when I go to start receiving video frames from the camera if it does not actually support video.

Mike
Reply
#7
(2 hours ago)Zubersoft Wrote: 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

(1 hour ago)Zubersoft Wrote: That means the USB camera is not considered a valid device for capturing video. That's just based on what Microsoft's framework is reporting. I don't really know what can be done about that. If you want to test a build of the FastSpring version that will allow matching on devices that also report themselves as devices for capturing images, we can see if that will work, but there could be errors when I go to start receiving video frames from the camera if it does not actually support video.

Mike

I tried the FastSpring version and it worked until I restored a backup from the Microsoft store version.
Mark
Reply
#8
You can try going to Settings->Other Settings->Reset Settings to Default then to clear out any of the settings and see if that resolves the issue. 

Mike
Reply




Users browsing this thread:
4 Guest(s)


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