C_用摄像头抓取图像_把图像保存到硬盘 用C#语言调用摄像头private const int WM_USER = 0x400; private const int WS_CHILD = 0x40000000; private const int WS_VISIBLE = 0x10000000; private const int WM_