wpf 等待垂直同步(图像)
我使用 UDP API 将相机源更新为 ImageSource,我有一个计时器来更新 ViewModel 的 ImageSource,然后 WPF 数据绑定屏幕上的图像。
计时器的触发时间间隔与刷新率一样多,但这并不意味着它与屏幕更新同步,所以我会流泪。
使用 SlimDX、XNA opengl 等很容易同步刷新率,我应该如何用 WPF 解决它?
I use a UDP API that updates a camera feed to a ImageSource, I have a timer that updates the ViewModel's ImageSource and then WPF databinds the Image on screen.
The timer has an interval that fires as many times as the refresh rate, but offourse this does not mean its in sync with the screen update so I get tearing.
With SlimDX, XNA opengl etc its easy to sync to the refresh rate, how should I solve it with WPF?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
恐怕目前还不可能。
查看此讨论 和 这也是
I am afraid that this is not possible at the moment.
Have a look at this discussion and this one too