通用GDI +错误

时间:2016-07-28 21:55:46

标签: vb.net bitmap save webcam

我知道这个问题在这里被多次询问过。但是,当我尝试复制所提供的答案时,我不断收到同样的错误。

要点是:我希望能够将从网络摄像头拍摄的照片保存到数据库中。

你能帮帮我吗?

由于

bmap = CType(CType(data.GetData(GetType(System.Drawing.Bitmap)), Image), Bitmap)
picCapture.Image = bmap
SimpleButton7.Enabled = False
SimpleButton6.Enabled = True
'Error in line below
bmap.Save(String.Format("{0}\Fotos\{1}\{2}{3}.bmp", Application.StartupPath, moduloUsado, moduloUsado, id_empresa), Imaging.ImageFormat.Bmp)
ClosePreviewWindow()

0 个答案:

没有答案