-3

Is that possible, using .NET C#, to capture image from webcam to memory without using disk or form graphical elements (even without any forms)?

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Ivan
  • 89
  • 1
  • 12
  • 8
    Yes it's possible. – Dominik Antal Jul 02 '14 at 10:01
  • >Where's your code?< I tried a few ways to get it, but eventually all of that asked about disk or form elements access. So that code parts can be called off-topic. – Ivan Jul 02 '14 at 10:24
  • >Yes it's possible.< Pleeease, give me code sample, or link to it! :) I think, I am using wrong keywords for search. – Ivan Jul 02 '14 at 10:26

1 Answers1

1

Using EmguCv You can capture and record videos from your webcam. Use the videoWriter to record the frames. You can find more information here.

e_phi
  • 166
  • 1
  • 9