Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm currently trying to stream my webcam video into GUI which enable me as a user to control the movements of my pick and place robot. I need to know how to video streaming it with GUI!
Posted

1 solution

If your webcam supports DirectShow's filters, the best solution for that should be using the DirectShow SDK. We tried using the DirectShow before, but it was just too complex. Now, we are using a third-party toolkit named leadtools that has VB.NET controls. It was much easier to use. It has demo applications for video streaming and playback. I would suggest checking it out. As a start, maybe try this tutorial:
Streaming Application
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900