Function 'getdata' from the Image Acquisition Toolbox very slow
14 次查看(过去 30 天)
显示 更早的评论
Hello,
I am using the function 'getdata' from the Image Acquisition Toolbox in a project. However, the data transfer speed is about 1.5 GB/s. It is my understanding that the data are logged in a Buffer localized on the CPU RAM. Hence, when using 'getadata' to bring the data to the CPU RAM as a variable, the speed should live up to the RAM speed - in my case 21,3 GB/s.
How can I increase this speed?
Any help will be appreciated, please.
Thanks
0 个评论
回答(2 个)
Shashwat Bajpai
2019-12-10
编辑:Shashwat Bajpai
2019-12-10
Hey,
getdata supports multicore.If you have multiple cores you can try using them to increase the speed.
Please refer the following documentation on getdata for further assistance:
Hope this helps!
3 个评论
Shashwat Bajpai
2019-12-11
I believe you'll need to assign cores explicitly because in multi core computers some cores remain idle to save resources.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 GigE Vision Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!