Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-133465

Signalled VideoFrame has different resolution than QCameraFormat

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.9
    • Multimedia
    • Android
    • Multimedia Next Next

    Description

      Can be reproduced on two of my Android devices.

      When setting the cameraFormat property of the QCamera, the received frame will not always be of the resolution that the cameraFormat is set to. The property is accepted as is, and the cameraFormat property will report the incorrect format compared to the frame we are sending.

      Samsung Galaxy Tab A9, running Android 14:

      • Format with resolution (3264, 1836) is listed as supported by QCameraDevice::videoFormats
      • I assign this format to my active QCamera object
      • The property is assigned with the resolution (3264, 1836)
      • The received frames are in resolution (1920, 1920)

      Motorola Razr 40 Ultra, running Android 15:

      • Format with resolution (4000, 1636) is listed as supported by QCameraDevice::videoFormats
      • I assign this format to my active QCamera object
      • The property is assigned with the resolution (4000, 1636)
      • The received frames are in resolution (1920, 1440)

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              qtmultimediateam Qt Multimedia Team
              npskalerud Nils Petter Skålerud
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes