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


[2022-07-24][Technical Solution]
How to handle Criticism at work? An Insight by Mark Goulston (Harvard's Business review article)
[2014-11-28][Technical Solution]
Problem Step Recorder(PSR). How to use it?
[2014-02-11][Technical Solution]
Advanced Encryption Standard (AES) algorithm : an algorithm for encryption and decryption for secure data transfer
[2015-02-16][Technical Solution]
Soving Rubik's Cube Third layer: Layered approach by Shanky
[2014-05-02][Technical Solution]
A very basic program in perl scripting

Total comments: 0
ComForm">
avatar