Synchronization of multiple IMUs

Issue #7 resolved
Martin J. Nilsen created an issue

Hi again,

Is it possible to synchronize multiple IMUs with this API? And is it some limitations to the Python library in comparison to the C++ one?

Thanks
Martin Johannes Nilsen

Comments (3)

  1. Thomas Hauth

    Hello Martin,

    it is possible to synchronize multiple sensor timestamps via a software-based synchronization using both the Python and C++ API. You can find more details and example code here:

    https://lpresearch.bitbucket.io/openzen/latest/examples.html#synchronizing-multiple-sensors

    And is it some limitations to the Python library in comparison to the C++ one?

    You can access all features of OpenZen also via the Python library, so there will be no limitations in the functionality when using Python.

    Cheers,

    Thomas

  2. Log in to comment