我想知道为什么我有这个问题......我的照片在顶部和底部有一个黑条
代码:
_viewmodel.PhotoManager = new Windows.Media.Capture.MediaCapture();
await _viewmodel.PhotoManager.InitializeAsync();
StorageFile Datei = await localFolder.CreateFileAsync("Bilduploads\\" + _viewmodel.int_auftrag_id + "\\Foto.jpg", CreationCollisionOption.GenerateUniqueName);
await _viewmodel.PhotoManager.CapturePhotoToStorageFileAsync(ImageEncodingProperties.CreateJpeg(), Datei);
有人知道这是怎么发生的吗?
BTW:在模拟器中一切正常,没有影子栏,问题仅在我的测试设备上出现