Hi,
I work on a buffer. I want to acquire an .avi in an buffer of ten seconds. For example, all images acquired by the camera come in a buffer
9[1][X][X][X][X][X][X][X][X][X] -> [2][1][X][X][X][X][X][X][X][X] etc... [1][2][3][4][5][6][7][8][9][10] and after [11][1][2][3][4][5][6][7][8][9] and when I push on capture it copy only the ten last seconds. I think that is a ring buffer.I do two .vi but I don't understand how works the buffers.