Martjin, Thanks for the follow-up, I really appreciate it as well as the additional comments of what to think about as well. Late yesterday after reading up more on the examples and experimenting a bit, i was able to get things saving information in a format I wanted. Not sure I ended up following all your suggestiong above though. 1. I think have created in essence 3 data sets, not sure if this is the same as the "grouping" approach you suggested 2. One dataset is strictly for images. In order to...
I'm new the the h5labview library and am working on creating a data storage method where I am collecting images and other data in a streaming fashion. Ideally I would like to save each bit of data as a row in the hdf5 file i.e. Timestamp, X, Y, Z, I, J, K, image Where the majority of the data is just either a float or int, and then the image data attached to each data write / index if think of it as an array. I have review the save image example and can follow that such as I can save single images...