Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Berechnet ein Bild, das das Ergebnis einer Berechnung zeigt. Die Anfrage enthält Werte (eine ID und ein Autorisierungstoken) aus einer vorherigen videoThumbnails.create-Anfrage.
HTTP-Anfrage
GET https://earthengine.googleapis.com/v1beta/{name=projects/*/videoThumbnails/*}:getPixels
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-06 (UTC)."],[[["Retrieves computed image data for a previously created video thumbnail using the `videoThumbnails.create` request's ID and authorization token."],["Sends an HTTP GET request to a specific URL containing the video thumbnail's name for retrieval."],["Requires an empty request body and returns the computed image data in a generic HTTP response format determined by the method used."],["Needs authorization via OAuth scopes such as `earthengine`, `earthengine.readonly`, `cloud-platform`, or `cloud-platform.read-only`."]]],["This outlines the `getPixels` method for retrieving a computed image. It uses a `GET` request to the specified URL, with the video thumbnail name (`VideoThumbnail.name`) as a required path parameter. The request body must be empty. The method requires specific OAuth scopes for authorization, and success results in a generic HTTP response. It utilizes data (ID and authorization token) previously provided in a `videoThumbnails.create` request.\n"]]