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

    Topics created by MattK

    • M

      ToF v2 outdoor noise

      Image Sensors
      • • • MattK
      14
      0
      Votes
      14
      Posts
      921
      Views

      Jetson NanoJ

      @MattK @Moderator
      If the Starling V2 Max doesn't support a DFS server due to IMX412 being rolling shutter cameras and no TOF, then how is the 3D map generated?
      Since in my understanding, to generate a map you need depth values/ point cloud data.
      If the depth estimates are being obtained by some other means then why can't the same point cloud be made available for VOA in vision-hub server?

    • M

      Stereo cameras pass calibration but have offset -- effecting DFS?

      Image Sensors
      • • • MattK
      7
      0
      Votes
      7
      Posts
      542
      Views

      M

      @Alex-Kushleyev

      Oh, very fascinating. Thank you for the update!

      I'd actually somewhat given up on DFS and started testing your new ToF beta product, but when I can I'll try boot my DFS rig back up and see if the fix helps.

      Edit: Nevermind, I just checked and my DFS rig is on SDK v1.1.2, so this fix shouldn't be applicable. I might still try it out just in case, though.

    • M

      Stereo Camera Orientation

      Image Sensors
      • • • MattK
      5
      0
      Votes
      5
      Posts
      466
      Views

      Alex KushleyevA

      @Gary-Holmgren , camera server does not support rotating images by 90 degrees (or multiples of 90). You could do this yourself in your image processing application.

      If you mount the cameras rotated by 90 degrees (while keeping the baseline along the left-right direction of the drone), you would need to modify your extrinsics to account for this rotation. If you perform a stereo camera calibration in this rotated configuration, then the output of the stereo calibration should give you the baseline result between the cameras in the Y direction in the camera frame (as opposed to X direction in normal case).

      If you have a question about a specific configuration, please make a drawing that shows reference frames of the vehicle, imu, and both cameras and I can help you double check the extrinsics.

      Alex

    • M

      VIO/VOA with ArduCopter

      VOXL 2
      • • • MattK
      3
      0
      Votes
      3
      Posts
      221
      Views

      M

      @Chad-Sweet Great to hear, that's exactly what I was hoping for. Thank you!

    • M

      Quectel 5G modem firmware version compatibility

      Cellular Modems
      • quectel 5g modem • • MattK
      1
      0
      Votes
      1
      Posts
      176
      Views

      No one has replied

    • M

      Is Sense and Avoid run on the GPU or the CPU?

      VOXL Compute & Autopilot
      • • • MattK
      2
      0
      Votes
      2
      Posts
      252
      Views

      ModeratorM

      @MattK

      In short, no the VOXL 2 VOA is not using the GPU.

      The qrb5165-dfs-server runs on the CVP, which is a computer vision dsp.

      The voxl-tflite-server can put different models on CPU, GPU or NPU based on how the model is configured for object recognition.