Example:
{
"results": {
"exif": {
"ApertureValue": 0.0,
"BrightnessValue": 0.0,
"ColorSpace": 1.0,
"Compression": 6.0,
"Copyright": "",
"DateTime": "2024:05:13 13:15:34",
"ExifVersion": "0231",
"ExposureBiasValue": 0.0,
"ExposureProgram": 2.0,
"ExposureTime": 0.03333333333333333,
"FNumber": 2.4,
"Flash": 32.0,
"FocalLength": 1.37,
"GPSLatitude": 35.59204166666667,
"GPSLatitudeRef": "N",
"GPSLongitude": 139.55558055555557,
"GPSLongitudeRef": "E",
"ImageDescription": "",
"ImageLength": 2752.0,
"ImageWidth": 5504.0,
"Make": "RICOH",
"Model": "RICOH THETA X ",
"Orientation": 1.0,
"PhotographicSensitivity": 200.0,
"Software": "RICOH THETA X Ver 2.50.2",
"WhiteBalance": 0.0
},
"xmp": {
"CroppedAreaImageHeightPixels": 2752,
"CroppedAreaImageWidthPixels": 5504,
"CroppedAreaLeftPixels": 0,
"CroppedAreaTopPixels": 0,
"FullPanoHeightPixels": 2752,
"FullPanoWidthPixels": 5504,
"ProjectionType": "equirectangular",
"UsePanoramaViewer": true
}
},
"name": "camera._getMetadata",
"state": "done"
}
Property |
Type |
Required |
Description |
name |
const |
yes |
Executed command name |
state |
const |
yes |
Command execution status |
results |
object |
yes |
- |
name
Description: Executed command name
Specific value: "camera._getMetadata"
state
Description: Command execution status
Specific value: "done"
results
exif
Description: EXIF information
ApertureValue
Description: Aperture value
BrightnessValue
Description: Brightness value
ColorSpace
Description: Color space
Compression
Description: Compression format
Copyright
Description: Copyright notice to the image
DateTime
Description: Time created or updated
Restrictions |
|
Must match regular expression |
^[0-9]{4}:[0-9]{2}:[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}$ Test |
ExifVersion
Description: EXIF Support version
ExposureBiasValue
Description: Exposure compensation value
ExposureProgram
Description: Exposure program
ExposureTime
Description: Exposure time
Flash
Description: Flash exposure
FNumber
Description: F number
FocalLength
Description: Focal length
GPSLatitude
Description: Latitude
|
Restrictions |
Minimum |
≥ 0 |
Maximum |
≤ 90 |
GPSLatitudeRef
|
Definitions |
Type |
enum (of string) |
Description: Indicates whether the latitude is north or south latitude
Must be one of:
GPSLongitude
Description: Longitude
|
Restrictions |
Minimum |
≥ 0 |
Maximum |
≤ 180 |
GPSLongitudeRef
|
Definitions |
Type |
enum (of string) |
Description: Indicates whether the longitude is east or west longitude
Must be one of:
ImageDescription
Description: Title or name
ImageLength
Description: Height (pixel)
ImageWidth
Description: Width (pixel)
Make
Description: Theta manufacturer
Model
Description: Theta model
Orientation
Description: Image orientation
PhotographicSensitivity
Description: Shooting sensitivity
Software
Description: The name and version of the firmware of Theta
WhiteBalance
Description: White balance
xmp
Description: Photo Sphere XMP metadata in JSON format
CroppedAreaImageHeightPixels
Description: Height of actual image (pixel)
CroppedAreaImageWidthPixels
Description: Width of actual image (pixel)
CroppedAreaLeftPixels
Description: Width (pixel) from the panoramic image of the actual image
CroppedAreaTopPixels
Description: Height (pixel) from the panoramic image of the actual image
FullPanoHeightPixels
Description: Height (pixel) when the actual image size is based on a panoramic image
FullPanoWidthPixels
Description: Width (pixel) when the actual image size is based on a panoramic image
ProjectionType
Description: Projection type. Google currently only supports equirectangular.
Specific value: "equirectangular"
UsePanoramaViewer
Description: Whether to display using the panorama viewer