Re: Webcam and serial control [message #35404] |
Wed, 28 May 2003 07:26 |
David Burridge
Messages: 33 Registered: January 1998
|
Member |
|
|
Hi Adrian,
I've had some success connecting IDL to a Logitech WebCam using their API
and the new IDL ActiveX widgets. To get the images into IDL, you either have
to use file transfer (ugly and slow, but very simple:-) or do some fancy
footwork with C++. Whilst doing a search the other day I noticed an API that
claimed to connect to any webcam from C++, so you might be able to do the
same thing with another brand of camera.
I have also written a serial port program for one of my customers in C++. I
used an excellent tool called UserPort (you will need this if you are on
WinNT, 2000 or XP) and created a DLL using MSVC++6.0. This was simply called
from IDL using CALL_EXTERNAL (which I put into a wrapper routine).
I hope this is useful. Let me know if you need any more details.
Cheers,
Dave
--
David Burridge
Burridge Computing, 18 The Green South
Warborough, Oxon, OX10 7DN
England
Tel: +44 (0) 1865 858279, Email: davidb@burridgecomputing.co.uk
"Adrian Jacobo" <adrian@gamebox.net> wrote in message
news:e264434f.0305280514.4a37de38@posting.google.com...
> I�m looking for some code that could help me adquiring images from the
> webcam driver. I was trying to get the images from a html server (with
> the socket command) but i can read a Jpeg from there (with the
> read_jpeg command), anyone knows how to do that?
> I�m also needing some code to manage the serial port, any help?
>
> Thanks.
> Adrian.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.404 / Virus Database: 228 - Release Date: 15/10/2002
|
|
|