如何使用LiveCode从台式计算机上的相机捕捉静止图像?
我使用此代码在移动设备上捕获图像:
mobilePickPhoto "front camera" ,100 , 100
答案 0 :(得分:1)
首先使用外置视频采集卡来设置相机。
revIinitializeVideoGrabber the short name of this stack,"QT","20,20,120,86"
现在你可以抓住一个框架:
revVideoFrameImage 66,100,myPictureData
并设置图像控件的imageData:
set the imageData of img 1 to myPîctureData
现在将其导出为PNG例如
export img 1 to myPictureData as PNG
您可以将myPictureData写入文件。
revVideoGrabber外部版可能无法使用最新版本的LiveCode。