Update firmware of D415
Hello everyone,
I am attempting to update the firmware of the Intel RealSense D415 camera. Currently, I can upgrade the firmware using the Intel RealSense Viewer and the rs-fw-update tool.
I'm curious if there is a method to update the firmware using functions from the RealSense SDK. Specifically, I would like to know if there are functions available to retrieve information about the progress and success of the firmware update.
Thank you for any assistance or insights you can provide.
-
Hi Vijaykumar Shejal It is possible to create your own firmware update program with RealSense SDK scripting. The link below has a discussion about doing so with the Python language.
https://github.com/IntelRealSense/librealsense/issues/6514
Whilst below is a C++ example that was being used on an Android device.
https://github.com/IntelRealSense/librealsense/issues/7095#issuecomment-678954542
Please sign in to leave a comment.
Comments
1 comment