Click here to Skip to main content
15,889,808 members
Articles / Programming Languages / C#

Webcam in C#: Easiest Way to Capture Images from Your Webcams

6 Nov 2012CPOL3 min read 138.7K   15.8K   30  
Get the solution to integrate Image Grab from webcams in a .NET application. Achieve the functionality in just a few lines of code.

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.


Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UseWebcamInCSharp", "UseWebcamInCSharp\UseWebcamInCSharp.csproj", "{B5D185B4-6EA1-41C6-9968-D69E58BCAC15}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{B5D185B4-6EA1-41C6-9968-D69E58BCAC15}.Debug|x86.ActiveCfg = Debug|x86
		{B5D185B4-6EA1-41C6-9968-D69E58BCAC15}.Debug|x86.Build.0 = Debug|x86
		{B5D185B4-6EA1-41C6-9968-D69E58BCAC15}.Release|x86.ActiveCfg = Release|x86
		{B5D185B4-6EA1-41C6-9968-D69E58BCAC15}.Release|x86.Build.0 = Release|x86
	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)



Comments and Discussions