From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,89bc15f0b170e365 X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: Help : Video acquisition with ADA Date: 1999/04/20 Message-ID: <371ca9ec.168016@news.pacbell.net>#1/1 X-Deja-AN: 468775095 References: <7fhas9$npi@news.u-strasbg.fr> X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.pbi.net 924625586 207.214.211.114 (Tue, 20 Apr 1999 09:26:26 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Tue, 20 Apr 1999 09:26:26 PDT Newsgroups: comp.lang.ada Date: 1999-04-20T00:00:00+00:00 List-Id: >Is it possible to use the multimedia SDK from Microsoft for video >acquisiton with ADA throught the MCI or TWAIN interface ? (under Win9x) Though I haven't done that, it should be easy: you just make Ada specs for the SDK functions and use Pragma Import, like all other MS Windows APIs. About 5 years ago (pre-Windows) I used Ada in several programs that did video capture. There was one Ada spec for the capture stuff and about 5 different bodies for 5 different capture boards. It worked just fine on a 386-16 so there really shouldn't be any problem with a modern machine.