9: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
|
|
|
Related blogs
You may also like to see:
| [2014-05-16] | [Technical Solution] |
What is MSRA (Microsoft Remote Assistance) ? How to use it? | |
| [2015-02-04] | [Technical Solution] |
Introduction to 3*3 Rubik's Cube basics | |
| [2025-10-13] | [Technical Solution] |
PowerChef account/data deletion policy | |
| [2024-03-27] | [Technical Solution] |
How to discuss on Performance Appraisal with your manager? 10 Points to help you get a better hike | |
| [2015-02-16] | [Technical Solution] |
Soving Rubik's Cube Third layer: Layered approach by Shanky | |
| Total comments: 0 | |
What is MSRA (Microsoft Remote Assistance) ? How to use it?
Introduction to 3*3 Rubik's Cube basics
PowerChef account/data deletion policy
How to discuss on Performance Appraisal with your manager? 10 Points to help you get a better hike
Soving Rubik's Cube Third layer: Layered approach by Shanky