View my account

display company logo on screen, D435 Depth camera

Comments

1 comment

  • MartyG

    Hi Fomalhaut92  By checking the source code of programs that make use of the large RealSense logo image, such as realsense-viewer and rs-software-device, I found that the image that they obtain is a PNG called int-rs-splash.png

     

    This image is located in the librealsense source code folder at:

    librealsense > common > res

     

    I would recommend creating your custom logo image as a PNG with the same name int-rs-splash.png and placing it in the 'res' folder instead of the original RealSense logo version of that image file.  Then build the librealsense SDK with the source code folder with CMake with -build_graphical_examples=true (so that realsense-viewer is built) to see whether your custom logo image is then displayed on the realsense-viewer screen.

    0
    Comment actions Permalink

Please sign in to leave a comment.