| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"aRRoW" |
| Date: |
20 Oct 2003 06:37:42 AM |
| Object: |
Grabbing video frames from webcam... |
Ok, probably a n00b question but here goes: Is anyone able to supply some
sample source code or just some documentation regarding capturing frames
from a webcam into an array? I'm doing this on Windows using VS.net but if
possible, would like crossplatform compatibility with Linux.
Crosscompatibility isn't necessary however and something that uses windows
API's would be fine...
Thanks,
Arrow
.
|
|
| User: "Thomas Matthews" |
|
| Title: Re: Grabbing video frames from webcam... |
20 Oct 2003 07:25:50 AM |
|
|
aRRoW wrote:
Ok, probably a n00b question but here goes: Is anyone able to supply some
sample source code or just some documentation regarding capturing frames
from a webcam into an array?\
Yes, but they are not located in this newsgroup. This newsgroup
discusses issues about the C++ language, not platform specifics.
The _standard_ C++ language has no facilities for graphics.
I'm doing this on Windows using VS.net but if
possible, would like crossplatform compatibility with Linux.
Looks like you need the experts from a Windows or Linux
newsgroup. See the FAQ and welcome.txt links below.
Crosscompatibility isn't necessary however and something that uses windows
API's would be fine...
Thanks,
Arrow
Remember, just because you use the C++ language for a
platform specific purpose doesn't mean that your issue
is _about_ the C++ language.
--
Thomas Matthews
C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library
.
|
|
|
|

|
Related Articles |
|
|