You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to update the UI, therefor I copied the contents of the StandardCyborgCocoaUI to my project. But now it cannot find SCReconstructionManagerDelegate. If I remove the SCReconstructionManagerDelegate from the class constructor and the remove the _reconstructionManager.delegate = self from the code. It builds I can move the camera and it "detects" the objects. Now when I start scanning it only scans one frame because the reconstructor is not active.
Message:
Cannot find protocol declaration for SCReconstructionManagerDelegate; did you mean CLLocationManagerDelegate?
Any idea on how it is possible that SCReconstructionManagerDelegate is not found?
The text was updated successfully, but these errors were encountered:
I want to update the UI, therefor I copied the contents of the StandardCyborgCocoaUI to my project. But now it cannot find SCReconstructionManagerDelegate. If I remove the SCReconstructionManagerDelegate from the class constructor and the remove the
_reconstructionManager.delegate = self
from the code. It builds I can move the camera and it "detects" the objects. Now when I start scanning it only scans one frame because the reconstructor is not active.Message:
Cannot find protocol declaration for SCReconstructionManagerDelegate; did you mean CLLocationManagerDelegate?
Any idea on how it is possible that SCReconstructionManagerDelegate is not found?
The text was updated successfully, but these errors were encountered: