System Information
OpenCV version: 4.9.0 and later (possibly also earlier versions)
Detailed description
Due to the implementation of normalizeMarkerOrientation here, checkerboard with markers is detected by findChessboardCornersSB only if the central marker is on a white tile, otherwise findChessboardCornersSB returns false.
Steps to reproduce
Just try the detection of this board

with findChessboardCornersSB (cv::CALIB_CB_MARKER flag must be enabled).
Issue submission checklist