Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Video Recording on Windows
Forum Updated to NodeBB v4.3 + New Features

Video Recording on Windows

Scheduled Pinned Locked Moved Unsolved Qt for Python
7 Posts 2 Posters 595 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.
  • M Offline
    M Offline
    MV9618
    wrote on last edited by
    #1

    Hello, I'm developing an application which involves video recording and which should work on Windows. The problem is that, according to this, video recording is not supported on Windows. Is there any workaround which could allow me to record using a QCamera? For example, is it possible to access what is being recorded frame-by-frame in a portable way?

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

      Hi,

      Are you using PySide6 ?

      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
      • M Offline
        M Offline
        MV9618
        wrote on last edited by
        #3

        No, I'm using PyQt

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

          Which version ?

          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
          • M Offline
            M Offline
            MV9618
            wrote on last edited by
            #5

            PyQt5. Version 5.15.6

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

              Depending on your use case, you might want to consider OpenCV.

              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
              • M Offline
                M Offline
                MV9618
                wrote on last edited by MV9618
                #7

                Yes, I already tried it. the problem is that it looks like that, on OpenCV, there isn't a way to list the available devices.

                On Linux I can initialize OpenCV's VideoCapture class using names such as '/dev/video0' obtained via QCameraInfo. On Windows, as far as I know, I can't: I must use numbers and I don't have a way to obtain a list of associations device-number.

                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