Home » 2014 » March » 9 » Creating a webcam in Visual basic Programming

8:24 PM
Creating a webcam in Visual basic Programming

Here is a simple programming in vb.net to create a webcam

The program uses a list of available device drivers for webcam on your computer.
It used a DLL file called  avicap32.dll. 
 
avicap32.dll is a library that contains functions for the Windows API that is used to capture AVI movies and video from your web cameras and other video hardware.
 
Declare Function capGetDriverDescriptionA Lib "avicap32.dll" (ByVal wDriver As Short, ByVal lpszName As String, ByVal cbName As Integer, ByVal lpszVer As String, ByVal cbVer As Integer) As Boolean
 
The above function returns true if a device driver is found on your system or else it says "No capture device driver found"
 
Get the full source code here
 
 

Category: Technical Solution | Views: 1729 | Added by: shanky | Tags: design a camera using vb, webcam in visual basic, camera using avicap32.dll, create a webcam in vb.net | Rating: 0.0/0

Related blogs


You may also like to see:


[2015-02-05][Technical Solution]
Soving Rubik's Cube First layer: Layered approach by Shanky
[2014-01-08][Technical Solution]
How to shutdown a computer using your Mobile
[2015-08-15][Technical Solution]
How to connect to different databases like MS access database, MS SQL server or Oracle using VB .NET?
[2014-02-07][Technical Solution]
Socket programming in C
[2024-08-04][Technical Solution]
What is Internet Of Things(IoT) ? Who uses it ? | Advantages in real life

Total comments: 0
ComForm">
avatar