Hi community,
I'm a new iOS developer and I'd like to develop application using Room Plan API/UIKit/ARKit.
Currently I'm able to :
- Scan room
- Detect room objects (in console logs)
- Export data file (.usdz) from scanned room
using the default UIViewController from UIKit.
But now I would like to add my custom display when objects are detected.
I google it but don't found anything around it.
I think I have to use this method from RoomPlan API to display category of detected objects.
func captureSession(_ session: RoomCaptureSession, didUpdate room: CapturedRoom) {
RoomPlan can't display custom data right ? If yes, I have to use ARKit or UIKit in this method to add custom text to the frame of the detected object ?
I can share code if necessary.
Thanks in advance,
Goat.