Click here to Skip to main content
15,896,269 members
Articles / Multimedia / Video

C# \ VB.NET Camera Communication Libraries

Rate me:
Please Sign up or sign in to vote.
4.95/5 (77 votes)
15 Dec 2011CPOL6 min read 1M   57K   220  
Stream a live camera video stream or single images between applications using the TCP protocol.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Basic Express 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TCPCamActivex", "TCPCamActivex\TCPCamActivex.vbproj", "{6AE70AC1-3FCF-4BCC-86A9-82DB40CB6C44}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{6AE70AC1-3FCF-4BCC-86A9-82DB40CB6C44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6AE70AC1-3FCF-4BCC-86A9-82DB40CB6C44}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6AE70AC1-3FCF-4BCC-86A9-82DB40CB6C44}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6AE70AC1-3FCF-4BCC-86A9-82DB40CB6C44}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Software Developer Nemex Studios
Israel Israel
My name is Shay and I'm 21 years old.
At age 16 I created Nemex Studios (www.byshynet.com), an application development "company" (not official).
I'm the developer of "Mouse Recorder Pro", "Mouse Shaker" and many other applications, developed to help the community.

Comments and Discussions