Hi there, we're tuning our apps for iOS 14, and we're experiencing an error when we init the cloud reco flow (same codebase that was working fine before).
Vuforia::TrackerManager& trackerManager = Vuforia::TrackerManager::getInstance();
Vuforia::ObjectTracker* imageTracker = static_cast<Vuforia::ObjectTracker*>(trackerManager.getTracker(Vuforia::ObjectTracker::getClassType()));
if (imageTracker != nullptr) {
// Prints error: "Unable to set the RuntimeImageSource. The target width cannot be 0 or smaller."
return imageTracker->getTargetFinder();
}
I'm using Vuforia SDK 9.4.6. I couldn't find any Cloud Reco example in the samples. Have the flow for cloud reco changed in this release? Have you experience that?
Hi spytar, totally agree, getting a valid TargetFinder instance was working just fine on iOS 13, but now it's not (there's not a single use case showing how cloud reco should work within the examples).
Vuforia team, u there?