camera.getMetadata
Stay organized with collections
Save and categorize content based on your preferences.
Returns file metadata given its URI. The image header
lists the Exif and XMP fields. This command was deprecated in API level 2.
Parameters
- fileUri: URI of the target file. Manufacturers decide whether
to use absolute or relative URIs. Clients may treat this as an opaque identifier.
Results
- metadata: Exif (including GPS information), Photo Sphere XMP in
JSON format. Does not include image or thumbnail.
Errors
- missingParameter:
fileUri
is not specified.
- invalidParameterName: The input parameter name is unrecognized.
- invalidParameterValue: The input parameter is recognized, but its
value is invalid; for example, the
fileUri
doesn't exist, or its data
type is incorrect.
Command I/O |
Command Input |
{
"parameters": {
"fileUri": "file URI"
}
} |
Command Output |
{
"results": {
"exif": {
...
"ImageWidth": 2000,
"ImageLength": 1000,
...
},
"xmp": {
"ProjectionType": "equirectangular",
"UsePanoramaViewer": true,
...
}
}
} |
Command Output (Error) |
{
"error": {
"code": "invalidParameterValue",
"message": "Parameter fileUri doesn't exist."
}
} |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2016-07-12 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2016-07-12 UTC."}