What is the configuration required to run this software D455? I put some parameters in the RS and I get stuck
What is the configuration required to run this software D455? I put some parameters in the RS and I get stuck
-
Are you trying to write your own program script, please? If you are then which programming language are you using (C++, C~ or Python) and what are you aiming for your program to do, please?
If you are new to RealSense then the powerful RealSense Viewer tool is an excellent way to begin using your camera as it is controlled with buttons and menus and does not require programming knowledge.
-
I write my own program in python, and when I use Intel RealSense Viewer, for example, if I set one of the parameters to High Accuracy, the Intel RealSense Viewer software will get stuck, Is my computer configuration too low? What is required for the configuration of the computer using this software? Like graphics cards and operational storage?
-
RealSense can run on low-end computers and computing devices. The camera also contains hardware that performs graphics processing so that having a good graphics card in the computer is not a requirement (though it does help).
RealSense cameras can work with memory capacity as low as 1 GB, such as on Raspberry Pi boards older than Raspberry Pi 4.
RealSense 400 Series cameras can work with any Intel or ARM processor chip. They have also been able to work with AMD Ryzen Threadripper CPUs.
Does performance improve if you use the preset Medium Density instead of High Accuracy? Medium Density provides a good balance between accuracy and the amount of detail on the depth image, while High Accuracy can result in an image with a low amount of detail on it because it over-strips the depth detail as it eliminates coordinates that it does not have confidence about their accuracy.
-
Are you using Windows, please? There was a case in 2019 of the Viewer freezing when changing the preset and it was thought to be caused by the 'build' version of Windows that was being used and not by the RealSense software.
-
By default, the Windows version of the RealSense SDK uses Windows Media Foundation as its backend. So if the preset changing problem is caused by an error with Media Foundation's MFCreateDeviceSource then there is not likely to be a solution except to try building the RealSense SDK from source code with CMake with the build flag FORCE_RSUSB_BACKEND set to true.
https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_windows.md
Setting FORCE_RSUSB_BACKEND to True will cause the SDK to use a Windows backend based on a WinUSB rewrite of the UVC protocol instead of Media Foundation.However, I would recommend simply not changing the preset.
-
There is a large range of videos at the official RealSense YouTube channel.
Please sign in to leave a comment.

Comments
10 comments