自 2025 年 3 月 27 日起,我們建議您使用 android-latest-release
而非 aosp-main
建構及貢獻 AOSP。詳情請參閱「Android 開放原始碼計畫變更」。
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
camera3_notify_msg 結構體參考資料
#include <
camera3.h
>
camera3_notify_msg_t:
傳送至
camera3_callback_ops_t.notify()
的訊息結構
定義位於檔案
camera3.h
的
2027
行。
錯誤訊息內容。如果 type 為 CAMERA3_MSG_ERROR,則有效
定義位於檔案
camera3.h
的
2038
行。
訊息類型。使用 camera3_notify_msg_type 或私人擴充功能。
定義位於檔案
camera3.h
的
2032
行。
這個結構體的說明文件是由下列檔案產生:
-
hardware/libhardware/include/hardware/
camera3.h
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2025-07-27 (世界標準時間)。
[[["容易理解","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"]],["上次更新時間:2025-07-27 (世界標準時間)。"],[],[],null,["# Android Hardware Abstraction Layer: camera3_notify_msg Struct Reference\n\ncamera3_notify_msg Struct Reference\n===================================\n\n[Data Fields](#pub-attribs) \ncamera3_notify_msg Struct Reference \n\n`\n#include \u003c\n`[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)`\n\u003e\n`\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|\n| Data Fields ----------- ||\n| int | [type](/reference/hal/structcamera3__notify__msg#ac765329451135abec74c45e1897abf26) |\n| ||\n| union { |\n| [camera3_error_msg_t](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h) [error](/reference/hal/structcamera3__notify__msg#ab9ec249ad5bee86b7855e74b8b10abe9) |\n| ||\n| [camera3_shutter_msg_t](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h) [shutter](/reference/hal/structcamera3__notify__msg#a45aab07c80e3db592960cc8a8c391e03) |\n| ||\n| uint8_t [generic](/reference/hal/structcamera3__notify__msg#a3b68f2594accc2835fd0f29686ec4152) \\[32\\] |\n| ||\n| } | [message](/reference/hal/structcamera3__notify__msg#a868baff2efab3c5bcbdf0c2667dfd75e) |\n| ||\n\n\nDetailed Description\n--------------------\n\n\ncamera3_notify_msg_t:\n\n\nThe message structure sent to\n[camera3_callback_ops_t.notify()](/reference/hal/structcamera3__callback__ops#a6d702d6e962f95105b984b17462619b3)\n\n\nDefinition at line\n[2027](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\nof file\n[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\n.\n\nField Documentation\n-------------------\n\n\n|---------------------------------------------------------------------------------------------------------------------------------|\n| [camera3_error_msg_t](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h) error |\n\n\nError message contents. Valid if type is CAMERA3_MSG_ERROR\n\n\nDefinition at line\n[2038](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\nof file\n[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\n.\n\n|-----------------------|\n| uint8_t generic\\[32\\] |\n\n\nGeneric message contents. Used to ensure a minimum size for custom message types.\n\n\nDefinition at line\n[2049](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\nof file\n[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\n.\n\n|-----------------------|\n| union { ... } message |\n\n\n|-------------------------------------------------------------------------------------------------------------------------------------|\n| [camera3_shutter_msg_t](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h) shutter |\n\n\nShutter message contents. Valid if type is CAMERA3_MSG_SHUTTER\n\n\nDefinition at line\n[2043](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\nof file\n[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\n.\n\n|----------|\n| int type |\n\n\nThe message type. One of camera3_notify_msg_type, or a private extension.\n\n\nDefinition at line\n[2032](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\nof file\n[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\n.\n\n*** ** * ** ***\n\nThe documentation for this struct was generated from the following file:\n\n- hardware/libhardware/include/hardware/ [camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)"]]