Skip to content

Commit 801372e

Browse files
lijunru-hubYanKE01
andcommitted
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Yan Ke <[email protected]>
1 parent 37eb4a6 commit 801372e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh_CN/usb/usb_overview/usb_device_solutions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ USB 扩展屏方案通过 USB 总线将设备作为一块扩展副屏使用。
131131
上位机驱动
132132
~~~~~~~~~~~~
133133

134-
USB2.0 驱动不支持 HDMI 传输,因此需要上位机将图像数据传输给设备,本应用方案,暂时仅支持 Windows 平台,采用 Windows 驱动 `IDD <https://learn.microsoft.com/en-us/windows-hardware/drivers/display/indirect-display-driver-model-overview>`_,通过驱动可以拿到 Windows 的桌面图像,因为 USB 速率限制,在驱动中会先将图像处理成 JEPG 等格式,然后通过 USB vendor 接口将图像传输到设备。每一帧图像添加 16 字节的头,包含图像的宽高,图像的格式,图像的长度,图像的压缩类型等。
134+
USB2.0 驱动不支持 HDMI 传输,因此需要上位机将图像数据传输给设备,本应用方案暂时仅支持 Windows 平台,采用 Windows 驱动 `IDD <https://learn.microsoft.com/en-us/windows-hardware/drivers/display/indirect-display-driver-model-overview>`_,通过驱动可以拿到 Windows 的桌面图像,因为 USB 速率限制,在驱动中会先将图像处理成 JEPG 等格式,然后通过 USB vendor 接口将图像传输到设备。每一帧图像添加 16 字节的头,包含图像的宽高,图像的格式,图像的长度,图像的压缩类型等。
135135

136136
特性:
137137
~~~~~~

0 commit comments

Comments
 (0)