// Initialize and register SecuGen device SFG_DEVICE device = new SFG_DEVICE(); int result = sgfpm.SGFPM_Init(device, 0); // 0 = first device ID
if (result == SGFPM_ERROR_CODE.SGFDX_ERROR_NONE) Console.WriteLine("Device registered successfully."); sgfpm.SGFPM_SetCaptureParam(device, 500, true); // Set timeout, high quality else Console.WriteLine("Registration failed. Error code: " + result);
Do not use generic Windows Plug-and-Play drivers. They will recognize the device as "Unknown USB Device" or fail to capture images. secugen device registration
Modern applications often require SecuGen device registration within a browser or on Android. // Initialize and register SecuGen device SFG_DEVICE device