Windows Application Using A Digital Camera 
Author Message
 Windows Application Using A Digital Camera

Yes,

I have been given the task of developing a Windows Application that will
communicate with a digital camera.

I would like the application to accept images taken from the camera, then
display them on the screen in real-time. If the end-user is happy with the
picture, he/she can save it in the database. If not, he/she can take the
picture again.

If anyone has done this, please feel free to jump in and help.
Also, Does the TakePicture method still work like it did in VB6?

Code wise, I guess I can use C# or VB.NET. It really does not matter at this
point. Since I am in the research stage of this project.

-Todd



Sun, 03 Apr 2005 02:05:03 GMT  
 Windows Application Using A Digital Camera


Quote:
> I have been given the task of developing a Windows Application that will
> communicate with a digital camera.

How will the camera communicate with the computer?  Serial port?  USB?

.NET doesn't have any built-in classes for serial or USB ports.  For a
serial port, you'll need to use COM-interop.  I don't recall seeing any
.NET libraries for interfacing with USB.

--
Patrick Steele
Microsoft .NET MVP
http://radio.weblogs.com/0110109



Tue, 05 Apr 2005 19:31:13 GMT  
 Windows Application Using A Digital Camera
Here's something for a {*filter*}:

http://www.*-*-*.com/ {*filter*}image.asp

steve




Quote:
> I have been given the task of developing a Windows Application that will
> communicate with a digital camera.

How will the camera communicate with the computer?  Serial port?  USB?

.NET doesn't have any built-in classes for serial or USB ports.  For a
serial port, you'll need to use COM-interop.  I don't recall seeing any
.NET libraries for interfacing with USB.

--
Patrick Steele
Microsoft .NET MVP
http://www.*-*-*.com/



Tue, 05 Apr 2005 22:11:53 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Inputing digital camera inages into access using vb4

2. Controlling a digital camera from a bound object frame

3. Retrieve embedded information from jpg file (digital camera picture)

4. Digital Camera Download Solution Required

5. TWAIN &/Or Digital Camera's

6. VB with digital camera/ 3D etc - How?

7. Digital Camera

8. Use VB to Access Digital/Video Camera

9. Digital Camera USB driver

10. Timer for time-lapse digital camera

11. import image from scanner or digital camera

12. compro PS39 digital video camera

 

 
Powered by phpBB® Forum Software