Skip to content

Commit

Permalink
Submodule commits for realsense. Upped realsense SDK version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwidisgroup committed Aug 9, 2024
1 parent c1e92e8 commit 026cb1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/install-3rdparty-full-win1064.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ if ($global:ghActionRunner) {
Write-Output "cwipc_check install: intel-realsense: already installed"
} else {
Write-Output "cwipc_check install: intel-realsense: downloading..."
$installer="$tmpinstalldir\Intel.RealSense.SDK-WIN10-2.54.2.5684.exe"
$installer="$tmpinstalldir\Intel.RealSense.SDK-WIN10-2.55.1.6486.exe"
(New-Object System.Net.WebClient).DownloadFile(
"https://github.com/IntelRealSense/librealsense/releases/download/v2.54.2/Intel.RealSense.SDK-WIN10-2.54.2.5684.exe",$installer);
"https://github.com/IntelRealSense/librealsense/releases/download/v2.55.1/Intel.RealSense.SDK-WIN10-2.55.1.6486.exe",$installer);
Write-Output "cwipc_check install: intel-realsense: installing..."
Start-Process -FilePath $installer -ArgumentList '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /NOCANCEL /SP-' -Wait
Add-PathVariable("C:\Program Files (x86)\Intel RealSense SDK 2.0\bin\x64")
Expand Down

0 comments on commit 026cb1e

Please sign in to comment.