透過集合功能整理內容
你可以依據偏好儲存及分類內容。
camera2_jpeg_blob結構參考
#include < camera2.h >
輸出流中壓縮 JPEG 緩衝區的傳輸標頭。
為了捕捉 JPEG 影像,使用像素格式 HAL_PIXEL_FORMAT_BLOB 建立流,並使用靜態元資料欄位 android.jpeg.maxSize 作為緩衝區大小。由於壓縮的 JPEG 影像大小可變,因此 HAL 需要在輸出流緩衝區內使用此結構包含壓縮影像的最終大小。 JPEG Blob ID 欄位必須設定為 CAMERA2_JPEG_BLOB_ID。
傳輸標頭應位於 JPEG 輸出流緩衝區的末端。這表示 jpeg_blob_id 必須從 byte[android.jpeg.maxSize - sizeof(camera2_jpeg_blob)] 開始。任何使用此傳輸標頭的 HAL 都必須在 android.jpeg.maxSize 中說明它。 JPEG 資料本身從 byte[0] 開始,長度應為 jpeg_size 位元組。
檔案camera2.h第146行的定義。
該結構的文檔是從以下文件產生的:
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2023-12-01 (世界標準時間)。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593\uff1a2023-12-01 (\u4e16\u754c\u6a19\u6e96\u6642\u9593)\u3002"}
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2023-12-01 (世界標準時間)。"]]