Screenshot DPI

Hi

You know, genarally we’ve to input control key and no1 to get screenshots

But dpi of screenshot is very low…

Is there some ways to makes higher (for dpi) when captiured ??

hi J99,

vvvv only knows pixels.

the screenshot has always the same amount of pixels as the window that you see. but there are the texture writer nodes that can save textures in much higher resolution.

so in order to store higher resolution images you would use a Renderer -> DX9Texture -> Writer (EX9.Texture) for example. Use the inspektor (ctrl+i) to adjust the texture resolution on the DX9Texture.

for more details see capturing output.