display company logo on screen, D435 Depth camera
i need to display company logo or text logo on intel realsense viewer screen.
i want to know where modify or insert command in SDK2.0 for display what i want text logo.
please tell me how to it. can apply API?
-
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.
Please sign in to leave a comment.
Comments
1 comment