Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse
Brand Logo

ModalAI Forum

  1. ModalAI Support Forum
  2. VOXL Accessories
  3. Image Sensors
  4. M0149 camera refocusing and tuning parameters

M0149 camera refocusing and tuning parameters

Scheduled Pinned Locked Moved Image Sensors
57 Posts 4 Posters 20.0k Views 3 Watching
  • 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.
  • Alex KushleyevA Alex Kushleyev

    @Aaky , as you already mentioned, dusty environments can very difficult for computer vision, I would say this is more like an open-ended research topic as opposed to parameter tuning task in current VIO. I imagine, you would need to use a different approach to feature detection and tracking, depending on the particular environment.

    If you wanted to try to push VIO to the limit, my suggestion would be to do this offline with collected data logs and playback (raw images and IMU data) running in the same environment at different exposures. During data collection, you could fly the drone manually or even do hand-held tests without spinning propellers, although spinning propellers would generate even more dust movement.

    Without running offline tests and seeing how the algorithm performs with different parameters across many data sets, there is little hope to magically get it right and improve the performance. There is no shortcut here - it is a complicated problem and needs to be approached in a structured way 🙂

    Also, we have never tested VIO in very dusty conditions (i am not sure how much dust you are talking about, but I am assuming significant, since you mentioned complete lack of features due to dust). Therefore, we don't have a quick suggestion how to improve performance in these conditions.

    Alex

    A Offline
    A Offline
    Aaky
    Regular
    wrote on last edited by
    #46

    @Alex-Kushleyev Thanks Alex for your inputs.

    On a seperate note, I wanted to discuss one thing. Can we expand current QVIO architecture to take input from two cameras? Or run two QVIO instances and fuse their odometries into PX4 (Maybe when one fails other Odometry would be fused and vice versa). Just wanted to check if any such kind of concept would work on current QVIO pipeline?

    Alex KushleyevA 1 Reply Last reply
    0
    • A Aaky

      @Alex-Kushleyev Thanks Alex for your inputs.

      On a seperate note, I wanted to discuss one thing. Can we expand current QVIO architecture to take input from two cameras? Or run two QVIO instances and fuse their odometries into PX4 (Maybe when one fails other Odometry would be fused and vice versa). Just wanted to check if any such kind of concept would work on current QVIO pipeline?

      Alex KushleyevA Offline
      Alex KushleyevA Offline
      Alex Kushleyev
      ModalAI Team
      wrote on last edited by Alex Kushleyev
      #47

      @Aaky , please see the following comments:

      • the QVIO architecture does not support multiple cameras, there is no way for us to make it work
      • You can certainly set up and run multiple instances of QVIO using same IMU and two different cameras. These instances would not know anything about each other, that is not ideal use of the dual-camera set up, but could be used in conjunction with a higher-level fusion software to produce a single estimate. Setting up / running dual (independent) QVIO is the easier part, but then fusing that information is more complicated. However, we do not have any support of this approach (mainly because it has limited value).
        • if you REALLY want to try this approach, i can help you set it up (running two instances of QVIO and publishing the independent QVIO outputs), but would not be able to provide further guidance on actual fusing the outputs of the two instances of QVIO. Please note that we have not done this recently, so there could be some complications that i am not aware of. So there is some risk involved here.
      • We are currently working on dual-camera VIO solution (using open vins), but it is not officially released yet. I will check the timeline for that..

      Alex

      A 1 Reply Last reply
      0
      • Alex KushleyevA Alex Kushleyev

        @Aaky , please see the following comments:

        • the QVIO architecture does not support multiple cameras, there is no way for us to make it work
        • You can certainly set up and run multiple instances of QVIO using same IMU and two different cameras. These instances would not know anything about each other, that is not ideal use of the dual-camera set up, but could be used in conjunction with a higher-level fusion software to produce a single estimate. Setting up / running dual (independent) QVIO is the easier part, but then fusing that information is more complicated. However, we do not have any support of this approach (mainly because it has limited value).
          • if you REALLY want to try this approach, i can help you set it up (running two instances of QVIO and publishing the independent QVIO outputs), but would not be able to provide further guidance on actual fusing the outputs of the two instances of QVIO. Please note that we have not done this recently, so there could be some complications that i am not aware of. So there is some risk involved here.
        • We are currently working on dual-camera VIO solution (using open vins), but it is not officially released yet. I will check the timeline for that..

        Alex

        A Offline
        A Offline
        Aaky
        Regular
        wrote on last edited by Aaky
        #48

        @Alex-Kushleyev Thanks Alex. I anticipate challenges in the fusion part for sure.
        Regarding two camera based VIO using open vins, Any initial results you can share like it's performance as compared to QVIO?Also this will be part of future SDK releases and I hope we would be having full control over the codebase as a user? Timelines would be highly appreciated.

        Alex KushleyevA 1 Reply Last reply
        0
        • A Aaky

          @Alex-Kushleyev Thanks Alex. I anticipate challenges in the fusion part for sure.
          Regarding two camera based VIO using open vins, Any initial results you can share like it's performance as compared to QVIO?Also this will be part of future SDK releases and I hope we would be having full control over the codebase as a user? Timelines would be highly appreciated.

          Alex KushleyevA Offline
          Alex KushleyevA Offline
          Alex Kushleyev
          ModalAI Team
          wrote on last edited by
          #49

          @Aaky , I just checked the status of open vins and we are currently testing it on several drone configurations (using Starling drone) using single and dual cameras. However, the main issue is that documentation for using openvins on voxl2 in not ready, so we cannot really support it until the project is formally released. I don't have the ETA for the release - if I find out something, I will definitely let you know.

          Alex

          A 1 Reply Last reply
          0
          • Alex KushleyevA Alex Kushleyev

            @Aaky , I just checked the status of open vins and we are currently testing it on several drone configurations (using Starling drone) using single and dual cameras. However, the main issue is that documentation for using openvins on voxl2 in not ready, so we cannot really support it until the project is formally released. I don't have the ETA for the release - if I find out something, I will definitely let you know.

            Alex

            A Offline
            A Offline
            Aaky
            Regular
            wrote on last edited by
            #50

            @Alex-Kushleyev Thanks for providing the status Alex. Can I get a prerelease version of open vins? Even that might be fruitful. I can figure out the bringup and executing it on VOXL2.

            Alex KushleyevA 1 Reply Last reply
            0
            • A Aaky

              @Alex-Kushleyev Thanks for providing the status Alex. Can I get a prerelease version of open vins? Even that might be fruitful. I can figure out the bringup and executing it on VOXL2.

              Alex KushleyevA Offline
              Alex KushleyevA Offline
              Alex Kushleyev
              ModalAI Team
              wrote on last edited by
              #51

              @Aaky , I know this would be an exciting feature to get your hands on, but unfortunately we cannot release it until it is ready with documentation. We need to get it to a point that there is enough documentation so that it can be set up and tested without additional support, otherwise the support process will become very inefficient.

              Our goal is to make the open vins application available with the next major SDK release, but I do not have the ETA yet (we are at the SDK 1.3). So it would be SDK 1.4 or whatever the next one will be called..

              Alex

              A 1 Reply Last reply
              0
              • Alex KushleyevA Alex Kushleyev

                @Aaky , I know this would be an exciting feature to get your hands on, but unfortunately we cannot release it until it is ready with documentation. We need to get it to a point that there is enough documentation so that it can be set up and tested without additional support, otherwise the support process will become very inefficient.

                Our goal is to make the open vins application available with the next major SDK release, but I do not have the ETA yet (we are at the SDK 1.3). So it would be SDK 1.4 or whatever the next one will be called..

                Alex

                A Offline
                A Offline
                Aaky
                Regular
                wrote on last edited by
                #52

                @Alex-Kushleyev No problem Alex. Let me know once it's released. Thank you!

                A 1 Reply Last reply
                0
                • A Aaky

                  @Alex-Kushleyev No problem Alex. Let me know once it's released. Thank you!

                  A Offline
                  A Offline
                  Aaky
                  Regular
                  wrote on last edited by
                  #53

                  @Alex-Kushleyev Sorry to bug you again but is there any update on SDK releases with dual cam openvins?

                  A 1 Reply Last reply
                  0
                  • A Aaky

                    @Alex-Kushleyev Sorry to bug you again but is there any update on SDK releases with dual cam openvins?

                    A Offline
                    A Offline
                    Aaky
                    Regular
                    wrote on last edited by
                    #54

                    @Alex-Kushleyev On a seperate note, Wanted to discuss one more point on dual cam QVIO pipeline itself.

                    Is there a real need to actually fuse the dual qvio instances odometry into PX4 together? Can they be mutually exclusive? Something like say if one qvio instance is failing, only then fuse second qvio's odometry? Since EKF in PX4 operates in global coordinate system and it shouldn't matter to EKF from which source the fusion is actually happening. Say this backup fusion source is present as a switch in voxl-vision-hub package which only sends the fusion source whenever needed to PX4 but only one at a time. Also while changing the source, we can set reset_counter flag which has good handling now in PX4 1.14 firmware. Any thoughts on this quick approach? (I aspire to get myself onto openvins anyways for dual cam due to more control over software pipeline but I am anticipating some delay in release so asking for this alternative)

                    A 1 Reply Last reply
                    0
                    • A Aaky

                      @Alex-Kushleyev On a seperate note, Wanted to discuss one more point on dual cam QVIO pipeline itself.

                      Is there a real need to actually fuse the dual qvio instances odometry into PX4 together? Can they be mutually exclusive? Something like say if one qvio instance is failing, only then fuse second qvio's odometry? Since EKF in PX4 operates in global coordinate system and it shouldn't matter to EKF from which source the fusion is actually happening. Say this backup fusion source is present as a switch in voxl-vision-hub package which only sends the fusion source whenever needed to PX4 but only one at a time. Also while changing the source, we can set reset_counter flag which has good handling now in PX4 1.14 firmware. Any thoughts on this quick approach? (I aspire to get myself onto openvins anyways for dual cam due to more control over software pipeline but I am anticipating some delay in release so asking for this alternative)

                      A Offline
                      A Offline
                      Aaky
                      Regular
                      wrote on last edited by
                      #55

                      @Alex-Kushleyev Sorry to bug you again. Actually I have urgent customer requirements which could be fulfilled with robust VIO which I feel is going to be with dual cam open vins approach.

                      1. So I wanted to check with you if there is any update over dual cam open vins release?
                      2. Also I have started my study over open source open vins algorithm and also would like to know some insights if there would be any modifications in open source open vins codebase or general camera and IMU driver integration?
                      3. Dual camera part would need frame synchronisation if I am not wrong so is that part also handled in current open vins work?

                      It would really give me some pathway for further work if you can shade some light over here. Thank you!

                      A 1 Reply Last reply
                      0
                      • A Aaky

                        @Alex-Kushleyev Sorry to bug you again. Actually I have urgent customer requirements which could be fulfilled with robust VIO which I feel is going to be with dual cam open vins approach.

                        1. So I wanted to check with you if there is any update over dual cam open vins release?
                        2. Also I have started my study over open source open vins algorithm and also would like to know some insights if there would be any modifications in open source open vins codebase or general camera and IMU driver integration?
                        3. Dual camera part would need frame synchronisation if I am not wrong so is that part also handled in current open vins work?

                        It would really give me some pathway for further work if you can shade some light over here. Thank you!

                        A Offline
                        A Offline
                        Aaky
                        Regular
                        wrote on last edited by
                        #56

                        @Alex-Kushleyev Hi Alex, I have one quick query on Open-vins. As mentioned on this forum link, people are able to run open-vins on nightly builds successfully. Can you please guide me to link of nightly build of openvins? Is it included in latest SDK already or needs to be downloaded and installed?

                        Also seperately what are the timelines for Open-vins documentation and code to be released?

                        tomT 1 Reply Last reply
                        0
                        • A Aaky

                          @Alex-Kushleyev Hi Alex, I have one quick query on Open-vins. As mentioned on this forum link, people are able to run open-vins on nightly builds successfully. Can you please guide me to link of nightly build of openvins? Is it included in latest SDK already or needs to be downloaded and installed?

                          Also seperately what are the timelines for Open-vins documentation and code to be released?

                          tomT Offline
                          tomT Offline
                          tom
                          admin
                          wrote on last edited by
                          #57

                          @Aaky You'll have to use a nightly build of the SDK, here's a link to the latest one: https://storage.googleapis.com/platform-nightlies/voxl2/voxl2_SDK_nightly_20241208.tar.gz

                          Keep in mind that these builds are untested so we can't promise any functionality

                          1 Reply Last reply
                          0

                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                          With your input, this post could be even better 💗

                          Register Login
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          ModalAI
                          Categories Recent Tags ModalAI.com Docs
                          © 2026 ModalAI® · Accelerating autonomy for smaller, smarter, safer drones · Powered by NodeBB
                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Groups