How to Screen Capture with Nuitrack SDK in Unity

Hi everyone,

I am currently working on an R&D project for a virtual fitting room using Nuitrack SDK and Unity. So far, I’ve successfully created the virtual fitting room, but now I need to implement a feature where the user can press a capture button to take a screenshot of the camera display and save it into a screenshot folder.

Does anyone know how to achieve this? Any guidance or suggestions would be greatly appreciated.

Thank you!

Hi @amalin

Check out Unity_Gallery tutorial on how to create a virtual gallery that can be controlled with gestures. You can take a tap from the example and add in the function to save the current frame, for example stackoverflow.com