Using Web Cameras In VB?
Jun 30, 2012
Having been the victim of a robbery recently, I have turned my attention to web cameras used in conjunction with VB as a security system. I am well aware that there are many commercial products available to do the job but using VB has captured my imagination from a coding point of view.
There is a very basic bit of VB code that I copied from VB-HELPER which also appears in many other web sites but none really explain what the various lines of code actually do. The code is posted below:
[Code]...
View 5 Replies
Apr 6, 2011
I'm gonna make a ROV and a UAV. It all gonna be controlled by my computer.To controll the units, I'm using Microcontrollers from Atmel.So what I'm trying to do now, is to implant cameras wirelessly.I'd liked to insert cupple of them, or cupple webcams connected to my USB-port.Is there possibility to have 2 or more cameras in my project?
View 1 Replies
Jan 22, 2010
I need to capture still's from 2 different video cameras. I am using a 4 channel usb dvr. I have tried to use DirectShow but I only get 1 camera. How can I get a list of all the cameras connected to my pc. I use Visual Studio 2008.
View 2 Replies
Feb 13, 2011
I need to get still image from scanners,cameras and web cam in a wpf-Winform application
can i use WIA in vista or window7
View 2 Replies
Jun 18, 2010
A while back, I was graciously provided the following code which would take a screenshot of a 16 grid layout of cameras:
[Code]...
View 2 Replies
Dec 24, 2009
I am monitoring 12 video feeds from video cameras. Now I have more than 12 cameras, I have 134. But I will only monitor 12 cameras at a time. By Monitoring I mean, I have 12 small video screens on the form that I can see the video. The way I know which cameras are active, so I can monitor them is by a boolean value in a sql database. I run a Store Procedure in my program, and spit out the results in a XML file. I then read the XML file in a loop. This XML file will have a list of the camera names I need to monitor.
So that is for 12 video feeds. Now, I want to have a NEXT or FORWARD button on my monitor form. So when I click this it will give me the next group of cameras, 13 to 24. Now if I only have15 cameras that are active, that means the first group is 1 to 12, then the second group is 13 to 15 cameras. So I will only have 3 to monitor on the second grouping. One thought I had was to have another field in my table to mark as already as an active monitor, so when I run the SP, i will not select that row. But I need to select 12 at a time. Or I can make a number of xml files, one xml file for each grouping of 12, but I need to figure out how I can select the next group without re-selecting the first group. I have no code at the moment, I'm on my non-programming computer.
View 4 Replies