JavierMateosLuengo commited on
Commit
d13e73c
Β·
verified Β·
1 Parent(s): 5dc7c86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -25,13 +25,17 @@ This dataset includes sample telemetry and radiometric `.JPG` / `.RJPG` imagery
25
 
26
  ## πŸ“ Technical & Radiometric Specifications
27
 
28
- | Camera Model | Resolution (W x H) | File Type | Modifiable Parameters | EXIF Readable |
29
- | :--- | :---: | :---: | :---: | :---: |
30
- | **DJI H30T** | 1280 x 1024 | JPEG | 5 | ❌ |
31
- | **DJI M4T** | 640 x 512 | JPEG | 5 | ❌ |
32
- | **DJI M3TD** | 640 x 512 | JPEG | 4 | βœ… |
33
- | **DJI M30T** | 640 x 512 | JPEG | 4 | βœ… |
34
- | **DJI H20T** | 640 x 512 | JPEG | 4 | βœ… |
 
 
 
 
35
 
36
  ### Technical Notes:
37
  * **Modifiable Parameters:** Models marked with **5** parameters support advanced dynamic environmental and reflected temperature adjustments. Models marked with **4** follow the standard DJI thermal metadata schema.
 
25
 
26
  ## πŸ“ Technical & Radiometric Specifications
27
 
28
+ | Camera Model | Resolution (W x H) | File Type | Modifiable Parameters | EXIF Readable | DJI SDK Readable |
29
+ | :--- | :---: | :---: | :---: | :---: | :---: |
30
+ | **DJI H30T** | 1280 x 1024 | JPEG | 5 | ❌ | dji_thermal_sdk_v1.8_20250829 |
31
+ | **DJI M4T** | 640 x 512 | JPEG | 5 | ❌ | dji_thermal_sdk_v1.8_20250829 |
32
+ | **DJI M3TD** | 640 x 512 | JPEG | 4 | ❌ | dji_thermal_sdk_v1.8_20250829 |
33
+ | **DJI M30T** | 640 x 512 | JPEG | 4 | βœ… | -- |
34
+ | **DJI H20T** | 640 x 512 | JPEG | 4 | βœ… | -- |
35
+ | **DJI H20N** | 640 x 512 | JPEG | 4 | βœ… | -- |
36
+ | **DJI M3T** | 640 x 512 | JPEG | 4 | βœ… | -- |
37
+ | **DJI M2EA** | 640 x 512 | JPEG | 4 | βœ… | -- |
38
+ | **DJI XTS** | 640 x 512 | JPEG | 4 | βœ… | -- |
39
 
40
  ### Technical Notes:
41
  * **Modifiable Parameters:** Models marked with **5** parameters support advanced dynamic environmental and reflected temperature adjustments. Models marked with **4** follow the standard DJI thermal metadata schema.