Unable to save the captured photo in hololens app.
I'm attempting to capture a photo inside my hololens app. It is working but it saving the image in device portal . I want to save the image in hololens app so that I can see it in my photos on the hololens. i have given the filepath as: string filePath = System.IO.Path.Combine(Windows.Storage.KnownFolders.PicturesLibrary.Path, filename); for storing the photo in hololens app but here i am getting error: the name WINDOWS does not exist in the context.
please anyone help me in this. Thanks in advance.
Your answer
Follow this Question
Related Questions
How can I get the player to face the direction it is going in a Unity 2D Game? 0 Answers
Unity 2D Build Error 0 Answers
LookAt in 2d is not working Again :/ 0 Answers
How to change animator states when a key is held through a C# script for a sprite? 0 Answers
Activating multiple images under one canvas via multiple objects 0 Answers