Site icon EfmSoft

What does HRESULT 0x8009804C (WINBIO_E_INVALID_CALIBRATION_FORMAT_ARRAY) mean?

 
Previous Next
WINBIO_E_INVALID_SUBFACTOR WINBIO_E_NO_SUPPORTED_CALIBRATION_FORMAT

WINBIO_E_INVALID_CALIBRATION_FORMAT_ARRAY

WINBIO_E_INVALID_CALIBRATION_FORMAT_ARRAY is an adapter-contract failure during WBF dynamic calibration negotiation. The sensor adapter is asked to report the calibration formats it supports so the engine adapter can select a compatible representation; a malformed returned array prevents that negotiation from being trusted.

Validate the sensor adapter output

The Windows SDK exposes separate callbacks for querying sensor calibration formats, selecting one in the engine, and setting the selected format back on the sensor. This HRESULT occurs before calibration data transfer itself, so debugging buffer contents is premature until the format array is structurally valid.

winbio_adapter.h interfaces · Sensor adapter functions


Looking for a different code? Search another status or error code.

Exit mobile version