[Gambas-user] Image handling ...

Benoit Minisini gambas at ...1...
Thu Jul 12 10:15:43 CEST 2007


On jeudi 12 juillet 2007, Gareth Bult wrote:
> Hi,
>
> I'm working on a CCTV application using AXIS IP cameras and I've managed to
> display a moving video feed from the camera in a Gambas application.
>
> I have two questions if anyone can help;
>
> a. Is there any way of getting a chunk of data acquired off the network
> into an image without doing; File.Save("/tmp/temp")
> obj.Picture.Flush
> obj.Picture = Picture["/tmp/temp"]
> (i.e. directly)
>
> b. If I display the picture in the root of a Window, it's perfect.
> If I display the image in a PictureBox or a Button, if flickers very badly.
> Is there a trick to double buffering objects inside a window so they don't
> flicker on update ?
>
> (if it helps I'm running @ 5fps)
>
> tia
> Gareth.

Which version of Gambas do you use?

-- 
Benoit Minisini




More information about the User mailing list