Replies: 1 comment 1 reply
-
Hi @JT3DAI, I'm not the expert on this ( he is on vacation), so I hope I'm not saying anything wrong below. The LiveSource mechanism in ParaView is handled through QT timer mechanism ( QElapsed timer class in the LiveSourceManager. Here is an example in LidarView that recreates this behavior using python asyncio timer to create a LiveSource for a Lidar stream in LidarView There are probably smarter mechanisms that can be put in place in trame to handle this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a plugin that works as a live source in Paraview QT application. I run it as a macro in the pipeline. But when I take that same script and run the same macro in trame it only calls the RequestData once for the plugin - it should be called every 500ms. Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions