如果您调用算子grab_image或grab_data,则由grab_image_start启动的异步采集将中止,并启动新的同步采集。 为了中止采集,如果特定的图像采集接口支持,可以使用带有参数“do_abort_grab”的算子set_framegrabber_param。 请注意,作为多线程中并发使用的描述的异常(见下文),“do_abort_grab”也可以从另一个线程中使用。
1.开始循环:while (true)参数: (true表示无限循环)2.采集图像:grab_image_async (Image, AcqHandle, -1) 参数: (image表示图像变量) (Acqhandle为相机设备句柄) (-1表示异步抓取开始和图像传送之间的最大容许延迟[ms]) 3.获取图像宽度get_image_size (Image, Width, Height) 参数: (image同上) (后面两...
* Image Acquisition 01: Code generated by Image Acquisition 01 open_framegrabber ('DirectShow', 1, 1, 0, 0, 0, 0, 'default', 8, 'rgb', -1, 'false', 'default', '[0] USB2.0 HD UVC WebCam', 0, -1, AcqHandle) *从指定的图像采集设备开启异步捕捉 grab_image_start (AcqHandle, -...
grab_image(Image1,AcqHandle)//进行同步采集 * Start next grab grab_image_start(AcqHandle,-1.0)//命令相机进行异步图像采集开始 * Process Image1 ... * Finish asynchronous grab + start next grab grab_image_async(Image2,AcqHandle,-1.0)//读取异步采集的图像 * Process Image2 ... close_framegrab...
* 注意摄像头的名称,可以用工具栏中的“助手”——打开新的Image Acquisition获取摄像头及插入代码 grab_image_start (AcqHandle, -1) while (true) grab_image_async (Image, AcqHandle, -1) * Calibration 01: Code generated by Calibration 01
grab_image_start,该算子开始命令相机进行异步采集。只能与grab_image_async(异步采集)一起使用。 例子: * Select a suitable image acquisition interface nameAcqName open_framegrabber(AcqName,1,1,0,0,0,0,'default',-1,'default',-1.0,\ 'default','default','default',-1,-1,AcqHandle) ...
grab_image_start— Start an asynchronous grab from the specified image acquisition device. Signature Description The operatorgrab_image_startstarts the asynchronous grab of an image via the image acquisition device specified byAcqHandle. The desired operational mode of the image acquisition device as we...
7. grab_image 功能:从指定的图像获取设备获取一个图像。 8. grab_image_async 功能:从指定的图像获取设备获取一个图像并且开始下一个异步获取。 9. grab_image_start 功能:从指定的图像获取设备开始下一个异步获取。 10. info_framegrabber 功能:从指定的图像获取设备查找信息。
grab_image_async(Image2,AcqHandle,-1.0) 8. / Process Image2 . 9. close_framegrabber(AcqHandle) 8、grab_image_start (&# 20、160;: : AcqHandle, MaxDelay : ) 开始抓拍 只有当和grab_image_async or grab_data_async一起使用时,grab_image_start 才会起作用。1. / Select a suitable image ...
7. grab_image 功能:从指定的图像获取设备获取⼀个图像。8. grab_image_async 功能:从指定的图像获取设备获取⼀个图像并且开始下⼀个异步获取。9. grab_image_start 功能:从指定的图像获取设备开始下⼀个异步获取。10. info_framegrabber 功能:从指定的图像获取设备查找信息。11. open_framegrabber 功能:...