Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

labview图像采集,相机每秒钟20帧,想以10hz的频率保存图像到硬盘

如题,相机每秒钟20帧,想以10hz的频率保存图像到硬盘能实现吗?自己编的程序发现短时间可以,时间长了就可是丢图片了

0 Kudos
Message 1 of 5
(3,667 Views)

图像分辨率是什么? 我已经使用Labview的TDMS Write(75MB/Sec)15Hz的5MPcamera。运作良好。

Chris Walker
Certified Labview Developer
0 Kudos
Message 2 of 5
(3,665 Views)

能把你的程序上传给我看看吗?我的每张图片只有50K

0 Kudos
Message 3 of 5
(3,583 Views)

示例程序连接TDMS初始化有写功能于一身While Loop.

Chris Walker
Certified Labview Developer
0 Kudos
Message 4 of 5
(3,579 Views)

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.

 

Chris Walker
Certified Labview Developer
0 Kudos
Message 5 of 5
(3,576 Views)