Skip to content

Commit

Permalink
PR IntelRealSense#13148 from dmipx: scripts: patch: support for d421 …
Browse files Browse the repository at this point in the history
…windows metadata
  • Loading branch information
Nir-Az authored Jul 11, 2024
2 parents 3b58f55 + df6e1aa commit 46893b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/realsense_metadata_win10.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ $MultiPinDevices =
"USB\VID_8086&PID_0B5C&MI_00",# D455
"USB\VID_8086&PID_0B64&MI_00",# L515
"USB\VID_8086&PID_0B68&MI_00",# L535
"USB\VID_8086&PID_0B56&MI_00" # D555e
"USB\VID_8086&PID_0B56&MI_00",# D555e
"USB\VID_8086&PID_1155&MI_00" # D421

#Inhibit system warnings and erros, such as permissions or missing values
$ErrorActionPreference = "silentlycontinue"
Expand Down

0 comments on commit 46893b0

Please sign in to comment.