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: 1605 | 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:


[2014-02-24][Technical Solution]
A very simple example to learn Javascript in HTML
[2016-08-03][Technical Solution]
BITSadmin : download/upload files from windows command line.
[2014-02-06][Technical Solution]
Simple steps to boost your computer.
[2014-02-02][Technical Solution]
Difference between an Application server and web server
[2022-07-24][Technical Solution]
How to handle Criticism at work? An Insight by Mark Goulston (Harvard's Business review article)

Total comments: 0
ComForm">
avatar