These views flicker unexpectedly. #625
Unanswered
BruceLvSwag
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The flash is because you use VtkRemoteLocalView. If you want to stay with it, you could set |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m running into a frustrating issue with the medical visualization framework built using Trame and VTK. I’ve noticed some strange behaviors when I perform certain operations on the images. For example, after running the program, when I first scroll through the images, the view in the visualization framework flashes for a moment. This happens not just with scrolling but also with the reset image operation and the 2D/3D correspondence functions.
I’ve debugged the program multiple times and checked the window size, and I found that before the visual flash, the window size changes from (934, 542) to (40, 40). What’s odd is that this flashing effect doesn’t occur for every function; it only shows up on the first operation after running the program. After that, I’ve had a hard time finding any similarities among the functions that do cause this issue, making it tough to pinpoint where the problem is.
Thanks a ton for your help!
Normal display screenshot:
Screenshot of the view flashing moment:
Console debugging screenshot:
The following is the main code of trame framework:
Beta Was this translation helpful? Give feedback.
All reactions