This class implements the Objc wrapper for the room plan tracker.
More...
#include <AKRoomPlanTracker6DOF_Objc.h>
|
(bool) | + isSupported |
| Returns whether the tracker is supported on this platform.
|
|
This class implements the Objc wrapper for the room plan tracker.
◆ isSupported
Returns whether the tracker is supported on this platform.
- Returns
- True, if so
◆ onCaptureSessionAdded:andVolumetric:
Event function for added room objects.
- Parameters
-
planarRoomObjects | The new planar objects |
volumetricRoomObjects | The new volumetric objects |
◆ onCaptureSessionChanged:andVolumetric:
Event function for changed room objects.
- Parameters
-
planarRoomObjects | The changed planar objects |
volumetricRoomObjects | The changed volumetric objects |
◆ onCaptureSessionInstruction:
- (void) onCaptureSessionInstruction: |
|
(NSString *) |
instruction |
|
Event function for instructions.
- Parameters
-
instruction | The instruction which can be used to improve the capture result |
◆ onCaptureSessionRemoved:andVolumetric:
Event function for removed room objects.
- Parameters
-
planarRoomObjects | The removed planar objects |
volumetricRoomObjects | The removed volumetric objects |
◆ onCaptureSessionStarted
- (void) onCaptureSessionStarted |
|
|
|
Event function when the capture session has started.
◆ onCaptureSessionStopped
- (void) onCaptureSessionStopped |
|
|
|
Event function when the capture session has stopped.
◆ onCaptureSessionUpdated:andVolumetric:
Event function for updated room objects.
- Parameters
-
planarRoomObjects | The updated planar objects |
volumetricRoomObjects | The updated volumetric objects |
◆ onSessionTest:didUpdateFrame:
- (void) onSessionTest: |
|
(ARSession *) |
session |
didUpdateFrame: |
|
(ARFrame *) |
frame |
|
|
| |
Event function for frame update events.
- Parameters
-
session | The sending session |
frame | The updated frame |
◆ start:
Starts the tracker.
- Parameters
-
ownerContainer | The owner's delegate of this tracker |
- Returns
- True, if succeeded
◆ stop
Stopps the tracker.
- Returns
- True, if succeeded
The documentation for this class was generated from the following file: