mirrorhouse.qdoc 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /****************************************************************************
  2. **
  3. ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
  4. ** All rights reserved.
  5. ** Contact: Nokia Corporation (qt-info@nokia.com)
  6. **
  7. ** This file is part of the documentation of the Qt Toolkit.
  8. **
  9. ** $QT_BEGIN_LICENSE:FDL$
  10. ** No Commercial Usage
  11. ** This file contains pre-release code and may not be distributed.
  12. ** You may use this file in accordance with the terms and conditions
  13. ** contained in the Technology Preview License Agreement accompanying
  14. ** this package.
  15. **
  16. ** GNU Free Documentation License
  17. ** Alternatively, this file may be used under the terms of the GNU Free
  18. ** Documentation License version 1.3 as published by the Free Software
  19. ** Foundation and appearing in the file included in the packaging of this
  20. ** file.
  21. **
  22. ** If you have questions regarding the use of this file, please contact
  23. ** Nokia at qt-info@nokia.com.
  24. ** $QT_END_LICENSE$
  25. **
  26. ****************************************************************************/
  27. /*!
  28. \title MirrorHouse
  29. \example
  30. This Qt C++ example application demonstrates how to use the QCamera from the
  31. Qt Mobility Multimedia module and how to create a circus-style mirror effect
  32. with it. The application shows how to manipulate camera frames in real time.
  33. Touch the mirror to enable get use of secondary camera and try to pinch
  34. in/out mirror for zooming it.
  35. The application handles Graphics Out Of Memory (GOOM) events in its
  36. QApplication::symbianEventFilter() method. For more information about GOOM
  37. (Graphics memory handling), see http://wiki.forum.nokia.com/index.php/Graphics_memory_handling
  38. Pictures from Symbian version
  39. \image MirrorHouse.png
  40. \section1 Compatibility
  41. Qt SDK 1.1 RC
  42. Qt 4.7.3 for Symbian^3
  43. QtMobility 1.2
  44. Tested on: Nokia N8, Nokia E7
  45. Developed with: Qt SDK 1.1 RC
  46. */