-
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
D415: RuntimeError: hwmon command 0x80( 8 3 0 8 ) failed (response -7= HW not ready) #13340
Comments
Hi @Hasnain1997-ai Which RealSense SDK (librealsense) version and camera firmware driver version are you using, please? The Intel calibration guide linked to below provides information about how an error can occur if you are calibrating a D415 against a white wall. https://dev.intelrealsense.com/docs/self-calibration-for-depth-cameras I have quoted the relevanr section below. We developed a special calibration mode for the case of pointing the D400 Series cameras at a white wall that has no texture while the laser pattern projector is turned on. It turns out that this special case can be troublesome due to the semi-regular laser pattern of the D415 projector. This mode of operation can be selected under the “speed” settings and is called “white wall”. It is also highly recommended that the “High Accuracy depth settings” be used during any white-wall calibration run. If not, then the ASIC will most likely return an error. However, to be clear, we do not recommend using a white wall for self-calibration for the D415. A textured surface with the projector turned off using medium speed is the recommended method for on-chip calibration of D415 cameras. The on-chip calibration function can also be accessed in the RealSense Viewer tool if you are able to run the tool. You can find it by going to the More option near the top of the Viewer's options side-panel and selecting On-Chip Calibration from its drop-down menu. Do you also experience this RuntimeError in the Viewer? As an alternative to performing calibration, you can reset the camera to its factory-new default calibration in the Viewer using instructions at #10182 (comment) |
Using this code the info i am getting is `
if name == "main": Number of connected RealSense devices: 1 Device 1 info:
I am working on it python part |
Also upon selecting wall i get the same error Starting UCAL... |
Also, I commented the on-chip Self-Calibration and run_tare_calibration from the code, and only run the run_focal_length_calibration Starting UCAL... But When I un-commented the OnChip Self Calibration and ran the code it is giving the same error |
On some computers the self-calibration tool will only work up until librealsense version 2.49.0 and not in 2.50.0 or newer, where the HW not ready error that you experienced occurs. This is due to a change in the design of the tool's interface in 2.50.0. If the On-Chip tool will not work for you then there is an alternative tool called Dynamic Calibration that can be installed on Ubuntu using instructions on page 14 onwards of the Dynamic Calibration user guide. |
Did you install librealsense 2.49.0 before attempting a pip install of pyrealsense2 2.49.0.3474 please? https://github.com/IntelRealSense/librealsense/releases/tag/v2.49.0 |
Hi @Hasnain1997-ai Do you require further assistance with this case, please? Thanks! |
No |
You are very welcome, @Hasnain1997-ai - thanks very much for the update! |
I am have a realsense d415 camera
I want to auto calibrate it
I am using
https://github.com/IntelRealSense/librealsense/blob/development/wrappers/python/examples/depth_auto_calibration_example.py
Code for calibration
WHen I run the code I am getting the error
Starting UCAL...
Starting On-Chip calibration...
Speed: medium
Scan: intrinsic
Traceback (most recent call last):
File "depth_auto_calibration_example.py", line 285, in
main()
File "depth_auto_calibration_example.py", line 87, in main
run_on_chip_calibration(args.onchip_speed, args.onchip_scan)
File "depth_auto_calibration_example.py", line 121, in run_on_chip_calibration
table, health = adev.run_on_chip_calibration(json_content='', timeout_ms=5000)
RuntimeError: hwmon command 0x80( 8 3 0 8 ) failed (response -7= HW not ready)
I am new and did not know how to solve it
please help
The text was updated successfully, but these errors were encountered: