MacOS: Is there a way to rate throttle SensorFusion?
On my MacOS testing project I am streaming Euler data successfully but it tends to drown out other sensors such as the pushbutton. When the Euler data is streaming the pushbutton responds very sluggishly. I don't need the data at a rate higher than maybe 250ms but when I tried a periodicSample filter it aborted because of the data size.
Is there an approach that will work on MacOS (and iOS) to control SensorFusion data? I am assuming that quaternion data would also have this problem but if not then please let me know. I'm just learning how to use these things ...
This discussion has been closed.
Comments
pod 'MetaWear', :git => 'https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS.git', :branch => 'develop'