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: 1907 | 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-07-13][Technical Solution]
Create an online megastore in your website by adding a shopping cart(eSHOP)
[2014-09-18][Technical Solution]
Hack temple run 2 and get unlimited gems and coins and beat any score
[2024-03-27][Technical Solution]
How to discuss on Performance Appraisal with your manager? 10 Points to help you get a better hike
[2014-12-28][Technical Solution]
How to schedule a mail in outlook to be sent later?
[2015-01-26][Technical Solution]
How to change IP address of windows system

Total comments: 0
ComForm">
avatar