Jan Christoph Bernack

Results 21 comments of Jan Christoph Bernack

> **[MueR](/MueR) ** commented Hehe, me too, but I am not a maintainer here.

No I can't. I haven't done that yet.

Hey @aswierczek, glad you like it! I have not tried anything related to facial recognition and I wonder how you got it to show up as a sensor. The [documentation...

Hi, do you have other applications to check if the sensor is actually working correctly? Have you tried the test applications in this repo? Does the same error occur there?

This is not currently implemented in this library, but should be possible. See the TODO note on `CaptureSample` here: https://github.com/JcBernack/WinBioNET/blob/750e6dc8e248e9b441877a374589d44299a735cf/WinBioNET/WinBio.cs#L112 The data at `pointer` should somehow contain the image. Here...

`Free(pointer)` frees the pointer. (excuse me) The Windows Biometric Framework is an unmanaged C library, that means you have to manually clean up memory allocated by the framework. As to...

You didn't show how you opened the session, only your call to `CaptureSample`. Check the link in my first response for the arguments you need both on `OpenSession` and `CaptureSample`,...

I'm sorry but I can't really help you. I don't know what's wrong with your setup and I don't have access to a Windows machine with a fingerprint sensor anymore...

This project is mainly a .NET wrapper for the unmanaged WinBio library. The test applications are just a proof of concept and nothing more.

This behavior is kind of annoying. Would be great if someone finds a fix.