#include <CamStreamApp.h>
This class is the main object for the CamStream application. It does the following:
The configuration is stored as an XML document. The structure still has to be defined fully, and is partially defined by sub-elements.
|
Constructor. Takes the argc and argv arguments from main(). |
|
Destructor. End of program; saves user settings (image formats, etc) |
|
|
|
|
|
Find the options of a videodevice, matching by name or device node.
|
|
Find enumeration belonging to file format.
|
|
|
|
Get string with the proper filename extension.
|
|
Get string with format for saving files. Return proper handler string for current file format (which is different from the file extension). See QImage::save(...) |
|
Return bitmak of available file formats. This function returns a bitmask of available formats. Every enumerated fileformat is represented by its corresponding bit (use 1 << n to mask out a bit). The number of fileformats is thus limited to 32. |
|
Return number of file formats. This function returns the number of programmed file formats, including the formats that are currently not supported by Qt. The supported formats are determined at run time, see GetFileTypeMask. |
|
|
|
|
|
|