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

ModalAI Forum

  1. ModalAI Support Forum
  2. Ask your questions right here!
  3. VOXL2 + Logitech C270 UVC Camera Resolution

VOXL2 + Logitech C270 UVC Camera Resolution

Scheduled Pinned Locked Moved Ask your questions right here!
14 Posts 3 Posters 2.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.
  • tomT tom

    @Jskim What do you see with journalctl -u voxl-uvc-server

    J Offline
    J Offline
    Jskim
    Regular
    wrote on last edited by
    #3

    @tom

    Thank you for the quick reply.
    Sorry for the late reply. It was a holiday season in Korea.

    When executing the journalctl -u voxl-uvc-server command,
    It says that the format size is incorrect.
    Resolution fail_20231011_172059795.jpg

    Thanks

    JS, kim

    Eric KatzfeyE 1 Reply Last reply
    0
    • J Jskim

      @tom

      Thank you for the quick reply.
      Sorry for the late reply. It was a holiday season in Korea.

      When executing the journalctl -u voxl-uvc-server command,
      It says that the format size is incorrect.
      Resolution fail_20231011_172059795.jpg

      Thanks

      JS, kim

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

      @Jskim If you are using USB 2.0 it probably cannot support that data rate. Please read the UVC tips here: https://docs.modalai.com/voxl-uvc-server/#tips to figure out what width, height, frame rate, and format combinations the camera is advertising as available.

      J 1 Reply Last reply
      0
      • Eric KatzfeyE Eric Katzfey

        @Jskim If you are using USB 2.0 it probably cannot support that data rate. Please read the UVC tips here: https://docs.modalai.com/voxl-uvc-server/#tips to figure out what width, height, frame rate, and format combinations the camera is advertising as available.

        J Offline
        J Offline
        Jskim
        Regular
        wrote on last edited by
        #5

        @Eric-Katzfey

        Hi Eric,

        1. Is there a way to support H.265 when using a UVC camera in VOXL 2?
        2. The same symptom occurs even when using the USB3 port. Please tell me how to increase the UVC camera resolution?
        1. Existing 640x480 to 1024x768 or 1280x720
        2. Camera manufacturer Logitech C270, YUY2

        Thanks,

        Eric KatzfeyE 2 Replies Last reply
        0
        • J Jskim

          @Eric-Katzfey

          Hi Eric,

          1. Is there a way to support H.265 when using a UVC camera in VOXL 2?
          2. The same symptom occurs even when using the USB3 port. Please tell me how to increase the UVC camera resolution?
          1. Existing 640x480 to 1024x768 or 1280x720
          2. Camera manufacturer Logitech C270, YUY2

          Thanks,

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

          @Jskim You would need to modify the voxl-uvc-server code to support h265 format. It doesn't currently support that.

          1 Reply Last reply
          0
          • J Jskim

            @Eric-Katzfey

            Hi Eric,

            1. Is there a way to support H.265 when using a UVC camera in VOXL 2?
            2. The same symptom occurs even when using the USB3 port. Please tell me how to increase the UVC camera resolution?
            1. Existing 640x480 to 1024x768 or 1280x720
            2. Camera manufacturer Logitech C270, YUY2

            Thanks,

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

            @Jskim What is the output of lsusb -v -d 046d:0825 when you attach the camera to USB 3.0?

            J 1 Reply Last reply
            0
            • Eric KatzfeyE Eric Katzfey

              @Jskim What is the output of lsusb -v -d 046d:0825 when you attach the camera to USB 3.0?

              J Offline
              J Offline
              Jskim
              Regular
              wrote on last edited by
              #8

              @Eric-Katzfey

              It's too long, so I'm only attaching the front part.C270 CAM_01.PNG C270 CAM_02.PNG C270 CAM_03.PNG

              Thanks,
              Kim

              Eric KatzfeyE 1 Reply Last reply
              0
              • J Jskim

                @Eric-Katzfey

                It's too long, so I'm only attaching the front part.C270 CAM_01.PNG C270 CAM_02.PNG C270 CAM_03.PNG

                Thanks,
                Kim

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

                @Jskim The information you need is in the part you cut out. It will tell you all of the formats it supports. But since it is only USB 2.0 you are not going to get the higher resolutions without compression. USB 2.0 just doesn't have the bandwidth for it.

                J 1 Reply Last reply
                0
                • Eric KatzfeyE Eric Katzfey

                  @Jskim The information you need is in the part you cut out. It will tell you all of the formats it supports. But since it is only USB 2.0 you are not going to get the higher resolutions without compression. USB 2.0 just doesn't have the bandwidth for it.

                  J Offline
                  J Offline
                  Jskim
                  Regular
                  wrote on last edited by
                  #10

                  @Eric-Katzfey

                  This is the result of our test using VOXL 2 USB3.0 / UART Expansion Adapter.
                  The symptom is the same even when using USB2.0 and USB3.0.

                  Thanks,
                  Kim.

                  Eric KatzfeyE 1 Reply Last reply
                  0
                  • J Jskim

                    @Eric-Katzfey

                    This is the result of our test using VOXL 2 USB3.0 / UART Expansion Adapter.
                    The symptom is the same even when using USB2.0 and USB3.0.

                    Thanks,
                    Kim.

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

                    @Jskim You need to look at that output of lsusb to see what formats it is supporting. I don't think the C270 is capable of USB 3.0. So those higher resolutions will only be available with compression. voxl-uvc-server does not support the compressed formats at this time.

                    J 1 Reply Last reply
                    0
                    • Eric KatzfeyE Eric Katzfey

                      @Jskim You need to look at that output of lsusb to see what formats it is supporting. I don't think the C270 is capable of USB 3.0. So those higher resolutions will only be available with compression. voxl-uvc-server does not support the compressed formats at this time.

                      J Offline
                      J Offline
                      Jskim
                      Regular
                      wrote on last edited by
                      #12

                      @Eric-Katzfey Thanks for the reply. I'll try it with a different camera and let you know the results.

                      J 1 Reply Last reply
                      0
                      • J Jskim

                        @Eric-Katzfey Thanks for the reply. I'll try it with a different camera and let you know the results.

                        J Offline
                        J Offline
                        Jskim
                        Regular
                        wrote on last edited by
                        #13

                        @Jskim
                        Please tell me how to change the UVC camera format.
                        It is currently set to YUY2.
                        I want to change it to MJPG. The reason is to increase the resolution.

                        [Refer to DOCS contents on website]
                        The Arducam B0229 is an excellent choice:
                        Field of View (FOV)D=105°, H= 90°, V= 65°
                        Supports MJPG 15fps@ 3264x2448, 30fps@1080P, and YUY2 30fps@ 640x480 formats.

                        Thanks,
                        KIm,

                        Eric KatzfeyE 1 Reply Last reply
                        0
                        • J Jskim

                          @Jskim
                          Please tell me how to change the UVC camera format.
                          It is currently set to YUY2.
                          I want to change it to MJPG. The reason is to increase the resolution.

                          [Refer to DOCS contents on website]
                          The Arducam B0229 is an excellent choice:
                          Field of View (FOV)D=105°, H= 90°, V= 65°
                          Supports MJPG 15fps@ 3264x2448, 30fps@1080P, and YUY2 30fps@ 640x480 formats.

                          Thanks,
                          KIm,

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

                          @Jskim voxl-uvc-server doesn't support that format. You would have to modify the code to add that feature.

                          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

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