Hi,
I would like to monitor the timestamp for my IIO Buffer. For that, I enabled IIO_CHAN_SOFT_TIMESTAMP(index).
So it created timestamp entry in the scan_elements.
I found timestamp values are getting added with the buffer using debug prints. But when I read using a user-space application(iio_generic_buffer) this timestamp values are not visible. Is there any other settings to enable timestamp for IIO buffer.
Please provide me some guidelines/steps to enable timestamp for IIO buffer.
Thanks in advance.