Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Capture video

Capture video

Scheduled Pinned Locked Moved C / C++ / MFC
question
6 Posts 4 Posters 0 Views 1 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.
  • Y Offline
    Y Offline
    Yevgeny Efter
    wrote on last edited by
    #1

    Hello! I would like to capture video from a camera, but I just can't find information about it... I found some articles, but there are no explanations there... Maybe anybody knows where can I find information about it? Thanks in advance!

    L H 2 Replies Last reply
    0
    • Y Yevgeny Efter

      Hello! I would like to capture video from a camera, but I just can't find information about it... I found some articles, but there are no explanations there... Maybe anybody knows where can I find information about it? Thanks in advance!

      L Offline
      L Offline
      Like2Byte
      wrote on last edited by
      #2

      I depends on the equipment you're using. If you're using a USB camera then you're halfway there. The two biggie webcam manufacturers provide SDKs for their cameras; but, one involves signing an NDA. The other is freely available. (But, of course, I forget who at the moment.) Other cameras (analog) would require digitizers, which, I imagine, would be rather expensive. Compound that with whether an SDK is available. Then of course, IP camera's are a whole other beast.

      Y 1 Reply Last reply
      0
      • L Like2Byte

        I depends on the equipment you're using. If you're using a USB camera then you're halfway there. The two biggie webcam manufacturers provide SDKs for their cameras; but, one involves signing an NDA. The other is freely available. (But, of course, I forget who at the moment.) Other cameras (analog) would require digitizers, which, I imagine, would be rather expensive. Compound that with whether an SDK is available. Then of course, IP camera's are a whole other beast.

        Y Offline
        Y Offline
        Yevgeny Efter
        wrote on last edited by
        #3

        What about DirectX? Does it give me any tools?

        M 1 Reply Last reply
        0
        • Y Yevgeny Efter

          What about DirectX? Does it give me any tools?

          M Offline
          M Offline
          Mark Salsbery
          wrote on last edited by
          #4

          There's Video for Windows (VFW) if the device supports it. In DirectX there's DirectShow (SDK is in the Platform SDK, not the DirectX SDK) which will work with both legacy VFW drivers as well as WDM drivers. Mark

          1 Reply Last reply
          0
          • Y Yevgeny Efter

            Hello! I would like to capture video from a camera, but I just can't find information about it... I found some articles, but there are no explanations there... Maybe anybody knows where can I find information about it? Thanks in advance!

            H Offline
            H Offline
            Haroon Sarwar
            wrote on last edited by
            #5

            DirectShow is probably the best way... http://www.codeproject.com/audio/DXCapture.asp

            Y 1 Reply Last reply
            0
            • H Haroon Sarwar

              DirectShow is probably the best way... http://www.codeproject.com/audio/DXCapture.asp

              Y Offline
              Y Offline
              Yevgeny Efter
              wrote on last edited by
              #6

              Thanks a lot! I will try it...

              Have a nice day!

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups