You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As describe here https://www.orbbec.com/documentation/comparison-with-azure-kinect-dk/ the default Femto Bolt's IMU sample rate is different from the Kinect Azure sample rate (500Hz for Femto Bolt vs. 1.6kHz for Kinect Azure).
As also mentioned on this page Femto Bolt supports other frequencies, too.
However, to the best of our knowledge, this is not configurable via the OrbbecSDK-K4A-Wrapper.
(If this assumption is wrong, please tell us how to change the frequency when using the OrbbecSDK-K4A-Wrapper).
Our assumption is that with a higher sample frequency it would be possible to get a more accurate average value of for example the acceleration for a given sample time. Thus, the aim would be to have at least a sample rate available, which is comparable to the one provided by the Kinect Azure camera.
Requested feature
The requested feature would be an extension of OrbbecSDK-K4A-Wrapper's API to be able to change the IMU sample frequency or provide any other form of configuration mechanism when the Femto Bolt is integrated via the OrbbecSDK-K4A-Wrapper.
The text was updated successfully, but these errors were encountered:
I am glad to receive your feedback. Currently, we recommend that you change the IMU frequency to 1kHz by modifying the source code. We will also add corresponding interfaces to meet your needs in the future.
Problem statement
As describe here https://www.orbbec.com/documentation/comparison-with-azure-kinect-dk/ the default Femto Bolt's IMU sample rate is different from the Kinect Azure sample rate (500Hz for Femto Bolt vs. 1.6kHz for Kinect Azure).
As also mentioned on this page Femto Bolt supports other frequencies, too.
However, to the best of our knowledge, this is not configurable via the OrbbecSDK-K4A-Wrapper.
(If this assumption is wrong, please tell us how to change the frequency when using the OrbbecSDK-K4A-Wrapper).
Our assumption is that with a higher sample frequency it would be possible to get a more accurate average value of for example the acceleration for a given sample time. Thus, the aim would be to have at least a sample rate available, which is comparable to the one provided by the Kinect Azure camera.
Requested feature
The requested feature would be an extension of OrbbecSDK-K4A-Wrapper's API to be able to change the IMU sample frequency or provide any other form of configuration mechanism when the Femto Bolt is integrated via the OrbbecSDK-K4A-Wrapper.
The text was updated successfully, but these errors were encountered: