On Tuesday 01 April 2003 17:59, CK wrote:
I read:
??? can i use 2 (or more) TVcards with pdp at the same time ???
no problem just create a 2nd [pdp_v4l] object and send it a [open /dev/video1 ( or 2 3 4 5.. .n message
i've tested it with a bttv card and a webcam, and it seems to work fine.
ps. can i turn the message sending "pdp_v4l: tuner frequency..." OFF ?
in modules/pdp_v4l.c in the function static void pdp_v4l_freq(..) comment out the line else {post("pdp_v4l: tuner frequency: %f MHz", f / 16.0f);}
ah, yes, that's an annoying message. i've commented it out for the next release..