473,387 Members | 1,624 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Saving from an active webcam Picture box

Hey currently have the code working to have a realtime video in a picture box from a webcam, but I want to be able to save a capture once the save button is pushed. Right now it saves a blank .bmp and I've tried alot of different approaches but can't remedy the problem. The code i have in the save function is

Private Sub cmdSave_Click()

Picture1.AutoRedraw = True
Picture1.Picture = Picture1.Image

SavePicture Picture1.Image, "D:\test.bmp"

End Sub

Can somebody please help me out with this.
Feb 26 '07 #1
0 1174

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Joakim Rylander | last post by:
Hi all, I need to create a public booth where people can look at themselves in a webcam and snap a picture which will be seen on a webpage. The backend is easy, it's the webcam part that I have...
1
by: hihihi | last post by:
Hi.. I am trying to load a webcam picture into my linux prog following this methode, with some changes: http://www.inf.ed.ac.uk/teaching/courses/sdp/creative/v4lintro.html One of the changes is...
2
by: Konrad | last post by:
Hi 1.Where can I find examples of grabbing pictures from WebCam. Using .NET and without .NET in Visual Studio 2003 c++? 2. How to send grabbed picture via ftp using .NET and without it? ...
0
by: maxime_phan | last post by:
hello, after 2 days spent on google, I cannot find any code in c# compiling with visual c# 2005 express that allow to grab a picture from my webcam under windows vista. WIA doesn't work, with...
2
debasisdas
by: debasisdas | last post by:
This program checks if webcam is available, if available then capture video and displays in picture box. Add this code to the general module (.BAS file)...
0
by: =?Utf-8?B?U2F2aW5nIFdlYmNhbSBEYXRhIHRvIEhhcmREaXNr | last post by:
Hi, Using C# I am abl;e to capture the data from the webcam and display the same on the picture box. Bit now I want to save the captured data from webcam into hard-disk in avi / wma format. Could...
1
by: chai0036 | last post by:
Hi to all, I'm very new to asp.net and VB and I am currently working on a project that need to get a webcam to work in asp.net with VB and have been struggling for sometime. I'll need to use...
7
by: MZ | last post by:
Hello, I have a webcam connected to the Internet. I can access the current static picture of the camera using an url link. It shows the picture with high resolution 1600x1200. I would like to...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.