Skip to content

Commit

Permalink
PR IntelRealSense#12231: R/2542 -> master -> development
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel authored Sep 28, 2023
2 parents 07c198c + 9c6dbf8 commit 5befb1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/fw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(REALSENSE_FIRMWARE_URL "https://librealsense.intel.com" CACHE STRING
string(REGEX MATCH "D4XX_RECOMMENDED_FIRMWARE_VERSION \"([0-9]+.[0-9]+.[0-9]+.[0-9]+)\"" _ ${ver})
set(D4XX_FW_VERSION ${CMAKE_MATCH_1})
#message(STATUS "D4XX_FW_VERSION: ${D4XX_FW_VERSION}")
set(D4XX_FW_SHA1 b4dfa2ceb46e9b79c2d64480b149f188f7538e65)
set(D4XX_FW_SHA1 20d1cf628957941689a948f2e17ecc6a11e8ab01)
set(D4XX_FW_URL "${REALSENSE_FIRMWARE_URL}/Releases/RS4xx/FW")

add_library(${PROJECT_NAME} STATIC empty.c)
Expand Down
2 changes: 1 addition & 1 deletion common/fw/firmware-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

#pragma once

#define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.15.0.2"
#define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.15.1.0"

1 change: 1 addition & 0 deletions tools/fw-update/rs-fw-update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <vector>
#include <map>
#include <string>
#include <cstring>
#include <iostream>
#include <fstream>
#include <thread>
Expand Down
1 change: 1 addition & 0 deletions unit-tests/live/options/test-drops-on-set.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def check_color_frame_drops(frame):
# visual_preset --> frame drops are expected during visual_preset change
# inter_cam_sync_mode --> frame drops are expected during inter_cam_sync_mode change
# emitter_frequency --> Not allowed to be set during streaming
# auto_exposure_mode --> Not allowed to be set during streaming
if product_line == "D400":
options_to_ignore = [rs.option.visual_preset, rs.option.inter_cam_sync_mode, rs.option.emitter_frequency, rs.option.auto_exposure_mode]

Expand Down

0 comments on commit 5befb1d

Please sign in to comment.