Switch text module switching problem

 

We have a project that have Switch text and switch video modules and we linked the select pi using an copy integer. 

Our problem is when changing the value of selected pin on both modules  the image/video changed faster than the text, text need more time than video.

Can you please fix this problem?

   ahmed ahmed

 
Profile Image
Aximmetry
  -  

The Switch modules themselves are guaranteed to switch at the same time.

How do you use the text?
E.g. if you create a Text Extrusion, then it's generation can be time consuming and that can cause the issue.

 
Profile Image
ahmed ahmed
  -  

Yes I am using Text Extrusion modules

 
Profile Image
Aximmetry
  -  

The extrusion cannot be made instantaneously,  but with a little hack you can synchronize the video switching with the actual switch of the text.
When the text switches its 3D bounds will most likely change as well. You can watch its change and use it to trigger a Hold that holds back the switch value for the Video Switcher until it's triggered.


On Hold you must turn off Pass Periodically to ensure that only the Pass trigger will let the new value through.