Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Which webcam models are supported by QCameraFocus
Qt 6.11 is out! See what's new in the release blog

Which webcam models are supported by QCameraFocus

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 860 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.
  • N Offline
    N Offline
    Noyz
    wrote on last edited by
    #1

    Hi everyone,

    Currently I'm working on an application, which is using a webcam to capture pictures. I want to set the focus by software, which is supported by Qt using the QCameraFocus object. Unfortunately, the three webcams I have are not supporting the customFocusPoint feature.

    Therefore, I wanted to ask the community, if somebody has experience using QCameraFocus with webcams or is there somekind of a list of all the supported webcam models?

    Thanks in advance

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      It's likely not the webcam the problem but the related QtMultimedia backend that might be lacking the support for that properly.

      What OS are you on ? Which version of Qt are you using ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • N Offline
        N Offline
        Noyz
        wrote on last edited by
        #3

        Hi SGaist

        Thanks for your reply.

        The application is compiled with Qt 5.4 and is running on a Fedora 20 Linux. However, I checked Windows 7 as well.

        On both system, the functions isFocusModeSupported and isFocusPointModeSupported return false.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You should consider updating Qt first, 5.8.0 just got released.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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