sgcBiometrics
Integrate Windows Hello, fingerprint sensors, and facial recognition into your Delphi and C++ Builder applications with native Windows Biometric Framework components.
Integrate Windows Hello, fingerprint sensors, and facial recognition into your Delphi and C++ Builder applications with native Windows Biometric Framework components.
Capture and verify fingerprints using the Windows Biometric Framework. Support for system and private sensor pools. Works with any WBF-compatible fingerprint sensor.
Technical details →Camera-based face detection and presence verification. Compatible with standard webcams and IR cameras. Windows Hello integration for secure authentication.
Technical details →Native Windows Hello support for passwordless authentication. Leverage the built-in biometric infrastructure in Windows 10/11 for secure, frictionless login.
Technical details →procedure TForm1.VerifyFingerprint;
begin
sgcBiometric1.SensorPool := spSystem;
sgcBiometric1.BiometricType := btFingerprint;
sgcBiometric1.Verify;
end;
procedure TForm1.OnVerify(Sender: TObject;
const Match: Boolean;
const Identity: string);
begin
if Match then
ShowMessage('Verified: ' + Identity)
else
ShowMessage('Not recognized');
end;
Get started with sgcBiometrics for your Delphi and C++ Builder projects.
€299
Full source code. 1 year of updates. Free binary redistribution. Fingerprint and facial recognition components with Windows Hello support.
Contact Us
Everything in Standard, plus priority support, extended update period, and dedicated assistance for enterprise integration scenarios.
Get in touch →