vrchat-community / osc

Files and Info on using OSC to communicate with VRChat
MIT License
234 stars 5 forks source link

Expose an OSC input to take a screenshot #62

Open logicmachine opened 2 years ago

logicmachine commented 2 years ago

What's the idea? This idea likes to #60, but it makes possible to take screenshot similar to pressing F12 key with ctrl key. Screenshot has several differences between VR camera and which one is better depends on the situation. Therefore both of them should be controllable. Also, the resolution of screenshots will be (screenshot_res_width, screenshot_res_height) or twice that. I think that it is better for supporting both of resolutions.

Is there another way? Emulating keyboard input can provide the similar function but it is tricky and has some restrictions. I'd like to access this features without any tricky ways.