Home » 2014 » March » 09 » 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: 1960 | 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-12-28][Technical Solution]
How to schedule a mail in outlook to be sent later?
[2024-03-27][Technical Solution]
How to discuss on Performance Appraisal with your manager? 10 Points to help you get a better hike
[2014-01-28][Technical Solution]
How to design a 3D object for a game using Blender.
[2014-01-08][Technical Solution]
How to shutdown a computer using your Mobile

Total comments: 0
ComForm">
avatar