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

ModalAI Forum

  1. ModalAI Support Forum
  2. VOXL Dev Drones
  3. Qualcomm Flight RB5 5G Drone
  4. Streaming 4K video from Qualcomm RB5 drone

Streaming 4K video from Qualcomm RB5 drone

Scheduled Pinned Locked Moved Qualcomm Flight RB5 5G Drone
12 Posts 5 Posters 3.3k Views 2 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.
  • K Offline
    K Offline
    kitkatSG
    Contributor
    wrote on last edited by
    #1

    I see another thread streaming 4k video from voxl, but I suspect we can stream 4K video without using voxl as the other thread.
    I also see the example in Gstreamer- streaming. I tried this gstreamer approach, and can stream all camera in low resolution, which is similar to the other thread on streaming video to QGC.

    I would like to create this thread dedicated to streaming 4K video from QRB5.

    Could DevTeam or anyone please help show how to stream the high-resolution camera from QRB5?
    Thank you.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kitkatSG
      Contributor
      wrote on last edited by
      #2

      I have followed the Github samples Qualcomm, and I found quite few devices under v4l2-ctl, but none of them can be a source of video streaming.

      55549baf-c5fd-4359-bba8-5698713afa5b-image.png

      Instead of using src of v4l2, I used source under qtiqmmfsrc camera=2 then can stream with gstreamer. But so far, I cannot obtain a 4K video source properly.

      @DevTeam: Please let me know how to obtain correctly the 4K video source? Thank you.

      1 Reply Last reply
      0
      • Cody GrahamC Offline
        Cody GrahamC Offline
        Cody Graham
        wrote on last edited by
        #3

        I am interested in this as well. I'm actually interested in recording as opposed to streaming at the short term, but both are going to be useful. I've been recording with gstreamer using the following command:

        gst-launch-1.0 -e qtiqmmfsrc camera=3 name=tracker ! video/x-h264,format=NV12,width=640,height=480,framerate=30/1 ! queue ! h264parse ! mp4mux ! filesink location=output.mp4
        

        While that has worked, it's only recording 640x480. But if I try to record any higher of a resolution, the program ends very quickly, and no frames are recorded. I'm unsure why a resolution higher than 640x480 is causing any issues.

        Eric KatzfeyE 1 Reply Last reply
        0
        • Cody GrahamC Cody Graham

          I am interested in this as well. I'm actually interested in recording as opposed to streaming at the short term, but both are going to be useful. I've been recording with gstreamer using the following command:

          gst-launch-1.0 -e qtiqmmfsrc camera=3 name=tracker ! video/x-h264,format=NV12,width=640,height=480,framerate=30/1 ! queue ! h264parse ! mp4mux ! filesink location=output.mp4
          

          While that has worked, it's only recording 640x480. But if I try to record any higher of a resolution, the program ends very quickly, and no frames are recorded. I'm unsure why a resolution higher than 640x480 is causing any issues.

          Eric KatzfeyE Offline
          Eric KatzfeyE Offline
          Eric Katzfey
          ModalAI Team
          wrote on last edited by
          #4

          @Cody-David-Graham Yes, we also see this issue and are working to come up with a solution ASAP.

          1 Reply Last reply
          0
          • K Offline
            K Offline
            kitkatSG
            Contributor
            wrote on last edited by
            #5

            Hi DevTeam, Is there any update on streaming 4K video from QRB5? Thank you.

            Eric KatzfeyE 1 Reply Last reply
            0
            • K kitkatSG

              Hi DevTeam, Is there any update on streaming 4K video from QRB5? Thank you.

              Eric KatzfeyE Offline
              Eric KatzfeyE Offline
              Eric Katzfey
              ModalAI Team
              wrote on last edited by
              #6

              @kitkatSG Yes, we have enabled most resolutions in that sensor now and are preparing a release to address this issue.

              M K 2 Replies Last reply
              2
              • Eric KatzfeyE Eric Katzfey

                @kitkatSG Yes, we have enabled most resolutions in that sensor now and are preparing a release to address this issue.

                M Offline
                M Offline
                mrawding
                wrote on last edited by
                #7

                @Eric-Katzfey Hi Eric, any update on this release?

                1 Reply Last reply
                0
                • ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #8
                  This post is deleted!
                  1 Reply Last reply
                  1
                  • Eric KatzfeyE Eric Katzfey

                    @kitkatSG Yes, we have enabled most resolutions in that sensor now and are preparing a release to address this issue.

                    K Offline
                    K Offline
                    kitkatSG
                    Contributor
                    wrote on last edited by
                    #9

                    Hi @Eric-Katzfey,
                    Is there any update from Dev Team on streaming 4K video from QRB5 drone?
                    Thank you.

                    Eric KatzfeyE 1 Reply Last reply
                    0
                    • K kitkatSG

                      Hi @Eric-Katzfey,
                      Is there any update from Dev Team on streaming 4K video from QRB5 drone?
                      Thank you.

                      Eric KatzfeyE Offline
                      Eric KatzfeyE Offline
                      Eric Katzfey
                      ModalAI Team
                      wrote on last edited by
                      #10

                      @kitkatSG Sorry for the delay. We continue to find issues with the release and are all working diligently to resolve them as soon as possible. Thank you for your patience!

                      K 1 Reply Last reply
                      0
                      • Eric KatzfeyE Eric Katzfey

                        @kitkatSG Sorry for the delay. We continue to find issues with the release and are all working diligently to resolve them as soon as possible. Thank you for your patience!

                        K Offline
                        K Offline
                        kitkatSG
                        Contributor
                        wrote on last edited by
                        #11

                        As a backup solution, we mount a 4K USB camera and successfully stream 4K video via GStreamer to QGC. But the video is shaky when flying drone (streaming video is OK with a stationary drone). @Eric-Katzfey Do the Tech Team have any suggestions on:

                        • Stabilizing the 4K streaming video with GStreamer via software?
                        • Any suggested 3-axes gimbal that we can buy and mount on the QRB5 Drone in order to stabilize the camera?

                        Thank you.

                        Eric KatzfeyE 1 Reply Last reply
                        0
                        • K kitkatSG

                          As a backup solution, we mount a 4K USB camera and successfully stream 4K video via GStreamer to QGC. But the video is shaky when flying drone (streaming video is OK with a stationary drone). @Eric-Katzfey Do the Tech Team have any suggestions on:

                          • Stabilizing the 4K streaming video with GStreamer via software?
                          • Any suggested 3-axes gimbal that we can buy and mount on the QRB5 Drone in order to stabilize the camera?

                          Thank you.

                          Eric KatzfeyE Offline
                          Eric KatzfeyE Offline
                          Eric Katzfey
                          ModalAI Team
                          wrote on last edited by
                          #12

                          @kitkatSG There's generally a couple of different possible video distortions. One is due to the vibration from the motors. If you mount the camera on rubber dampeners you can remove most of this type of distortion. But of course the drone is moving and that causes motion as well. We don't have a recommendation on gimbal but would love to hear if you are able to find something that works well for you. And we have not tried any GStreamer stabilization software so cannot comment on that, but would love to hear if you find a software stabilization solution that works.

                          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