fix(ios): qualify LiDAR wire depth type

This commit is contained in:
ruv
2026-08-22 17:48:59 -04:00
parent f1258b2517
commit 080930370e

View File

@@ -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",