Image type module.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | IMAGE_DEVICE_LEN | = | 512 |
Max. image device path length. |
Image type.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=ID_LEN), | public | :: | id | = | ' ' |
Image id (UUIDv4). |
|
character(len=NODE_ID_LEN), | public | :: | node_id | = | ' ' |
Node id. |
|
character(len=SENSOR_ID_LEN), | public | :: | sensor_id | = | ' ' |
Sensor id. |
|
character(len=TIME_LEN), | public | :: | timestamp | = | TIME_DEFAULT |
Image timestamp (ISO 85601). |
|
character(len=IMAGE_DEVICE_LEN), | public | :: | device | = | ' ' |
Physical camera device path, host, or address. |
|
character(len=MIME_LEN), | public | :: | mime | = | ' ' |
Image format (MIME type). |
|
integer, | public | :: | width | = | 0 |
Image width in pixels. |
|
integer, | public | :: | height | = | 0 |
Image height in pixels. |