Struct CameraData
Structure to hold metadata from camera such as type, family, etc. More...
#include <constants.h>
Public Attributes
| Type | Name |
|---|---|
| std::vector< int > | bgrChannels |
| QString | cameraFamily |
| QString | cameraType |
| std::vector< int > | mosaicShape |
Public Static Functions
| Type | Name |
|---|---|
| CameraData | fromJson (const QJsonObject & jsonObject) |
Detailed Description
Structure to hold camera meta information such as type, family and mosaic shape. This can be initialized from a QJsonObject using CameraData.fromJson .
Public Attributes Documentation
variable bgrChannels
variable cameraFamily
variable cameraType
variable mosaicShape
Public Static Functions Documentation
function fromJson
Method to initialize camera metadata object from a QJsonObject.
Parameters:
jsonObjectObject containing camera metadata:cameraType, cameraFamily, mosaicWidth, mosaicHeight, bgrChannels.
Returns:
structure containing the camera metadata.
The documentation for this class was generated from the following file src/constants.h