English 中文(简体)
与虚拟脸部图像来源的闪亮问题
原标题:Flickering issue with VirtualSurfaceImageSource

我正在考虑在我的应用程序中使用"http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.media.image.imaging.vialtualimagesource.aspx" rel=“nofollow” >vitualSurfaceimageSource ,我在应用程序中应用了类似于(http://code.msdn.microsoft.com/windowsaps/Magazine-Sample-2a657289)的东西,但当虚拟表面比显示区域大几倍时,我遇到了一个问题。

基本上,我有一个水平滚动 ScrollViewer ,其中包含一个 Image 。图像的来源是一个宽广的 虚拟脸部来源 (至少~1000 x 500 px)。 ScrollViewer 的宽度为 1280 px。

当我用触摸的滚动查看器滚动时,图像有时闪烁 - 图像的一部分消失, 然后重新绘制。 通常当惯性滚动停止时, 图像已经完全被拖动过, 但由于某种原因, 它被清除了, 并被调用 < code> IVirtualSurfaceAdatesCallCallformat: UpdatesNeed () 。

我上传了 视频,其中说明了问题 。 注意滚动停止( 0: 02, 0: 17, etc.) 时会发生什么。

" 强者 " /强者

我也注意到,如果图像宽度为~5000 px或更小,闪烁就不会发生。


如果您想要复制此选项, 请从 < a href=" http://code. msdn. microsoft. com/ windowsapps/ Magazine- Sample-2a657289" rel= "nofollow" > Direct2D 杂志应用样本 开始, 并在样本中添加更多文本 。 story, 在 lt; text name="butterfly-body" & gt; 标签 - 只复制现有文本10次左右。 尝试双向以不同的速度滚动蝴蝶页面, 您应该看到同样的问题 。

我已经在MSDN论坛 中提出这个问题,但迄今为止我没有得到任何答复。

最佳回答

这已不再是Windows 8 版本预览中的一个问题, 所以它可能只是消费者预览中的一个错误。

问题回答

暂无回答




相关问题
Prerequisite for learning directx

I am from .net C# background and I want to learn DirectX. I have knowledge of C++ but I am fairly new to graphic world. I am little confused about how to start learning directx, should I start ...

How to programmatically disable the auto-focus of a webcam?

I am trying to do computer vision using a webcam (the model is Hercules Dualpix). I know it is not the ideal camera to use, but I have no choice here. The problem is the auto-focus makes it hard/...

Making an object orbit a fixed point in directx?

I am trying to make a very simple object rotate around a fixed point in 3dspace. Basically my object is created from a single D3DXVECTOR3, which indicates the current position of the object, ...

3d Alternative for D3DXSPRITE for billboarding

I am looking to billboard a sun image in my 3d world (directx 9). Creating a D3DXSPRITE is great in some cases, but it is only a 2d object and can not exist in my "world" as a 3d object. What is ...