Super-High Resolution Camera

Hello!

I’ve been working on finding a way to run a super high-resolution camera so that I can take a screenshot to print at 300 pixels per inch. For a 12 by 12 print I’d hopefully be able to get a 3600 by 3600 pixel resolution camera. I have a script that takes a screenshot of every frame loaded so the processing shouldn’t be a problem since it doesn’t run in real time but I’m not sure how to get the player to run at such an enormous resolution.

Thank you very much!

Servo2000

Use Application.CaptureScreenshot() for you screen captures. It has a superSize parameter. Quoting: “When superSize parameter is larger than 1, a larger resolution screenshot will be produced. For example, passing 4 will make the screenshot be 4x4 larger than it normally would. This is useful to produce screenshots for printing.”