public partial class Form1 : Form { //Set the name of pop-up window String winname = "First Window"; Timer My_Time = new Timer(); int FPS=30; Capture _capture; public Form1() { InitializeComponent(); //Frame Rate My_Timer.Interval = 1000 / FPS; My_Timer.Tick += new EventHandler(My_Timer_Tick); My_Timer.Start(); _capture = new Capture("184.avi"); // Error ที่บรรทัดนี้ครับ } private void My_Timer_Tick(object sender, EventArgs e) { imageBox.Image = _capture.QueryFrame().ToBitmap(); }
Quote:opencv_ffmpeg.dll
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง