VB Program About Webcam Control

May 24, 2011

i'm goint to write a program about the webcam control. Can anybody give me some reference webpage about this kind of program? I'm using Visual Studio 2008.

View 1 Replies


ADVERTISEMENT

Control A Webcam In VB?

Nov 18, 2010

I use VS2008 with Visual Basic and VB.Net. I am writing an application to save videos from a webcam, and I've found several examples that provide the basic functionality, so that I can now start and stop the webcam, and save a video as a .avi file. However my interface is still clunky: when video capture starts following

SendMessage(hWnd, WM_CAP_SEQUENCE, 0, 0)

then the window is locked and the [Stop Capture] button doesn't function, so I need to exit the window to stop capture.The documentation at Video Capture [URL] has a lot of methods that look useful, and I think that I need to link up a callback function to allow [Stop Capture] to function, but I can't figure out from this documentation how to send a WM_CAP_SET_CALLBACK_VIDEOSTREAM message to do this. I don't know how to control the formats so that I generate video files that are concise enough for web use - changing the frame rate or dimensions seems to have absolutely no effect Is there any general tutorial that will cover all of the messages in AVICAP32.dll, and show me how to implement them in VB?

View 2 Replies

Use Webcam In Program?

Oct 10, 2011

I am playing around with using a webcam in a program to have the program automatically target key things within the webcams frame. I was just wondering how I would go about getting the webcam to be "used" within the program.

View 25 Replies

WebCam Microhone Control VB 2008

Nov 24, 2011

Work now since some time on the task to control the microphone of a USB connected Webcam using Vb2008. The required function is simply to switch it on (full level)and switch it off (low level). I used the corresponding API's mixerline, mixerlineControl, mixerlineControlDetails etc but I could not get the microphone reacting somehow. I am able to handle all my Video usable also available code from the forums, but I could not find an applicable code I could modify for this microphone application.

View 6 Replies

Access Webcam And Microphone Input In Program?

Sep 20, 2009

How can you access the webcam and microphone in VB.net, assuming the user even has one?

I fail to see a My.Computer.Webcam or My.Computer.Microphone, both of which would probably have been a nice addition.

View 1 Replies

Program To Capture A Picture From Webcam And Display It?

Dec 29, 2008

I would like to do a program to capture a picture from webcam and display it.

View 1 Replies

Webcam Capture Program - Object Tracking

May 7, 2012

I am making a webcam capture program in vb.net to scan qr codes. I found some examples that show tracking a certain color, but that wont work because the qr codes have different colors. some are red, blue, purple, black, and green. I am using the touchless sdk to capture the video. How would I go about tracking the person's hand holding a 1"x1" cube? I am trying to reduce the "background noise" that the scanner has to try to read through.

View 1 Replies

Taking Pictures With Webcam Via Webcam Button?

Mar 28, 2012

I have a logitech webcam that I use to take pictures of customers to submit to a server/database. Utilizing AVICAP32.DLL calls, I was able to modify my VB.NET program to take these pictures via a button in my program.

My question is, it would me more convenient to my intended users to click the webcam button, instead of clicking on the button in my program.

Is this possible to do in VB.NET? and how can I do this?

If this is not possible to do with my logitech webcam than is there a Microsoft Webcam that can do this?

View 1 Replies

Webcam Record Video While Program Continues Function?

Jul 19, 2010

I have managed to record my webcam which saves to the desired location and is displaying to the screen while recording but i am trying to run other functions while the webcam video is being recorded but the rest of my form stops functioning until the recording is completed.

Is it possible to record and continue other functions at the same time

View 1 Replies

Create A User Control Using WIA (Windows Image Acquisition) WebCam Project

Oct 6, 2009

i want to create a user control using WIA but i m get a error message at run time Error Assembly generation failed -- Referenced assembly 'Interop.WIALib' does not have a strong name. i m working of windows server 2003.

View 1 Replies

Process Of Designing A Computer Control Program To Control A HF Communications Receiver?

Jul 11, 2008

I am in the process of designing a computer control program to control a HF communications receiver (radio), and have found a problem with the Serial port. I am using VB Express Edition 2008. This module of the program is supposed to take an input string from another part of the program, format it, break it into 4 bytes, and send it to the radio in hex form via COM port 1. The problem comes in when you try to enter a frequency with an 8 or a 9 in it. The 8 or 9 is usually replaced by 45, ex.-input 9900, receiver tune 4545. The exact same thing happens with 8's, input 8800 and receiver tune 4545. All other numbers other than 8 or 9 work fine. The strange part of it is that sometimes the 8's and 9's work, and work correctly. For instance, 900, 1900, 2900, 3900, 4900, 5900, 6900, and 7900 all work correctly. This led me to believe that is may only be when the 8 or 9 is in the first position, but that is not the case, it also shows up in other positions as well. All other frequencies that do not have 8 or 9 in them also work. I ran into this same problem with VB Express 2005, and worked on it for weeks before giving up and going back to VB6.0. This same module (with exception of the port open command) runs flawlessly under VB6. I have even tried importing the MSCOMM control from VB6, but it gives the same results. In de-bugging mode, all of the inputs, decimal and hex seem to be correct, so the problem must come in after you click the command button, but before it leaves the COM port.

[Code]...

View 19 Replies

Possible To Copy An Edit Control (win32) From External Program To Use On Own Program?

Jan 9, 2010

I need to manipulate an external edit control from with in my program. (IE: Get new text whenver it's being enter into edit control and parse the infomation in my program).So, is it possible to create an edit control in my program that base on the handle of an existing application using win32 api or something

View 4 Replies

Capturing .jpg Using A WebCam?

Jun 4, 2011

I want to capture a still picture in any format like .png,.jpg,.bmp etc. using a webcam.And want to save that in directory.

View 3 Replies

Connect WebCam In 6.0?

Jun 21, 2010

I would like to connect a webcam to vb6.0 or to vb.net and wolud like to take a photograph which is then to be stored in access / sql database.

View 1 Replies

Get Snap Of Webcam?

May 29, 2012

How can I have my VB.net application take a picture of me from my webcam? Nothing too complicated,

View 2 Replies

How To Take A Photo Using Webcam

Feb 12, 2012

I'm trying to take a picture from my webcam when the user clicks a button on a Form on a Windows XP Machine.

I tried going through several threads, but couldn't find the solution I was looking for. Most of the threads involved matters (and code) too complex for my requirements, or had bugs when I reproduced the code in my editor window which I was unable to resolve due to my lack of knowledge in I/O related programming.

So far the simplest solution I could find was this one:[URl]...but after using his solution in my editor, it says 'type WIA is not defined', despite adding a reference to Microsoft Windows Image Acquisition 1.01 Type Library.

View 17 Replies

How To Use Webcam In A Form

Apr 30, 2009

how to use webcam in a form in vb.net, pls provide me the sufficient information

View 1 Replies

Selecting A Particular Webcam

May 24, 2007

I wrote some software that use the AVICAP32.dll to do a spot of video capture.All was going well till they went and bought a laptop with a built in webcam.Now my software picks one a random and uses that for the video (somewhat annoying to say the least) Can anyone tell me how to pick a camera to use,I suspect it is related to DVM_DIALOG but my experiments have not been too successful.

View 1 Replies

Stream My Webcam Over Lan?

May 14, 2010

I have to develop an application where I have to stream my webcam over lan. I have a server where my webcam will be connected and when requested I have to send my webcam over lan. i need to view the server webcam from another network pc.

View 4 Replies

Take A Snapshot From WebCam In .NET?

Aug 4, 2009

I need to capture image from WebCam in my .NET application which should work on both Win XP & Vista. While creating this thread, the forums suggested me 3 links that were helpful. I though I got the answer from one of them, but it worked spcifically on Win XP, not Vista.

I jus tneed to capture an image from the WebCam, rest all processing of the would be handled by my .NET code.

View 6 Replies

.net - VB Webcam Barcode Scanner SDK?

Apr 9, 2012

Is there any Visual Basic SDK that will let me scan a barcode from a webcam, not an image? I have seen some that read from files, but this is not what I am looking for. If possible, I would love it if this is free!

View 2 Replies

Automate The Webcam To Take A Picture?

May 16, 2010

code snippet in visual basic 2010 to automate the webcam to click a picture based on if any key is pressed on the keyboard?

View 1 Replies

Capture Image From Webcam?

Jun 21, 2010

How to use GDTwain control in VB.net

View 1 Replies

Capture Images Using Webcam?

Oct 11, 2007

I have swann webcam Mac IP cam network camera...its connected to the RJ-45 connector....I want to capture images after every 10 sec. from this and save it in to sql database..[URL]

View 6 Replies

Capture Video With Webcam?

Mar 12, 2009

I'm currently working on a project which is basically Server-Client based. Client is standalone VB executable file and Server is web based.The program is supposed to use webcam as video capture device, stream video footages to server (on website - live feed) and allows users to manually save captured videos into their computer.Thats basically the brief description of my system. I'm starting off working with VB right now and website after I'm done with VB.I'm new to VB, this would be my 1st project on it. I've looked for available sources online and found several VB apps which lets me capture image file through my webcam. Also on MSDN forum, i found recommendations on using "DCAM Server" to stream videos on website but I'm still not sure of how to configure the settings to make it work properly, and of course, don't have a proper website for it to work with yet atm. Also realise I'll need to integrate some .dll files or activeX functions to use video capture function. I don't really know how to use these yet rite now.

View 3 Replies

Capture Webcam With AviCap?

Nov 1, 2010

I Am Trying To Get A Webcam's Frames, I Can Get The Frames Succesfully But I Cannot Preview It.

I Mean, The Program Can Succesfully Record A Video To My Local Disk, But It Doesnt Preview On A Picturebox.

But This Isn't So Important, I Don't Know If I Can Change The Resolution Of That Captured Video?

I Mean, I Have An HD Camera, But It Doesnt Record On HD, It Just Records The Right Top 640x480 rectangle of screen. So I Mean It Doesnt Even Records Me, It Records My Back...

View 2 Replies

Code To Test Webcam If It's On Or Off?

Jun 10, 2009

Is there any code to test the webcam if it's on or off ?. i mean, i need a code that telling me if my webcam is on.

View 2 Replies

Connect A Webcam Into Our System?

Dec 2, 2010

What is the proper way to connect a webcam into our system?

Purpose: To record / save a video files using a webcam

Objectives: To Learn Advance On VB.NET Languages

Significance Of The Study: For being basis/example to us programmers especially to all beginners programmer.

View 4 Replies

Creating Webcam Applications?

May 4, 2009

i am a student who is quite a newbie in visual studio.. i have learnt the basics of VB and windows application during my school time..but now.. i am attached to this company for my final year project. i am required to do a webcam application..

View 4 Replies

Get Webcam Images By Events?

Sep 30, 2009

I would like to acquire the images of a webcam in the background based on an event.I know there is a possibility to display the webcam stream directly in a picturebox but I want to process every single image and display them then.

The best would be if there is an event that triggers every time a webcam images is received. That event should include the image (in some kind of format).

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved