我的相机应用有问题我正在使用PhotoCaptureDevice捕获照片。捕获的响应以流格式获得当我尝试在wp8中读取ExifReader.ReadJpeg时总是返回相同的值(零)。如何解决这个问题?我的检查图像代码是否处于横向模式privateboolIsLandscape(Streamimgstrm){JpegInfoinfo=ExifReader.ReadJpeg(imgstrm,"");if(info.Orientation==ExifOrientation.BottomRight||info.Orientation==ExifOrientation.TopLeft)retur