473,401 Members | 2,127 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,401 software developers and data experts.

C# and image capture

Hi,

What is the best way to capture images from a FireWire DCAM camera? Is
there any support for the DCAM protocol anywhere for C# on Windows 2000? If
I understand it right TWAIN = legacy and not to be used, STI is the old
driver model and WIA is the new model but only on XP and later.

What are we expected to use to captuire images?

Thanks.
Jul 21 '05 #1
4 9498
Hi,

Here is a vb.net example.
http://www.vb-helper.com/howto_net_video_capture.html

Ken
----------------------
<.> wrote in message news:uV**************@TK2MSFTNGP10.phx.gbl...
Hi,

What is the best way to capture images from a FireWire DCAM camera? Is
there any support for the DCAM protocol anywhere for C# on Windows 2000? If I understand it right TWAIN = legacy and not to be used, STI is the old
driver model and WIA is the new model but only on XP and later.

What are we expected to use to captuire images?

Thanks.

Jul 21 '05 #2
But that creates a Window which I dont want, I just want the data from a
DCAM compatible FireWire camera.

Is there any MSDN documented way on windows 2000 to do this from C# because
the 3rd party class libraries I have are for C++ and just source and theyre
bullshit to code really.
"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:ud**************@tk2msftngp13.phx.gbl...
Hi,

Here is a vb.net example.
http://www.vb-helper.com/howto_net_video_capture.html

Ken
----------------------
<.> wrote in message news:uV**************@TK2MSFTNGP10.phx.gbl...
Hi,

What is the best way to capture images from a FireWire DCAM camera? Is
there any support for the DCAM protocol anywhere for C# on Windows 2000?

If
I understand it right TWAIN = legacy and not to be used, STI is the old
driver model and WIA is the new model but only on XP and later.

What are we expected to use to captuire images?

Thanks.


Jul 21 '05 #3
Hello,

Thanks for your post. Generally speaking, we now use DirectShow to perform
high-quality video and audio playback or capture. DirectShow is contained
in Microsoft DirectX which can be installed at
http://www.microsoft.com/msdownload/...sdk/sdkupdate/. You can check
the AmCap sample in DirectX SDK first:

AmCap Sample
http://msdn.microsoft.com/library/de...us/directx9_c/
directx/htm/amcapsample.asp

Please refer to the article below to call DirectShow in C#:
DirectShow.NET
http://www.codeproject.com/cs/media/directshownet.asp

In addition, I believe that it will be most propriate to post such
questions to the following newsgroups:
microsoft.public.win32.programmer.directx
microsoft.public.win32.programmer.directx.video
microsoft.public.win32.programmer.directx.managed

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

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

Jul 21 '05 #4
Hello,

Thanks for your post. Generally speaking, we now use DirectShow to perform
high-quality video and audio playback or capture. DirectShow is contained
in Microsoft DirectX which can be installed at
http://www.microsoft.com/msdownload/...sdk/sdkupdate/. You can check
the AmCap sample in DirectX SDK first:

AmCap Sample
http://msdn.microsoft.com/library/de...us/directx9_c/
directx/htm/amcapsample.asp

Please refer to the article below to call DirectShow in C#:
DirectShow.NET
http://www.codeproject.com/cs/media/directshownet.asp

In addition, I believe that it will be most propriate to post such
questions to the following newsgroups:
microsoft.public.win32.programmer.directx
microsoft.public.win32.programmer.directx.video
microsoft.public.win32.programmer.directx.managed

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

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

Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jeremy | last post by:
I've magnified an image on the form as following codes: private void ViewForm_Paint(object sender,System.Windows.Forms.PaintEventArgs e) { Point ulCorner = new Point( 0, 0);...
2
by: Paul Aspinall | last post by:
Hi I am trying to find some code, or reference docs, to assist in helping capture images from an image capture device (ie. webcam etc etc). I want to be able to compare successive images coming...
6
by: anonymous | last post by:
hi all, I'm trying to use the capCreateCaptureWindow (see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/htm/_win32_capcreatecapturewindow.asp) in a Windows...
4
by: Tomasz Bak | last post by:
Hello, I have a simple problem: mark a list of defects on an image. I think the best way to do it is to select a single deffect, then take two coordinates of coursor form an image on a web...
2
by: | last post by:
Hi, we are planning to rewrite an extisting C++ image processing application/library in C#. Now several question arouse where I hope you can help me: So far we allocated a block of memory as...
2
by: ghostrider | last post by:
Hi, I am working on an access app and need to capture still images from a monitor connected to medical equipment. The video out port on the monitor is connected to a video card in the computer...
0
by: indhu | last post by:
Hi all, am new to the VB forum. Anyway, i need a help from u all. i am developing project.where i am using some kind of webcam. capture image thru webcam by cliking capture button in the form. ...
0
by: =?Utf-8?B?Q2hha3JhdmFydGh5?= | last post by:
Hi, Have been trying to capture the webpage as image from quite a long time. Can some one suggest me a solution to convert or capture the HTML Output of any webresponse to anykind of image...
0
by: ikramalikhan | last post by:
i am developing a software in vb 6.0 as front end and msaccess as back end..i want to capture an ultrasound image via my vb form image control.my doctor client will capture live ultrasound image and...
2
by: raylopez99 | last post by:
Beware newbies: I spent a day before I figured this out: copying a bitmap (image) file to file is not quite like copying a text file--you have to do some tricks (see below), like using a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.