mirror of
https://github.com/ruvnet/RuView.git
synced 2026-08-26 02:04:55 +00:00
fix(ios): qualify LiDAR wire depth type
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user