Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - pre-processing the window framebuffer before composition manager does the final composition?: (1 Item)
   
pre-processing the window framebuffer before composition manager does the final composition?  
We are developing application using QML/Qt on SDP6.6.  We'd like to blur the underlying window content when another 
window is at foreground. Which means the foreground window is semi transparent and the background window is visible and 
gaussian blur(like MS Windows 7 Aero effect).  

We wanted that the background window content keeps updating even if it is at background. 

Is it possible to do one extra step to do gaussian blur for the background framebuffer before it is overlayed by the 
composition manager?  Thanks in advance. 

 - In graphics.conf, there is only one pipeline available. 
 - the background window and foreground window MAY belong to different process(PID). Or MAY belong to same process.

Br,
Robin