07-10-2012 09:55 AM
如题,相机每秒钟20帧,想以10hz的频率保存图像到硬盘能实现吗?自己编的程序发现短时间可以,时间长了就可是丢图片了
07-10-2012 11:59 AM
图像分辨率是什么? 我已经使用Labview的TDMS Write(75MB/Sec)15Hz的5MPcamera。运作良好。
01-04-2013 11:30 PM
能把你的程序上传给我看看吗?我的每张图片只有50K
01-05-2013 12:39 PM
示例程序连接。TDMS初始化,并有写功能于一身While Loop.
01-05-2013 04:33 PM
Sorry. The WHILE LOOP should have a FOR LOOP around the TDMS Write function, for the number of images in the buffer. Once buffer is full, set the file write position back to the start.