From 080930370e9f120371fc641e928d7844a0b63d63 Mon Sep 17 00:00:00 2001 From: ruv Date: Sat, 22 Aug 2026 17:48:59 -0400 Subject: [PATCH] fix(ios): qualify LiDAR wire depth type --- .../iphone-lidar/native/RuViewLiDAR/WebSocketStreamer.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/iphone-lidar/native/RuViewLiDAR/WebSocketStreamer.swift b/integrations/iphone-lidar/native/RuViewLiDAR/WebSocketStreamer.swift index afd2e70f..cf75dc33 100644 --- a/integrations/iphone-lidar/native/RuViewLiDAR/WebSocketStreamer.swift +++ b/integrations/iphone-lidar/native/RuViewLiDAR/WebSocketStreamer.swift @@ -80,7 +80,7 @@ actor WebSocketStreamer { type: frame.type, intrinsics: frame.intrinsics, pose: frame.pose, - depth: Depth( + depth: WirePacket.Depth( width: width, height: height, encoding: "u16le-mm+u8-confidence",