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

ModalAI Forum

  1. ModalAI Support Forum
  2. VOXL 2 and VOXL 2 Mini
  3. FastCV example for Voxl2

FastCV example for Voxl2

Scheduled Pinned Locked Moved Unsolved VOXL 2 and VOXL 2 Mini
voxl-2
4 Posts 2 Posters 696 Views 1 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.
  • D Offline
    D Offline
    DanielHviid
    Contributor
    wrote on last edited by
    #1

    I'm trying to use the dsp to accelerate my computer vision application. There is a basic example for FastCV on the adsp for Voxl1 at https://docs.modalai.com/build-environments/#how-to-build-for-dsp, but there aren't any examples for the rb5/m0054 adsp. I tried building the example anyways with the voxl-hexagon docker from the qrb5165 branch, which didn't work. Is there some resources I haven't found yet, or is adsp support somewhere on the roadmap for voxl2? Thanks.

    1 Reply Last reply
    0
    • Chad SweetC Offline
      Chad SweetC Offline
      Chad Sweet
      ModalAI Team
      wrote on last edited by
      #2

      FastCV runs on the CPU and can access the DSP itself. You can try to download and run what Qualcomm has on their website here

      We have not developed tutorials for how to use the cDSP on VOXL 2. We do hope to in the future.

      1 Reply Last reply
      0
      • D Offline
        D Offline
        DanielHviid
        Contributor
        wrote on last edited by
        #3

        I got it to work in a voxl-cross-template based project build in the voxl-cross docker by downloading from this submenu instead of the big advertised linux installer tab (which is exclusively for android builds).

        All that was then needed to include it was to expand target_list_libraries to include fastcv and DL libs:

        target_link_libraries(${TARGET}
            pthread
            ${MODAL_JSON}
            ${MODAL_PIPE}
            ${VOXL_CUTILS}
            ${OpenCV_LIBS} 
            ${CMAKE_SOURCE_DIR}/include/libfastcv.a
            ${CMAKE_DL_LIBS}
        )
        

        Thank you for the assistance.

        1 Reply Last reply
        0
        • Chad SweetC Offline
          Chad SweetC Offline
          Chad Sweet
          ModalAI Team
          wrote on last edited by
          #4

          Outstanding!

          1 Reply Last reply
          0

          Reading along? Create a free ModalAI Forum account to join in.

          With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.

          Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.

          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