近期更新的foxtable,为了配合用户的需求,增加了照相功能。
示例代码:
Dim c As new camerac.capture() '开始照相If c.image IsNot Nothing Then '照相成功 c.Save("c:\data\abc.jpg") ‘保存文件End If