Dearly beloved,
I need to integrate the functionality of reading the current picture from a webcam that is connected to a PC into my Tk app - if at all possible, in a cross-platformy kind of way.
I haven't done it yet, but on linux, simply (ab)using vidcat for this looks as if it's going to be quite trivial - and if not, there's always
Video::Capture::V4l (even though the documentation is a bit 'lacking'). Now, how can i do this on Windows in a minimalistic way? Is there a vidcat-equivalent for Windows somewhere? Is there some
really easy way to tell DirectX (or VfW, or whatever - I've never 'talked' to Windows components before) to simply give me the data for the current picture? I could live without this program running on windows, but if there's a really simple to do this, I'd obviously prefer to maintain Windows compatability...
thanks for any pointers,
-schweini
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.