[Xpert]is XShmPutImage the best way

2001-10-22 Thread trasatti
I work under X11R6 server with XFree86 4.1.0, using XLib and XToolkit graphic libraries. My program must capture-process-display every frame captured from a video source, at the maximum frame rate. All done without palette transformations. Thank's to everyone answer my previous post. As

Re: [Xpert]is XShmPutImage the best way

2001-10-22 Thread Michael Zayats
strangely enough I was playing with exactly the same process for last 2 weeks -1- It is programmed to capture frames in RGB565 format (like the display) on a mmap shared buffer -2- Via a memcpy, the captured frame is copied into a XImage created with XShmCreateImage -3- Then the sw process

Re: [Xpert]is XShmPutImage the best way

2001-10-22 Thread Mark Vojkovich
On Mon, 22 Oct 2001, trasatti wrote: I work under X11R6 server with XFree86 4.1.0, using XLib and XToolkit graphic libraries. My program must capture-process-display every frame captured from a video source, at the maximum frame rate. All done without palette transformations.