Camilo Diaz
Camilo Diaz
No, I want to apply the same transformations on both views, independently on the content they render. Still possible?
Can I find how to do that in the multi view example ?
when you said "In paraview", you mean the pv server?
Hi, I did the suggested step of tracking link cameras in paraview and move the resulting code to the pv server file in the multi view example: ` view1 =...
Nvm, I solved it. This is the code that links two views. `AddCameraLink(view1, view2, 'mycameraLink')` However, there is a 'lag' between the two views, and the one that is not...
I see. Can you point to an example where I can intersect the mouse events into my own protocols? WHat I can see the second dual window is not active....
Thanks for the hint. It was easy to do. However, when I move the geometry in the active view I got this exception: Traceback (most recent call last): File "Paraview-5.5/lib/python2.7/site-packages/paraview/web/protocols.py",...
Thanks! I will deploy with the suggested version
Deploying using paraview master helps to remove the exception. Also, the frame rate between linked cameras improved substantially. Thanks!! One more thing, if I link camera A to B for...
I was expecting that answer. Thanks!!