ممنون از پاسخ تون
اون تابغ private void Application_Idle رو خودتون نوشتین ؟
به غیر از فرم در کنترلر های دیگه چه طوری استفاده میشه این Application.Idle
و سول بعد در اینجا
Application.Idle -= new EventHandler(ProcessFrame)
این ProcessFrame چیه
؟ توضیخ این نوشته من نفهمیدم میشه توضیح بدین
The method ProcessFrame() simply switches between what type of capture event is used either QueryFrame(), QueryGrayFrame(), or QuerySmallFrame according to the selected checkbox on the form. The frame can be displayed straight into the picture box regardless of SizeMode as the pplication.Idle thread belongs to this form unlike in the _capture.ImageGrabbed event method
private void ProcessFrame(object sender, EventArgs arg)
{
}