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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3f8d27aa76cfc13 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-22 09:35:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!denver-snf1.gtei.net!news.gtei.net!coop.net!newsfeed1.global.lmco.com!svlnews.lmms.lmco.com!not-for-mail From: William Dale Newsgroups: comp.lang.ada Subject: Re: Real Time Machine Vision Date: Mon, 22 Apr 2002 09:22:44 -0700 Organization: Lockheed Martin Corporation Message-ID: <3CC438D4.2B13F83A@81832.com> References: <1019335380.644451@rnewsr2.es.tisadm.net> NNTP-Posting-Host: 129.197.111.60 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.61 [en] (WinNT; U) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:22921 Date: 2002-04-22T09:22:44-07:00 List-Id: Try http://marte.unican.es/ for the RT Kernel. Good Ada (free) support which I think might be more difficult with QNX RTOS Carlos Luque Dengra wrote: > > Hi u all. > I just write these few lines to know about your experiences/oppinions about > computer vision/realtime/hardwaere developement. > I plan to build a system using off-the-shelf hardware, and gnu/free/... > software. Knowing that is not a comemrcial app., > I think that I could use: > > -cheap SBC x86, including USB and Ethernet > - QNX RTOS > - cheap USB Camera > - parallel port as input/output device > - ADA as the development language. > > I know that Multimedia camera are not best suited for machine vision apps. > I know that maybe I will net to talk to a DSP. > I know that so far there's no ADA compiler for QNX (Maybe in the future). > Maybe the only way way will be C (some ASM too). > The RTOS is necessary as far as deadlines will be strict and the system has > to be deterministic. > > Thankx in advance. > > Carlos L.