Skip to content

(conan-deps): update hybrid_marker_tracker version

Maxime GUININ requested to merge update-hybrid-marker-tracker-version into dev

What does this MR do?

Update the hybrid_marker_tracker library version that fixes a memory leak.

How to test it?

  • Build and launch ExHybridMarkerTracker
  • Load the calibration matrix and video
  • Look a the memory consumption (htop, valgrind or vtune for example)
  • Before:
    • You could see the memory consumption
  • After:
    • It should be stable

💁 Don't forget to remove the entries talking about the hybrid_marker_tracker conan path in you CMake 💁


This MR will be in 2 steps

  • Validating this MR will validate the MR on the conan repository
    • Please, add a 👍 with your approval to keep the information when this MR will be updated as follows
  • The conan package will be merge in stable and then, I will update this MR to take into account this merge and ask you to re-approve 🙏
    • That's why it should be great to have your 👍 😉

Edit: Conan package was updated 😉

Data

Some results

Using VTune Memory Consumption:

Before After
Capture_du_2019-10-07_14-21-54 Capture_du_2019-10-07_15-02-08

Additional tests to run

  • Build on Windows
  • Build on Linux
  • Build on Mac

Associated Issues/Merge Requests

Edited by Marc SCHWEITZER

Merge request reports