您好!感谢您的回复!
问题已经解决,但出现了新的问题:
当我设置采集帧数为10帧时,也就是No of Frames=10会顺利进行后处理:

当我帧数设置帧数为100乃至以上时,能够采集到数据,但无法进行后处理:

这是我的代码,对于原始代码并无修改:

请问这是什么问题?
期待您的回复!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好!感谢您的回复!
问题已经解决,但出现了新的问题:
当我设置采集帧数为10帧时,也就是No of Frames=10会顺利进行后处理:

当我帧数设置帧数为100乃至以上时,能够采集到数据,但无法进行后处理:

这是我的代码,对于原始代码并无修改:

请问这是什么问题?
期待您的回复!
请尝试在lua文件里StartFrame命令后面增加RSTD.Sleep时间,确保有足够的时间来抓数据和处理数据。
--Trigger frame
ar1.StartFrame()
RSTD.Sleep(5000)