How to capture a screenshot from different camera?

Hi guys,

I’m looking to capture a screenshot at a certain point in the game from a specific camera without changing the player view? What’s the right node?

You could look into using a ‘Render Target’. It’s under Materials and Textures when you right click in the content browser. You can hook your other camera up to it to draw the material from the camera’s view. I can’t remember exactly how off the top of my head (it’s been a while since I did it), but there are a few tutorials you’ll be able to find and it’s pretty straightforward. The tricky bit will be writing the render target to a file. I’m sure I’ve seen something on how to do that so hopefully you’ll find something on it. Sorry my answer’s a bit vague but hopefully the render target suggestion will set you off in the right direction.

thank you for your reply :slight_smile:
I thought it can be done using the console command [HighResShot] but not sure how to save it in the Quest?

Ah, sorry, I’m afraid I don’t know anything about HMDs.