Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Video conference call application on QNX: (2 Items)
   
Video conference call application on QNX  
Hi All,
Anybody have any idea that s it feasible to create a video conference application on ANX OS. I am new in this OS and 
want to develop the application.

Any help would be appreciated.
Re: Video conference call application on QNX  
It is quite feasible and you have two general options:

1) Use the low level QNX graphics framework (GF)

2) Use the QNX composition manager which uses the higher level OpenKode API <== recommended



If you are starting from an existing video conferencing application you will likely use one of the two above options to 
add a graphics backend so the application. If you are starting from scratch I recommend reading through the online 
reference.

I copy below the links to the developer guides for the QNX Graphics framework and the Composition Manager. Read through 
them to determine which is suitable to your needs.

The QNX Graphics Framework > Developer Guide:

http://www.qnx.com/developers/docs/6.5.0/index.jsp?topic=/com.qnx.doc.gf_dev_guide/about.html

QNX Neutrino Composition Manager > Developer's Guide:

http://www.qnx.com/developers/docs/6.5.0/index.jsp?topic=/com.qnx.doc.composition_manager_dev_guide/about.html