in reply to Re: Cross platform webcam-capturing?
in thread Cross platform webcam-capturing?
hmmm....if i'd actually start a Device::Webcam, that does nothing more than wrap around vidcat on linux (v4l) systems, would that be worth putting on CPAN?use Device::Webcam; # pity this on doesn't exist my $wc = Device::Webcam->init('/dev/video/0', '800x600'); my $jpeg = $wc->capture( format => 'jpeg' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Cross platform webcam-capturing?
by zentara (Cardinal) on Apr 23, 2005 at 11:00 UTC |