vijay_ved Posted February 7, 2019 Report Share Posted February 7, 2019 Dear friends, There is a requirement for me to display a streaming video coming through Gigabit ethernet. How can it be done using Labview? ( I am using LV2017) Thanks in advance. Quote Link to comment
hooovahh Posted February 7, 2019 Report Share Posted February 7, 2019 I've done this in the past by leveraging the PictureBox .NET component and VLC. Just have VLC installed which is the same bitness as LabVIEW. Drop a .NET PictureBox and then use some of the code found here, which calls into the VLC DLLs to open a stream and display it. Here is another example that I think works too. 1 Quote Link to comment
vijay_ved Posted February 11, 2019 Author Report Share Posted February 11, 2019 Thanks for the input. Will try this. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.