ViewCapture differ from different computers/monitors

HI. I am using python coding to do view capture. But when my script runs in different PCs/monitors (A and B), the pics that I exported are always different.

Is there a way to view capture my viewport and make sure the outputs are the same no matter which computer I am using?



screenshot.gh (8.8 KB)
screenshotTest.3dm (133.4 KB)

hi @asdbeen53 what you could do is, before making the view capture is to make a new floating viewport and set the size explicitly, then restore the view to that viewport and make a capture. That should give you the same results on any computer.

Thanks for your suggestion! I will give it a try.