2025 年 3 月 27 日より、AOSP のビルドとコントリビューションには aosp-main
ではなく android-latest-release
を使用することをおすすめします。詳細については、AOSP の変更をご覧ください。
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
camera3_shutter_msg 構造体リファレンス
#include <
camera3.h
>
camera3_shutter_msg_t:
CAMERA3_MSG_SHUTTER のメッセージの内容
ファイル
camera3.h
の
2007
行の定義。
キャプチャ開始時のタイムスタンプ。再処理リクエストの場合、これは入力画像の開始時間である必要があります。これは、キャプチャ結果メタデータのセンサー露出開始タイムスタンプと一致している必要があります。
ファイル
camera3.h
の
2018
行目の定義。
この構造体のドキュメントは、次のファイルから生成されました。
-
hardware/libhardware/include/hardware/
camera3.h
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","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 UTC。"],[],[],null,["# Android Hardware Abstraction Layer: camera3_shutter_msg Struct Reference\n\ncamera3_shutter_msg Struct Reference\n====================================\n\n[Data Fields](#pub-attribs) \ncamera3_shutter_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| uint32_t | [frame_number](/reference/hal/structcamera3__shutter__msg#a57cc7f4d579276167efca6cf047839b2) |\n| ||\n| uint64_t | [timestamp](/reference/hal/structcamera3__shutter__msg#a465bef81f6478756e5443025b1f2ddfa) |\n| ||\n\n\nDetailed Description\n--------------------\n\n\ncamera3_shutter_msg_t:\n\n\nMessage contents for CAMERA3_MSG_SHUTTER\n\n\nDefinition at line\n[2007](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| uint32_t frame_number |\n\n\nFrame number of the request that has begun exposure or reprocessing.\n\n\nDefinition at line\n[2011](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| uint64_t timestamp |\n\n\nTimestamp for the start of capture. For a reprocess request, this must be input image's start of capture. This must match the capture result metadata's sensor exposure start timestamp.\n\n\nDefinition at line\n[2018](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)"]]