webcam

  • Thread starter Thread starter Konrad
  • Start date Start date
K

Konrad

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?

Thanks
Konrad
 
Hello Konrad,

I don't know there is any way to grab pictures from webcam in .NET. Maybe you could post the question in
public.platformsdk group to see if anybody there could help you out.

For how to send picutres via FTP, please refer to http://www.codeproject.com/csharp/ftp.asp. It contains a good sample on
it.

Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: "Konrad" <[email protected]>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Subject: webcam
!Date: Mon, 4 Aug 2003 07:07:35 +0200
!Organization: tp.internet - http://www.tpi.pl/
!Lines: 13
!Message-ID: <[email protected]>
!NNTP-Posting-Host: pj12.szczecin.sdi.tpnet.pl
!X-Trace: atlantis.news.tpi.pl 1059973678 15164 217.98.201.12 (4 Aug 2003 05:07:58 GMT)
!X-Complaints-To: (e-mail address removed)
!NNTP-Posting-Date: Mon, 4 Aug 2003 05:07:58 +0000 (UTC)
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.3790.0
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!
newsfeed.tpinternet.pl!atlantis.news.tpi.pl!news.tpi.pl!not-for-mail
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:164499
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!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?
!
!Thanks
!Konrad
!
!
!
 
Hi Konrad,

Thanks for your post.

You can use DirectShow (contained in DirectX) to grab picture from WebCam.
I believe the sample AmCap is very helpful:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/
directx/htm/amcapsample.asp.

You can install DirectX 9 SDK at
http://www.microsoft.com/downloads/details.aspx?familyid=08c586cd-ca80-4391-
82af-5c4125dedb7f&languageid=f49e8428-7071-4979-8a67-3cffcb0c2524&displaylan
g=en

In the meantime, I recommend you the newsgroup
microsoft.public.win32.programmer.directx.video which is best suited for
such issue.

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! ¨C www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.
 
Back
Top