Replies: 3 comments 2 replies
-
Hi @mksbabu Which firmware driver version are you using in your camera, please? It is important to be using the appropriate firmware for each SDK version. SDK 2.54.2: firmware 5.15.1.0 |
Beta Was this translation helpful? Give feedback.
-
I am not able to test code on my computer, unfortunately. For some RealSense users, the On-Chip calibration tool only works correctly up until version 2.49.0 and not in versions 2.50.0 and newer (which only give the hwmon RuntimeError that you experienced). If you are one of the affected users then there is nothing that can be done except to try a different computer if you have one available. An alternative way to adjust the calibration of the camera is to reset the calibration to its factory-new default state in the RealSense Viewer tool using instructions at #10182 (comment) There is also another calibration tool called Dynamic Calibration that can be used instead of On-Chip, though it cannot be controlled from Python scripting. It can be downloaded for Windows from the link below: Because the Windows version is a pre-built executable program, it simply needs to be run and does not require the installation of any other programs or the compilation of code. As the calibration is stored in the camera hardware and not on a computer, you could calibrate on a Windows computer and then take the calibrated camera back to another PC such as a Linux computer. If you need to use a Linux PC then the Dynamic Calibration tool can installed on Linux using instructions on page 14 onwards of the tool's user guide. |
Beta Was this translation helpful? Give feedback.
-
The pyrealsense2 wrapper can be compiled from source code for modern Python versions such as 3.12. For package installation with the pip install pyrealsense2 command, Python 3.11 is currently the newest supported version at the time of writing this. |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
I am unable to run below python file related to calibration which is in realsense code and getting below error for on-chip calibration method, faced camera towards flat white wall & flat surface. Could you please help me on it since I want to use same code in my application.
Python file: https://github.com/IntelRealSense/librealsense/blob/master/wrappers/python/examples/depth_auto_calibration_example.py
Error:
Stack trace:
Thanks,
Spandana.
Beta Was this translation helpful? Give feedback.
All reactions