Hololens2-捕获照片成文件并上传至服务器(unity)
# 环境 Hololen2 Windows 10 Unity 2019.4.19f1c1 Visual Studio 2019 MRTK 2.5.4 # 相关代码 using System;using System.IO;using System.Linq;using UnityEngine;using UnityEngine.Windows.WebCam;public class MyPhotoCapture : MonoBehaviour{ PhotoCapture photoCaptureObject = null; internal string filePath...
more...