| Previous | Next |
| WINBIO_E_INVALID_CONTROL_CODE | WINBIO_E_UNSUPPORTED_DATA_FORMAT |
WINBIO_E_DATA_COLLECTION_IN_PROGRESS
WINBIO_E_DATA_COLLECTION_IN_PROGRESS means the sensor driver already has an outstanding capture or data-collection operation. Starting another one would overlap access to the same sensor pipeline.
What to check for WINBIO_E_DATA_COLLECTION_IN_PROGRESS
- Wait for the first capture or collection request to complete or be cancelled before issuing another.
- Serialize capture requests per unit, including requests made from multiple application threads.
- For asynchronous sessions, use the completion result to release application-side busy state.
Looking for a different code? Search another status or error code.
