ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. martongonczy
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 12
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by martongonczy

    • M

      No autopilot found

      VOXL SDK
      • • • martongonczy
      1
      0
      Votes
      1
      Posts
      32
      Views

      No one has replied

    • M

      Cannot connect to QGC

      Ask your questions right here!
      • • • martongonczy
      4
      0
      Votes
      4
      Posts
      282
      Views

      tomT

      @martongonczy Was it an RB5 or a voxl2?

    • M

      Image pipes VOXL2

      Ask your questions right here!
      • • • martongonczy
      5
      0
      Votes
      5
      Posts
      356
      Views

      tomT

      @martongonczy You'll need to use an MPA based client in order to read from the pipe, like in voxl-inspect-cam : https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-tools/-/blob/master/tools/voxl-inspect-cam.c?ref_type=heads

      what you're seeing is voxl-tflite-server reading from the hires pipe

    • M

      Error when running voxl-cross image on Voxl2

      Ask your questions right here!
      • • • martongonczy
      5
      0
      Votes
      5
      Posts
      362
      Views

      M

      @Moderator thank you for your help. When I run cmake it throws an error saying that it cannot locate OpenCV, I am using

      Find the OpenCV package

      find_package(OpenCV REQUIRED)
      include_directories( ${OpenCV_INCLUDE_DIRS} )

      This is from the OpenCV documentation but it does not work for me. What could be the solution?

    • M

      Camera streaming issues

      Ask your questions right here!
      • • • martongonczy
      2
      0
      Votes
      2
      Posts
      188
      Views

      B

      @martongonczy There's a few different places to start troubleshooting. To follow the pipeline, first make sure camera data is flowing (voxl-inspect-cam -a). Ensure the streamer is configured to use the correct pipe (systemctl status voxl-streamer), Ensure the computer running QGC can see the drone over the network, can you ping your VOXL's IP address? Then check QGC settings, are you using the correct URI and port (default port is 8900)?

    • M

      Driver missing when plugging in the first time

      Ask your questions right here!
      • • • martongonczy
      2
      0
      Votes
      2
      Posts
      171
      Views

      tomT

      @martongonczy We can't offer too much in terms of windows support and recommend users to use an Ubuntu machine. However a quick google gave me this link for adb install instructions on Windows: https://www.xda-developers.com/install-adb-windows-macos-linux/