-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation (GitHub) Firmware version differs from API Firmware version #3818
Comments
|
Apologies @dorodnic, the code snippet is inaccurate in the above and should read as follows: The remainder of the bug report remains valid, that the GitHub listed recommended firmware version does not match the version as recommended by the API. |
Ah Ok :) |
An API firmware update option would be great for us. Looking forward to that! |
Camera Model: D400
Firmware Version: 5.10.03
Operating System: Windows + Linux
Kernel Version: All
Platform: PC
SDK Version: 2.19.0
Language: C++
Segment: VR/AR
The documentation for releases, found at:
https://github.com/IntelRealSense/librealsense/releases
Indicates the recommended firmware version for 2.19.0 as 5.11.4, while executing the API call:
dev.get_info(RS2_CAMERA_INFO_FIRMWARE_VERSION);
Results in the recommended firmware version of 05.10.03.00.
Which is correct? Why do they differ?
The text was updated successfully, but these errors were encountered: