View my account

What is the configuration required to run this software D455? I put some parameters in the RS and I get stuck

Comments

10 comments

  • MartyG

    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.

    0
    Comment actions Permalink
  • 991256473

    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?

    0
    Comment actions Permalink
  • MartyG

    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.

    0
    Comment actions Permalink
  • 991256473

    My main problem now is that when I use Intel RealSense Viewer, 'Preset' is custom by default, but after I modify it to high accuracy, the software will jam, nothing can be clicked, and other parameters modified will also jam. May I ask what causes this?

    0
    Comment actions Permalink
  • MartyG

    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.

    https://github.com/IntelRealSense/librealsense/issues/4571

    0
    Comment actions Permalink
  • 991256473

    I use windows 10 system, I am very confused why this problem occurs, and do not know how to solve?

    0
    Comment actions Permalink
  • MartyG

    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.

     

    0
    Comment actions Permalink
  • 991256473

    Ok, thank you very much. It is my first time to use this software and I am not very good at it. Do you have an easy-to-understand operation manual or video teaching?

    0
    Comment actions Permalink
  • MartyG

    There is a large range of videos at the official RealSense YouTube channel.

    https://www.youtube.com/@IntelRealSense/videos

    0
    Comment actions Permalink
  • MartyG

    There are also many official guide articles at the link below.  I cannot link to it from this page, so please type the address below into your browser.

    0
    Comment actions Permalink

Please sign in to leave a comment.