How to change MediaCapture to Byte[]
问题 How to change MediaCapture to byte[] in Windows Store App for Windows 8.1. From lib: Windows.Media.Capture.MediaCapture asd = new Windows.Media.Capture.MediaCapture(); Thans! 回答1: I assume you want to get a byte array from what the camera is seeing at the moment, although it's hard to interpret from your question. There is a sample on the Microsoft github page that is relevant, although they target Windows 10. You may be interested in migrating your project to get this functionality.