Software Archive
Read-only legacy content
17061 Discussions

FaceID under WinRT i.e. Windows Store App

George_K_1
Beginner
454 Views

We're working on a FaceID feature for our existing Windows Store App.

Note, since It is a sideloaded enterprise app, we don't need to worry about regular Store App restrictions.

We're using Lenovo b50-30 featuring build in RealSense camera.

Our current goal is to port some of the code from FaceID WPF sample into a new Store App.

We've had some success with creating a BrokeredComponent, the camera light up green during the call of PXCMSenseManager.Init(), but immediately crashes with an Exception "The remote procedure call failed. (Exception from HRESULT: 0x800706BE)".

We're now pursuing creation of a version of libpxcclr.cs_vs2010-13 project compiled for Windows 8.1 class library since the source already contains some #if NETFX_CORE beginnings. However PXCMSenseMenager.QueryFace() always returns null.

Any help is greatly appreciated!

0 Kudos
0 Replies
Reply