Re: squeak & support for video?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: squeak & support for video?

Ragnar Hojland Espinosa-2
On 12/28/05, Jon Hylands <[hidden email]> wrote:
> I recently hooked Squeak up to Framecap
> (http://www.robin-hewitt.com/framecap/) using FFI, and can pull frames from
> my webcam into Squeak... The code to do it is pretty simple, although to
> translate from their image format to Form would probably be better done in
> a PlugIn...

Jon, i threw the capture along with a Form displayOn: Display in a
simple while loop and it's really slow. Do you think the FFI is the
responsible, and the performance hit could be avoided by converting it
to a plugin?
--
Ragnar

Reply | Threaded
Open this post in threaded view
|

Re: squeak & support for video?

Jon Hylands
On Fri, 24 Feb 2006 12:54:53 +0100, "Ragnar Hojland Espinosa"
<[hidden email]> wrote:

> Jon, i threw the capture along with a Form displayOn: Display in a
> simple while loop and it's really slow. Do you think the FFI is the
> responsible, and the performance hit could be avoided by converting it
> to a plugin?

No, the performance hit is converting their pixel format into our pixel
format, which could also be fixed by switching this to a plugin and doing
that part in C.

If you end up doing a plugin for this, I'd be very interested in getting
it...

Later,
Jon
--------------------------------------------------------------
   Jon Hylands      [hidden email]      http://www.huv.com/jon

  Project: Micro Seeker (Micro Autonomous Underwater Vehicle)
           http://www.huv.com