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. Make virtual webCam and use Microsoft_DirectShow_API on qt
Forum Updated to NodeBB v4.3 + New Features

Make virtual webCam and use Microsoft_DirectShow_API on qt

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

    Hello everyone,
    I am a developer, I develop a project to make virtual webcam on windows 10 and use it with skype.
    I found the sample source to create virtualCam with the Directshow API, but I don't know how use it with Qt creator and the DirectShow API didn't work on Qt.
    Can anyone please kindly help?

    jsulmJ 1 Reply Last reply
    0
    • U userDEV

      Hello everyone,
      I am a developer, I develop a project to make virtual webcam on windows 10 and use it with skype.
      I found the sample source to create virtualCam with the Directshow API, but I don't know how use it with Qt creator and the DirectShow API didn't work on Qt.
      Can anyone please kindly help?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @userDEV Hi! You should be more precise: what exactly did you try and what did not work?
      Did you try to build the example source code?
      What Qt version did you install?
      Which Visual Studio version do you use?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      U 1 Reply Last reply
      0
      • jsulmJ jsulm

        @userDEV Hi! You should be more precise: what exactly did you try and what did not work?
        Did you try to build the example source code?
        What Qt version did you install?
        Which Visual Studio version do you use?

        U Offline
        U Offline
        userDEV
        wrote on last edited by
        #3

        @jsulm thanks for reply,
        I used Qt5.7, and this example source code created a dll file and I registered it with << regsvr32 vcam.dll>>
        After that, I implemented a project ,on VS express 2013 with Directshow API, to select the new virtual device and I put it by images or avi video, but it doesn't show any preview.
        What I should do ? how can I use this DirectshowAPI on Qt ? or Is there any other way on Qt to make a virtual webcam ?

        jsulmJ 1 Reply Last reply
        0
        • U userDEV

          @jsulm thanks for reply,
          I used Qt5.7, and this example source code created a dll file and I registered it with << regsvr32 vcam.dll>>
          After that, I implemented a project ,on VS express 2013 with Directshow API, to select the new virtual device and I put it by images or avi video, but it doesn't show any preview.
          What I should do ? how can I use this DirectshowAPI on Qt ? or Is there any other way on Qt to make a virtual webcam ?

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @userDEV You can use it as any other C++ API. You just need to point the compiler to the directory containing the header files and tell linker where the libraries are. See "Declaring Other Libraries" in http://doc.qt.io/qt-5/qmake-project-files.html

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          2

          • Login

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