Search code examples
google-project-tango

Saving a frame/picture using Tango Camera


I have a question. Is there a way to take a picture, or save current frame while a tango app is running and how can i achieve this kind of behaviour


Solution

  • I just used ReadPixels and gave as parameters the dimensions of the screen; it worked in Unity