• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
ModalAI Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
    • Register
    • Login

    voxl-feature-tracker with TOF error

    Ask your questions right here!
    3
    6
    430
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Maxim Temp
      last edited by 20 Dec 2022, 08:01

      Hi there, i`m trying to use the voxl-feature-tracker with Tof camera, I was able to achieve this with voxl-feature-tracker V0.08 without any problem. However, when im trying to run the version 0.1.3, im getting the same warning all the time: WARNING: failed to track any points. I even tried to play with the new version 0.1.4 but I got new error and warning: ERROR in get_data_over_range, requested timestamp must be >0, WARNING: Failed to match, dropping frame.
      Could you help me to fix these errors @Matt-Turi?

      1 Reply Last reply Reply Quote 0
      • ?
        A Former User
        last edited by 20 Dec 2022, 17:22

        Hey @Maxim-Temp,

        voxl-feature-tracker is a beta project that is under active development, specifically targeting a thermal camera right now. I have not tested with a tof camera, but could you share your config file under /etc/modalai/voxl-feature-tracker.conf

        M 3 Replies Last reply 21 Dec 2022, 06:33 Reply Quote 0
        • M
          Maxim Temp @Guest
          last edited by 21 Dec 2022, 06:33

          @Matt-Turi {
          "cam0_enable": 0,
          "cam0_name": "",
          "cam0_mode": "",
          "cam0_extrinsics_extension_first": "",
          "cam0_extrinsics_extension_second": "",
          "cam1_enable": 1,
          "cam1_name": "tof_ir",
          "cam1_mode": "MONO",
          "cam1_extrinsics_extension_first": "",
          "cam1_extrinsics_extension_second": "",
          "cam2_enable": 0,
          "cam3_enable": 0,
          "imu_name": "imu1",
          "num_features_to_track": 50,
          "grid_x": 10,
          "grid_y": 10,
          "min_pix_dist": 10,
          "pyramid_levels": 3,
          "window_size": 15,
          "forward_images": true,
          "en_flow_estimate": true,
          "forward_to_px4": true,
          "tracker_mode": "KLT",
          "en_gyro": true,
          "en_descriptors": true,
          "en_database": true,
          "database_size": 12,
          "max_angular_rate_before_blur": 40
          }

          1 Reply Last reply Reply Quote 0
          • M
            Maxim Temp @Guest
            last edited by 21 Dec 2022, 06:40

            @Matt-Turi I`m using the Voxl apq8096, with version 0.1.4 it displays the tof camera but without features, I was able to fix the ERROR in get_data_over_range, requested timestamp must be >0 by adding some lines to your code, but still I have the 2 warnings mentioned above.

            1 Reply Last reply Reply Quote 0
            • M
              Maxim Temp @Guest
              last edited by 15 Jan 2023, 14:12

              @Matt-Turi Hi there, im trying now with the flir thermal camera. However it`s looking for a intrinsics cal file. How can i find/create this file?

              1 Reply Last reply Reply Quote 0
              • C
                Chad Sweet ModalAI Team
                last edited by 15 Jan 2023, 17:26

                You need to calibrate the thermal camera to generate the intrinsic. There is no off the shelf way to do this. You will need to create a to-scale checkerboard that the sensor can see

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Powered by NodeBB | Contributors