Setting Quaternion Sampling to 1 Hz on MetaBase

Hi, we have purchased the MetaBase app and would like to sample quaternions at 1 Hz, barring all other sensors.
This will be logged on the sensor and downloaded at a later date. The app does everything perfectly except allowing us to set the quaternion sampling frequency.

Since changing the frequency isn't possible, I've resulted to introducing the source.limit(1000).log onto the RouteComponent.
This works on the sensor and download, but because of how the app was programmed to use the AnonymousRoute to download the entries, introducing limit() broke it and it returns nothing.

Is it possible to have an AnonymousRoute work with a source.limit() imposed logging? Or am I missing something here?

Thanks for your time.

Sign In or Register to comment.