This Qt C++ example application demonstrates how to use the QCamera from the QtMobility Multimedia module and how to create a circus-style mirror effect with it. The application shows how to manipulate camera frames in real time. Touch the mirror to get use of the secondary camera and pinch the mirror in/out to zoom it.
The application handles Graphics Out Of Memory (GOOM) events in its QApplication::symbianEventFilter() method. For more information about GOOM (Graphics memory handling), see http://wiki.forum.nokia.com/index.php/Graphics_memory_handling. The example has been tested to work with Qt 4.7.3. and QtMobility 1.1.2 on Symbian^3.
The project is being hosted and developed at: https://projects.forum.nokia.com/mirrorhouse where you can read additional documentation on design considerations, check possible newer revisions, and also contribute to the project.
This Qt Quick example application demonstrates how to use the QCamera from the Qt Mobility Multimedia module and how to create a circus-style mirror effect with it. The application shows how to manipulate camera frames in real-time.