jerkohren
Results
2
comments of
jerkohren
Well the code error is comming from here: [(https://code.woboq.org/qt5/qtconnectivity/src/bluetooth/qlowenergycontroller_bluez.cpp.html#8handle)] code 10 is ATT_ERROR_ATTRIBUTE_NOT_FOUND but i don't know what this mean, should I for iOS connect with some paramaters?
I have found a cause. It is in line: `using var dict = CvAruco.GetPredefinedDictionary(PredefinedDictionaryName.Dict6X6_250);` After i removed `using` keyword, it worked. Can someone explain this please? Here is `DrawArucoMarker` method:...