Closed YiKang-Liu closed 1 month ago
Hi @YiKang-Liu This is a rare display problem that has occurred a small number of times in the past.
If pressing the F8 key on the keyboard to toggle the Viewer's full screen display mode on and off does not make a difference, further advice about the problem can be found at https://github.com/IntelRealSense/librealsense/issues/5511
I've used all the methods mentioned in this reply https://github.com/IntelRealSense/librealsense/issues/5511 and very sadly none of them work.Using F8 results in an even bigger, full-screen “Add”. I then tried to reinstall the SDK without using an external monitor, but it still didn't work, and it still displayed like this in the laptop's built-in monitor Then, I try to add scale_factor = 1.f; before imgui_impl_glfw.cpp:243. The situation has finally changed, but it is what it has become, and it does not solve the problem The most difficult thing for me to understand is that there is an animation when launching realsense-viewer, which is displayed normally and at the same resolution as my laptop's built-in monitor. But when the animation finishes loading and the functional interface is launched, it goes back to the previous situation I really don't understand why realsense-viewer shows up and works fine in an external monitor, but in a laptop's monitor this problem occurs!
Does the problem still occur if the external monitor is unplugged from the laptop before launching realsense-viewer?
yes...I even tried uninstalling and reinstalling the SDK without an external monitor connected, but the result remains the same. It does seem very confusing to me. But I haven't tried installing the SDK using the debian package method though, I'll try that later and hopefully that will be useful
Thanks very much. I look forward to your next update after attempting a package installation. Good luck!
I'm sorry to say that trying to install the SDK from Debian's repositories didn't work, and the program still has the wrong resolution in my computer's own display. I even went as far as deleting the existing version of the SDK (2.55.1) and reinstalling an older version (2.50.0), but the problem still occurs. Even when using the 2.50.0 version of the SDK, it keeps writing to /var/log/uvcdynctrl-udev.log until it fills up the entire root / Maybe focusing on ros usage and ignoring realsense-viewer is a better option for me
Is it only the realsense-viewer window that is zoomed and the resolution of the Ubuntu desktop behind it is normal?
Yes, only in the built-in display of the laptop, realsense-viewer has a resolution error. The interface of the other programs in the built-in display of the laptop and in the external display is normal
Does your camera have the 5.16.0.1 version of the camera firmware driver installed, as this is the version recommended for use with 2.55.1.
My camera model is d455 and the current firmware version is 05.13.00.50. Also the SDK version used now is 2.50.0. Previously my camera's firmware was 5.16.0.1 while the SDK version was 2.55.1 and there was a problem with the SDK resolution. Now I lowered the firmware version of the camera and the SDK version at the same time, and the problem is still not solved! If this problem is really hard to solve, let's put it aside and hopefully I won't have too much trouble with the camera's ros wrapper
I researched the problem of realsense-config.json being unable to be found. On Windows 11 the AppData folder is hidden by default. You can make it visible in your user account folder by going to the top of the file navigator panel and selecting the menu option View and then the sub-options Show > Hidden items.
Once viewing of hidden items is enabled, the AppData folder appears in the user account folder and realsense-config.json can be found in AppData > Roaming.
I meet the same bug.Perhaps this is the reason why Intel's market value is now less than Jensen Huang's personal wealth and less than half of AMD's.
Hi @YiKang-Liu Were you able to find the realsense-config.json file using the instructions at https://github.com/IntelRealSense/librealsense/issues/13390#issuecomment-2391304072
ennnn... I tried it and the SDK is working fine in my windows 11 and then this config file can be found. But I need to use ubuntu for the project, and then there is no way to solve this problem in ubuntu, so I'm shelving this for now. The good thing is that realsense's ros package is working fine (although there are some bugs too), but at least it works
On Ubuntu realsense-config.json should be able to be deleted with the command below to reset the configuration of realsense-viewer to its defaults:
rm ~/.realsense-config.json
I've tried that, but it doesn't work. Here is the default content of .realsense-config.json { “viewer_model.sdk_version": ‘25000’, “window.position_x": ‘155’, “window.position_y": ‘147’, “window.saved_pos”: “1” } Is the content correct?
I do not have access to the Ubuntu version of realsense-config.json but I have attached the version provided for Windows so you can open it as a text file to view its contents. In my one, window.position_x is 0 and window.position_y 34.
I use the realsense-config.json you provied, but it still doesn't work
I researched this issue again from the beginning but could not find any solutions other than those that have already been discussed, unfortunately.
That sounds like a real shame, hopefully there's a possibility to fix this in a future update. But it's good to know that this issue doesn't particularly affect my project schedule (although it still does a little bit), and thank you for being willing to try to help me out so seriously. good luck
You are very welcome. Thanks very much for your kind patience and understanding!
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
<Describe your issue / question / feature request / etc..>
my camera model is d455, and my system version is ubuntu 20.04 and kernel version is 5.15.0-122-generic. Now I follow the guide in https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md to install the SDK as source code. And finall I can start and run realsense-viewer successfully
However ,I run this SDK in my labtop and I have an external display. SDK works fine on an external display, but not on the laptop's own screen.The display on the laptop's own screen looks as shown here
I can't do anything on this screen, this screen just shows a plus sign that maximises this screen much more and shows one more add. can't do anything beyond that.What's wrong with it and how can I fix it? I was hoping someone could teach me how to solve this problem