public void CaptureScreen(int?index = null) { VideoCapture.CaptureScreen(index); videoSourcePlayerMonitor.VideoSource = VideoCapture.VideoSource; buttonCaptureCamera.Text = $"采集USB"; buttonCaptureScreen.Text = $"采集屏幕[{VideoCapture.ScreenIndex}]"; }