Re: Video Input to Dolphin?
Posted by Chris Uppal-3 on Dec 05, 2004; 12:39pm
URL: https://forum.world.st/Video-Input-to-Dolphin-tp3372256p3372257.html
Object Logic wrote:
> I'd like to have access to all the standard graphic hardware in
> Dolphin like a scanner, video line in, webcam, camcorder, and USB TV
> as well as various movie file formats for the following purposes:
> 1) Input textbook images with graphics and text then OCR the text and
> identify the graphic objects.
> 2) Capture a few frames in sequence, convert them to stereoscopic 3D,
> then manipulate them according to my script and translate them to
> G-codes for machining.
I think that the /big/ problem here would be finding the right documentation --
i.e. that it's not really a Dolphin problem as such, you'd have exactly the
same difficulties if you were using, say, MS C++.
E.g. scanners are usually accessed via TWAIN, and I think Ian Bartholomew has a
goodie that wraps some or all of the TWAIN API. But if you want to get the
video stream from a webcam or whatever, then you are entirely dependent on the
manufacturer producing (or being willing to produce in exchange for $$) an API
you can use. Similarly, you can certainly find public implementations of movie
file formats that you could adapt/wrap, but you are at the mercy of the vendor
of any OCR application.
-- chris