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.

Other Products by eSeGeCe

Pair sgcBiometrics with our other Delphi, C++Builder and .NET component libraries.

sgcWebSockets

Enterprise WebSocket, HTTP/2/3, MQTT, AMQP, WebRTC, and AI/LLM components for Delphi, C++Builder, and .NET. 30+ API integrations included.

Add biometric login to your real-time WebSocket and MQTT apps.

Learn more →

sgcSign

Digital signature components for PDF, XAdES, CAdES, and PAdES. Sign and verify documents with smart cards, HSMs, or software keys.

Unlock signing keys with fingerprint or Windows Hello before producing XAdES / PAdES signatures.

Learn more →

sgcOpenAPI

OpenAPI 3.0 parser and SDK generator. Turn any OpenAPI spec into a strongly-typed Delphi client in seconds.

Gate REST APIs with Windows Hello before invoking the generated SDKs.

Learn more →

sgcIndy

Updated Indy TCP/IP components with modern TLS, IPv6, and HTTP/2 support for Delphi 7 through 13.

Pair Windows Hello authentication with Indy-based clients and servers.

Learn more →