Re: Multi-monitor test-and-feedback app for Windows



Jean-Pierre Gygax wrote:

Whether XP can always do it (or Vista using the XP driver model), I'm slightly less sure. But you can sort of observe what happens e.g with VLC (the VideoLAN media player) - the window moves, but the image gets cut off.

The reason for that is that the video buffer is an "overlay", some sort of direct-memory-giveto. The hardware takes a adress of video memory and displays it at a fixed position in screen space, almost as if you would "overlay" an analogue PIP video signal on a analogue carrier, you directly mess with the "state" for the display-device instead of the source.
That's why you also get popping delays while moving an "overlay", the GUI-state and the "overlay"-state are on two different sides of the render process, and very difficult to synchronize.
And well that's the reason why you get the image cut off, the address can for obvious reasons not be on a mem-chip of the other card. Of course it's being a bit lazy also, making aligned "overlays" on two cards with time-sync is possible; maybe not nice though.

AFAIK, I'm no real expert. :)

Ciao
Niels
.



Relevant Pages

  • Re: Video overlay generator
    ... The reason for this is that we want to be able to display graphical ... us to implement a character generator inside the FPGA. ... somehow overlay a simple color graphic by replacing the video with the ... Even for analog signals. ...
    (sci.electronics.design)
  • Video overlay in real time
    ... I'm not very experience with digital video and video overlay ... but I'm looking for a PCI card that will let me do ... Put a text overlay on every frame before it is written to disk ... Even better would be if the card comes with a programming SDK, ...
    (rec.video.desktop)
  • Re: Video overlay in real time
    ... I'm not very experience with digital video and video overlay ... but I'm looking for a PCI card that will let me do ... Put a text overlay on every frame before it is written to disk ... Even better would be if the card comes with a programming SDK, ...
    (rec.video.desktop)
  • Re: Overlay Surface & Movie Maker(To PapaJohn)
    ... Try searching for any updated drivers for the built in graphics. ... > Did Movie Maker work in display mode "Primary Surface" Or need "Overlay ... > My problem is the following: I have a capture card who work either in the ...
    (microsoft.public.windowsxp.video)
  • BT8x8 TV Card
    ... I'm having a kernel related issue with the BT878 card I have ... tvtime produces the following error: ... *** tvtime requires hardware YUY2 overlay support from your video card ... *** X driver supports hardware overlay surfaces. ...
    (Linux-Kernel)

Loading