gpt4 book ai didi

c# - dispatcherTimer 不能正常工作

转载 作者:太空宇宙 更新时间:2023-11-03 21:33:10 25 4
gpt4 key购买 nike

我需要用实时摄像机每秒捕捉 10 帧,持续 15 分钟。我使用了 dispatcherTimer 类,但它似乎不能正常工作。如何做到准确?我什至不保存图像,因为它很耗时,我只是将它保存在内存中,但它仍然无法正常工作。我应该使用另一个图书馆吗?

counter01 = new DispatcherTimer();
counter01.Tick += new EventHandler(counter01_Tick);
counter01.Interval = new TimeSpan(0, 0, 0,100); // every 100 milliseconds == 10 frames per seconds

最佳答案

MSDN states那:

Timers are not guaranteed to execute exactly when the time interval occurs, but they are guaranteed to not execute before the time interval occurs.

可以查看StopWatch ,它可能对你有帮助。

关于c# - dispatcherTimer 不能正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23197993/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com