Just wondering if anyone knows if there is an SDK or something to access the device used in the new lumia 950 for windows hello - something like the kinect API for 3D detection?
Access to IR / iris scanner / windows hello device in windows 10 mobile
2.5k Views Asked by Wacka At
1
There are 1 best solutions below
Related Questions in KINECT
- Cannot get ZXing to work with Kinect ColorFrame
- How to lock on to a particular skeleton in Kinect SDK 2.0?
- Intel Edison with Kinect
- How to get Kinect working with Cinder on a Mac
- In Unity, how to animate upper body with kinect and lower body with mecanim animation
- reading and proceeding data constantly multithreading c# wpf
- Unable to run KinectAvatarsDemo for Kinect version 2 with KinectWapper
- Mouse left click and On-Screen-Keyboard
- Converting .OBJ Wavefront to depth data
- Kinectv2 normalizing depth values
- 3 channel depth image 1 channel
- USB3 Controller & Kinect 2
- Interactions with kinect version 2
- Finding Depth value for Color Pixels in Kinect
- Get depth distance from an object
Related Questions in KINECT-SDK
- Kinectv2 normalizing depth values
- Finding Depth value for Color Pixels in Kinect
- Advanced C++ interfaces -- Tracing Kinect SKD 2.0 code
- Kinect SDK 2.0 has significantly less functionality than 1.8?
- I am *not* missing an assembly or reference
- Kinect-based object Tracking
- How to use a Visual Gesture Builder database with Unity3D Plugin?
- Kinect 4 Windows v2 - Opening recordings
- using Kinect Depth View to show an Object inside the Human Body
- How to get face points in 2D space from Kinect 2 SDK?
- Increase Kinect's limit of people recognition
- Kinect Infrared Camera Not working
- Mapping Depth onto RGB Kinect using MATLAB
- Saving Kinect Frames as screenshots
- Troubles liking libraries on a Win32 dll for VS2013
Related Questions in WINDOWS-10-MOBILE
- How to debug missing dlls on Windows 10
- Different views with different code behinds but one binary in Windows 10
- WP10 TP Unable to get License Information 0xC03F7000
- Error when adding VideosLibrary capability in app's manifest file
- How to detect is a camera is available using isTypePresent in a Windows 10 Universal Application
- Windows 10 Mobile Startscreen Tile sizes and margins
- Retarget Windows Phone 8 app to Windows Phone 10
- Windows 10: differentiate between preinstalled app and downloaded app
- WCF error on Windows 10 mobile universal app
- Wrap text on secondary tile
- Adding a additional context menu to windows 10 phone
- Windows 10 UWP - Programatically detect change in developer features
- Windows Universal ComboBox custom styles
- Windows Architecture (for mobile development) W10 vs. W8.1 and WinRT vs. UWP vs. Others
- My app crashes with "The process aborted due to a fail fast exception"
Related Questions in OPENKINECT
- Using Kinect with JavaCV
- Kinect-based object Tracking
- Is it possible to create synthesized or modify existing .ONI files in OpenNI 2.x?
- Why does the CMake command show "The source directory "/home/shubham" does not appear to contain CMakeLists.txt."?
- Kinect V2 depth in metres - Processing 3.x
- How can I lock a person who gives a particular gesture and might go out of sight in Kinect?
- Undefined reference to `freenect_sync_get_depth'
- Controlling web browser JS components with Microsoft Kinect
- invoking the mouse function of Open Gl using Kinect
- Many kinect devices and one PC
- FREENECT_DEPTH_REGISTERED has no effect with libfreenect
- error installing python wrapper for openkinect
- blob not showing up on depthjs
- Unable to access Kinect Sensor cam Using Opencv and libfreenect driver On Ubuntu platform
- how to Hide the output messages from libfreenect2?
Related Questions in WINDOWS-HELLO
- Selenium Test: Autenticate with WebAuthn through Windows Hello
- Windows Hello validation with C# Windows Forms App (.NET Framework)?
- Windows Hello Fingerprint Enrollment in C#
- Extend Windows Hello with a new authentication method
- Is it possible to use Windows Hello for an application level biometric authentication?
- Integrating Windows Hello into C++ Win32 Application
- How to use LogonUser CreateProcessAsUser when only a PIN is defined?
- Windows Hello Identify configured sign in type (Hello Face/Hello Fingerprint)-UWP
- Using Crypto++ to Verify Windows Hello public key
- UWP-Windows Hello maximum no of fingerprint attempts
- Delete Fido2 keys on Windows Hello for different account
- store password with Windows Hello
- Windows Biometric Framework Extract image from fingerprint sensor
- Fingerprint sensor not working after updating to windows 10 1903. (Dell G3 3579)
- Enrollment strategies for FIDO2/WebAuthn when using built in authenticators
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Check out the Windows.Devices.Perception namespace.
https://blogs.windows.com/buildingapps/2015/06/30/windows-10-sdk-preview-build-10158-released/
This flight of Windows introduces two new related sets of APIs in the Windows.Devices.Perception and Windows.Devices.Perception.Providers namespaces. The Providers APIs allow IHVs and OEMs to expose depth, infrared, and color cameras (and related metadata) for computer vision into UWP, and to designate a camera as participating in Windows Hello face authentication. The Windows.Devices.Perception namespace contains the client APIs that allow a UWP application to access the color, depth, or infrared data of computer vision cameras.