Secugen Device Registration -
: Registered devices have a unique identifier that allows for fraud management, analytics, and traceability by government authorities.
// Capture test image unsigned char* imgBuf = new unsigned char[400*400]; ret = SGGetImage(hDevice, imgBuf); if (ret == SG_SUCCESS) printf("Device registered and ready\n"); secugen device registration


