Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. reading QCamera received 0x0 bits why?
Qt 6.11 is out! See what's new in the release blog

reading QCamera received 0x0 bits why?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 2 Posters 559 Views
  • 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.
  • J Offline
    J Offline
    Jafar.Sag.Sibil
    wrote on last edited by Jafar.Sag.Sibil
    #1
    This post is deleted!
    M 1 Reply Last reply
    0
    • J Jafar.Sag.Sibil

      This post is deleted!

      M Offline
      M Offline
      mvuori
      wrote on last edited by
      #2

      I wouldn't worry about the informative messages, just run the code inside debugger to see where it fails. (Perhaps you know it from the debug() messages, but don't tell.)

      I don't know what pixelFormats Android manages nowadays, but QVideoFrame::Format_NV21 should usually work (works on my phones), so it is at least good to add to the list.

      And perhaps capturing QCamera's errors might provide information.

      J 1 Reply Last reply
      1
      • J Offline
        J Offline
        Jafar.Sag.Sibil
        wrote on last edited by Jafar.Sag.Sibil
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • M mvuori

          I wouldn't worry about the informative messages, just run the code inside debugger to see where it fails. (Perhaps you know it from the debug() messages, but don't tell.)

          I don't know what pixelFormats Android manages nowadays, but QVideoFrame::Format_NV21 should usually work (works on my phones), so it is at least good to add to the list.

          And perhaps capturing QCamera's errors might provide information.

          J Offline
          J Offline
          Jafar.Sag.Sibil
          wrote on last edited by
          #4

          @mvuori
          using NV_21 format still the same problem but prove the correctness of supporting the NV_21 pixel format

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved