how can i preview / record or only preview video from my tv tuner card in vb.net….i have usb stick deny tuner card in my laptop
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A lot of TV capture cards, webcams etc support DirectShow. A few months ago I was looking at how easy it would be to capture video from C# and it can be done. DirectShow.NET is a wrapper around most of the DirectShow APIs. There are also a couple of commercial DirectShow controls for .NET like VisionLAB. I’ve not used them myself and it looks pretty complicated, but it can be done.
Otherwise, as Red-nosed unicorn suggests you might need to start reading the vendor’s documentation.