Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6708 Discussions

Simple_Player in Win7 render in background and destop icons become foreground

TatKin_T_Intel
Employee
264 Views

Hi,

i have been trying to use simple_player sample app on video playback on a mpeg2 video file on various windows OS.

In particular to Win7 OS, when the simple_player is executed, i can see the player is rendering the video and the icons from the desktop, be hiding behind the video. This created the scenario whereby the video render at foreground, icons at background.

However when i move my mouse cursor over to the rendered area, i can see that the icons which was hiding behind the rendered area previously, suddenly become foreground.

i have read some articles in the forum mentioning simple_player has some rendering issue in Vista/Win7, in particular to the articles below :
1) http://software.intel.com/en-us/articles/the-directx-render-in-umc-sample-failing-at-windows-7-or-windows-vista/

and

2) http://software.intel.com/en-us/forums/showthread.php?t=77726

and i have implemented the sample fix recommended to turn off Aero feature.

i m using the above article's sample taipei mp4 video and i have captured some screen shot to better illustrate what i mean by icon patches at foreground when mouseover. Pls refer to attach pics.

my question is, how do i make the video render area become permanently rendering at the foreground during video playback in Win7? And that include moving my mouse cursor over will not bring the desktop icons to the foreground and creating annoying patches.


thanks.

btw, i m using IPP samplesv6.1.6.056.

0 Kudos
3 Replies
Tamer_Assad
Innovator
264 Views

Hi Tat,

I think this can be solved by rendering to a window frame. A window object will handle the view area update events by the use of OnPaint() for example.

DX Rendering to a window area rather than the current (absolute) rendering to display buffer can be done by utilizing ColorKey.

Regards,

Tamer Assad

0 Kudos
TatKin_T_Intel
Employee
264 Views
Hi Tamer,

do you have some example i can refer to as reference?

the Simple_player is an example released from IPP and i m just wondering if the sample supports better visual viewing experience from Win7?

sorry i m new to rendering and the concept you mentioned.

rgds,
tatkin
0 Kudos
Tamer_Assad
Innovator
264 Views

Hi Tatkin,

Please check this article. I hope this workout for you.

http://software.intel.com/en-us/articles/windowing-the-intels-ipp-umc-simple_player-sample-video-overlaying/

Regards,

Tamer Assad
0 Kudos
Reply