I am new in this. I want to write such program which can capture video from tv tuner and play. please help.. thank you...

link|improve this question
Welcome at SO. Please read the FAQ before submitting questions, yours is too broad. Did you try anything (and be it only research)? – home Jan 2 at 8:23
feedback

closed as not a real question by Max, home, Simon Nickerson, Ernest Friedman-Hill, Kyle Sevenoaks Jan 3 at 6:34

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

Java media framework is the api that supports capturing camera, video, etc. However it has been many years (and pre Oracle) since any attention has been applied to this area. You could use JMF, it supports the devices on windows easy enough, not sure about linux or OSX though.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.