Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm looking for a dll or ocx for vb.net application that can take a frame from a rtsp stream and save it into a picturebox.
My application will need to run on ubuntu with mono.
All proposals are welcome since i'm looking for this for weeks.
The rtsp streams are comming from ip cameras like bosch, axis, dahua,...
I'm using vb.net 2012 with a .net4

Thank you very much for the help.
Posted

1 solution

You can use MPlayer. I have used it on both Win and xubuntu/Mono as a behind the scenes video processor. Simply specify as input the rtsp stream and direct its output to the handle of the picture box with the -wid option. It also helps to specify black backgrounds for both the picture box and Mplayer -colorkey option. As for updating only one frame for your picturebox, you should be able to use the Mplayer option of -frames 1 to stop it from continuously updating the picturebox.
 
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