Replies: 5 comments 3 replies
-
Hi @Fateluck A D455f should behave like a D455. However, D455 support was not introduced into the RealSense SDK until version 2.38.0. A RealSense user at #7920 who had this version problem with their D455 copied the more modern realsense2.dll file to the LabVIEW folder and updated their camera firmware driver and it worked for them. If you are using SDK 2.33 then you could copy the realsense2.dll from 2.55.1 and make sure that your camera firmware driver version is 5.16.0.1. On Windows a pre-made dll can be obtained by installing version 2.55.1 of the full RealSense SDK using the Intel.RealSense.SDK-WIN10 installer file first. https://github.com/IntelRealSense/librealsense/releases/tag/v2.55.1 Afterwards, go to the computer location below and copy the realsense2.dll file from this folder into the LabVIEW folder. C: > Program Files (x86) > Intel RealSense SDK 2.0 > bin > x64 |
Beta Was this translation helpful? Give feedback.
-
Hi @MartyG-RealSense Thank you! I tried what you indicated earlier. My camera was detected, but the error "Capture error" appeared and the image did not appear in the demo example. I tried to downgrade the firmware version to 5.12.09 and now........... my camera is not detected in the device manager :( Windows 10 writes "USB device not recognized" What could it be? The device is not detected in Viewer either. |
Beta Was this translation helpful? Give feedback.
-
The minimum supported firmware version for D455 type cameras is 5.13.0.50. Installing an older firmware than that can make the camera unusable and unable to be recovered by the user due to non-detection. This problem will likely require the camera to be sent by parcel post to Intel in California, US to have its firmware corrected by an Intel RealSense engineer and then have the restored camera mailed back to you afterwards, unfortunately. If that is what you wish to do, may I ask which country you are located in please? |
Beta Was this translation helpful? Give feedback.
-
The only option for self-repair would be to purchase a circuit board called the Vision Processor D4 V3 Board, open up your camera and swap the existing D4 circuit board for the new one. The average price for a D4 board from Intel authorized suppliers is around 45 Euro. |
Beta Was this translation helpful? Give feedback.
-
Thanks very much for highlighting the Dorodnic suggested solution at #5052 (comment) It has been 5 years since that suggestion and the structure of the librealsense SDK changes over time. The two .cpp files mentioned do not exist any more, unfortunately. I believe that the PID list of ds5-private.cpp is now at d400-private.h librealsense/src/ds/d400/d400-private.h Lines 14 to 39 in e1688cc If you want to purchase a D4 V3 board from Germany then the closest Intel-authorized supplier will likely be Rutronik24 Gmbh. https://www.rutronik24.co.uk/product/intel/82635dsasicbdif/14278151.html |
Beta Was this translation helpful? Give feedback.
-
-RealSense for Labview ver. 2.33 (Latest SDK)
-LabVIEW 2020x64
-Win10x64
All demos do not find the RealSense when launched. The RealSense is launched in the Intel RealSense viewer. At the same time, Python demos work successfully.
Is 455f supported in LabVIEW SDK?
Beta Was this translation helpful? Give feedback.
All reactions