Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QtopiaCamera namespace provides common camera definitions More...
#include <QtopiaCamera>
The QtopiaCamera namespace provides common camera definitions
Error descriptor code
Constant | Value | Description |
---|---|---|
QtopiaCamera::FatalError | 0 | A Fatal Error has occured |
QtopiaCamera::Warning | 1 | A Non-Fatal error has occured |
Pixel and Image Data formats given in FOURCC code (see: http://v4l2spec.bytesex.org )
Constant | Value | Description |
---|---|---|
QtopiaCamera::RGB32 | 876758866 | 24-bit rgb format: 0xffRRGGBB |
QtopiaCamera::RGB24 | 859981650 | packed 24-bit rgb format: 0xRRGGBB |
QtopiaCamera::RGB565 | 1346520914 | 16-bit rgb |
QtopiaCamera::RGB555 | 809650002 | 15-bit rgb |
QtopiaCamera::YUYV | 1448695129 | YUV 4:2:2 |
QtopiaCamera::UYVY | 1498831189 | YUV 4:2:2 |
QtopiaCamera::SBGGR8 | 825770306 | 10-bit Bayer format |
QtopiaCamera::MJPEG | 1196444237 | Motion JPEG |
QtopiaCamera::JPEG | 1195724874 | JPEG |
QtopiaCamera::MPEG | 1195724877 | MPEG bitstream |
QtopiaCamera::H263 | 859189832 | H.263 bitstream |
Synonym for QMap<unsigned int, QList<QSize>> Holds a map of formats to a list of supported resolutions for that format
Image Resolutions
Constant | Value | Description |
---|---|---|
QtopiaCamera::NonStandard | 0 | Non Standard Resolution |
QtopiaCamera::SQCIF | 1 | 128x96 |
QtopiaCamera::QCIF | 2 | 176x144 |
QtopiaCamera::QVGA | 3 | 240x320 |
QtopiaCamera::CIF | 4 | 352x288 or 0.10 Mega Pixels |
QtopiaCamera::VGA | 5 | 640x480 or 0.31 Mega Pixels |
QtopiaCamera::XGA | 6 | 1024x768 or 0.79 Mega Pixels |
QtopiaCamera::SXGA | 7 | 1280x1024 or 1.31 Mega Pixels |
QtopiaCamera::UXGA | 8 | 1600x1200 or 1.92 Mega Pixels |
QtopiaCamera::WUXGA | 9 | 1920x1200 or 2.30 Mega Pixels |
QtopiaCamera::QXGA | 10 | 2048x1536 or 3.14 Mega Pixels |
QtopiaCamera::WQXGA | 11 | 2560x1600 or 4.09 Mega Pixels |
QtopiaCamera::FIVEMP | 12 | 2580x1936 or 4.99 Mega Pixels |
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |