Connecting Tech Pros Worldwide Help | Site Map

Capture picture from Digital Camera using C#

=?Utf-8?B?R2lkaQ==?=
Guest
 
Posts: n/a
#1: Dec 13 '07
Hi,

I'm looking for a good example to learn how can i capture a picture into my
application using digital camera and C#.

Thanks,
Gidi.
Kerem Gümrükcü
Guest
 
Posts: n/a
#2: Dec 13 '07

re: Capture picture from Digital Camera using C#


Hi Gidi,

the question here is what kind of camera do you use?
What Interface does it have and what format are
the images/video? More specific please,...

Regards

Kerem

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."


=?Utf-8?B?R2lkaQ==?=
Guest
 
Posts: n/a
#3: Dec 13 '07

re: Capture picture from Digital Camera using C#


Hi,

I want to use a web camera, for example, Logitech quick Messanger, and to
catch a JPG files.
beside that, i don't have any other information... hope that helps...

"Kerem Gümrükcü" wrote:
Quote:
Hi Gidi,
>
the question here is what kind of camera do you use?
What Interface does it have and what format are
the images/video? More specific please,...
>
Regards
>
Kerem
>
--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
>
>
>
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
 
Posts: n/a
#4: Dec 13 '07

re: Capture picture from Digital Camera using C#


A lot of these web cameras come with a COM component that you can use to
"take Snaps". You should be able to wrap the component with Managed code by
setting a COM tab reference to it. You may also be able to find a generic COM
component that will work with most any camera brand.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com


"Gidi" wrote:
Quote:
Hi,
>
I want to use a web camera, for example, Logitech quick Messanger, and to
catch a JPG files.
beside that, i don't have any other information... hope that helps...
>
"Kerem Gümrükcü" wrote:
>
Quote:
Hi Gidi,

the question here is what kind of camera do you use?
What Interface does it have and what format are
the images/video? More specific please,...

Regards

Kerem

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."

Delicioustian
Guest
 
Posts: n/a
#5: Dec 14 '07

re: Capture picture from Digital Camera using C#


Hi~
You can use Windows Image Acquisition(WIA) service. A COM component for
WIA is free for downloading at microsoft.com. I used it in one of my project
using
a CANON G7 Camera.



"Gidi" <shnapsi@hotmail.com.dontspam写入消æ¯
news:925F95E3-16E1-409A-9BA0-3702684A27DC@microsoft.com...
Quote:
Hi,
>
I'm looking for a good example to learn how can i capture a picture into
my
application using digital camera and C#.
>
Thanks,
Gidi.
>
Closed Thread


Similar C# / C Sharp bytes