sgcBiometrics

Integrate Windows Hello, fingerprint sensors, and facial recognition into your Delphi and C++ Builder applications with native Windows Biometric Framework components.

Fingerprint
Facial Recognition
Windows Hello
100% Native Code

Biometric Authentication Made Simple

Fingerprint Authentication

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 →

Facial Recognition

Camera-based face detection and presence verification. Compatible with standard webcams and IR cameras. Windows Hello integration for secure authentication.

Technical details →

Windows Hello

Native Windows Hello support for passwordless authentication. Leverage the built-in biometric infrastructure in Windows 10/11 for secure, frictionless login.

Technical details →

Under the Hood

Architecture & Compatibility

  • System Pool vs Private Pool — System pool shares sensors across applications; private pool gives your app exclusive sensor access for kiosk and embedded scenarios
  • Event-driven architecture — OnCapture, OnVerify, and OnIdentify events for asynchronous biometric operations with full status reporting
  • Full source code included with purchase — inspect, customize, and extend the components to fit your exact requirements
  • Compatible with Delphi and C++ Builder — design-time components for RAD Studio with VCL support
  • Tested hardware — verified with Benss Fingerprint Sensor and Logitech Brio 4K webcam for facial recognition
BiometricAuth.pas
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;

Simple, Transparent Pricing

Get started with sgcBiometrics for your Delphi and C++ Builder projects.

Standard

€299

Full source code. 1 year of updates. Free binary redistribution. Fingerprint and facial recognition components with Windows Hello support.

Premium

Contact Us

Everything in Standard, plus priority support, extended update period, and dedicated assistance for enterprise integration scenarios.

Get in touch →

Ready to Add Biometric Authentication?

Integrate fingerprint and facial recognition into your Delphi applications today.