ตั้งแต่วันที่ 27 มีนาคม 2025 เป็นต้นไป เราขอแนะนำให้ใช้ android-latest-release
แทน aosp-main
เพื่อสร้างและมีส่วนร่วมใน AOSP โปรดดูข้อมูลเพิ่มเติมที่หัวข้อการเปลี่ยนแปลงใน AOSP
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ข้อมูลอ้างอิง Struct camera_module_callbacks
#include <
camera_common.h
>
ฟังก์ชันการเรียกกลับสำหรับโมดูล HAL ของกล้องเพื่อใช้แจ้งเฟรมเวิร์กของการเปลี่ยนแปลงในระบบย่อยของกล้อง
ข้อมูลเวอร์ชัน (อิงตาม camera_module_t.common.module_api_version)
โมดูล HAL ที่ใช้อินเทอร์เฟซ API ของโมดูล HAL เวอร์ชันที่ระบุไว้หรือสูงกว่าเท่านั้นที่จะเรียกใช้การเรียกกลับแต่ละรายการ
CAMERA_MODULE_API_VERSION_2_1:
camera_device_status_change()
CAMERA_MODULE_API_VERSION_2_4:
torch_mode_status_change()
คําจํากัดความที่บรรทัด
594
ของไฟล์
camera_common.h
.
camera_device_status_change:
เรียกกลับไปยังเฟรมเวิร์กเพื่อระบุว่าสถานะของอุปกรณ์กล้องหนึ่งๆ มีการเปลี่ยนแปลง ขณะโหลดโมดูล เฟรมเวิร์กจะถือว่าอุปกรณ์กล้องทั้งหมดอยู่ในสถานะ CAMERA_DEVICE_STATUS_PRESENT HAL ต้องเรียกใช้เมธอดนี้เพื่อแจ้งเฟรมเวิร์กของอุปกรณ์ที่ NOT_PRESENT ในช่วงแรก
ระบบจะเพิ่มการเรียกกลับนี้สําหรับ CAMERA_MODULE_API_VERSION_2_1
camera_module_callbacks
: อินสแตนซ์ของ camera_module_callbacks_t ที่ส่งไปยังโมดูลด้วย set_callbacks
camera_id: รหัสของอุปกรณ์กล้องที่มีสถานะใหม่
new_status: รหัสสถานะใหม่ ซึ่งเป็นรายการค่าคงที่ camera_device_status_t หรือสถานะที่เจาะจงแพลตฟอร์ม
คําจํากัดความที่บรรทัด
616
ของไฟล์
camera_common.h
.
torch_mode_status_change:
เรียกกลับเฟรมเวิร์กเพื่อระบุว่าสถานะของโหมดไฟฉายของหน่วยแฟลชที่เชื่อมโยงกับอุปกรณ์กล้องหนึ่งๆ มีการเปลี่ยนแปลง ขณะโหลดโมดูล เฟรมเวิร์กจะถือว่าโหมดไฟฉายอยู่ในสถานะ TORCH_MODE_STATUS_AVAILABLE_OFF หากมีการรายงานว่า android.flash.info.available เป็นจริงผ่านการเรียก get_camera_info()
เพิ่มการเรียกกลับนี้สําหรับ CAMERA_MODULE_API_VERSION_2_4
camera_module_callbacks
: อินสแตนซ์ของ camera_module_callbacks_t ที่ส่งไปยังโมดูลด้วย set_callbacks
camera_id: รหัสของอุปกรณ์กล้องที่มีหน่วยแฟลชมีสถานะโหมดไฟฉายใหม่
new_status: รหัสสถานะใหม่ ซึ่งเป็นรายการหนึ่งของคําจํากัดความ torch_mode_status_t
คําจํากัดความที่บรรทัด
639
ของไฟล์
camera_common.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: camera_module_callbacks Struct Reference\n\ncamera_module_callbacks Struct Reference\n========================================\n\n[Data Fields](#pub-attribs) \ncamera_module_callbacks Struct Reference \n\n`\n#include \u003c\n`[camera_common.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera_common.h)`\n\u003e\n`\n\n|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Data Fields ----------- ||\n| void(\\* | [camera_device_status_change](/reference/hal/structcamera__module__callbacks#a79f12aab43e5c0ca75b127718f3144cf) )(const struct [camera_module_callbacks](/reference/hal/structcamera__module__callbacks) \\*, int camera_id, int new_status) |\n| ||\n| void(\\* | [torch_mode_status_change](/reference/hal/structcamera__module__callbacks#a70479d8b007a3a6b441437a3e584b2af) )(const struct [camera_module_callbacks](/reference/hal/structcamera__module__callbacks) \\*, const char \\*camera_id, int new_status) |\n| ||\n\n\nDetailed Description\n--------------------\n\n\nCallback functions for the camera HAL module to use to inform the framework of changes to the camera subsystem.\n\n\nVersion information (based on camera_module_t.common.module_api_version):\n\n\nEach callback is called only by HAL modules implementing the indicated version or higher of the HAL module API interface.\n\n\nCAMERA_MODULE_API_VERSION_2_1:\n[camera_device_status_change()](/reference/hal/structcamera__module__callbacks#a79f12aab43e5c0ca75b127718f3144cf)\n\n\nCAMERA_MODULE_API_VERSION_2_4:\n[torch_mode_status_change()](/reference/hal/structcamera__module__callbacks#a70479d8b007a3a6b441437a3e584b2af)\n\n\nDefinition at line\n[594](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera_common.h)\nof file\n[camera_common.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera_common.h)\n.\n\nField Documentation\n-------------------\n\n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| void(\\* camera_device_status_change)(const struct [camera_module_callbacks](/reference/hal/structcamera__module__callbacks) \\*, int camera_id, int new_status) |\n\n\ncamera_device_status_change:\n\n\nCallback to the framework to indicate that the state of a specific camera device has changed. At module load time, the framework will assume all camera devices are in the CAMERA_DEVICE_STATUS_PRESENT state. The HAL must call this method to inform the framework of any initially NOT_PRESENT devices.\n\n\nThis callback is added for CAMERA_MODULE_API_VERSION_2_1.\n\n\n[camera_module_callbacks](/reference/hal/structcamera__module__callbacks)\n: The instance of camera_module_callbacks_t passed to the module with set_callbacks.\n\n\ncamera_id: The ID of the camera device that has a new status.\n\n\nnew_status: The new status code, one of the camera_device_status_t enums, or a platform-specific status.\n\n\nDefinition at line\n[616](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera_common.h)\nof file\n[camera_common.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera_common.h)\n.\n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| void(\\* torch_mode_status_change)(const struct [camera_module_callbacks](/reference/hal/structcamera__module__callbacks) \\*, const char \\*camera_id, int new_status) |\n\n\ntorch_mode_status_change:\n\n\nCallback to the framework to indicate that the state of the torch mode of the flash unit associated with a specific camera device has changed. At module load time, the framework will assume the torch modes are in the TORCH_MODE_STATUS_AVAILABLE_OFF state if android.flash.info.available is reported as true via get_camera_info() call.\n\n\nThis callback is added for CAMERA_MODULE_API_VERSION_2_4.\n\n\n[camera_module_callbacks](/reference/hal/structcamera__module__callbacks)\n: The instance of camera_module_callbacks_t passed to the module with set_callbacks.\n\n\ncamera_id: The ID of camera device whose flash unit has a new torch mode status.\n\n\nnew_status: The new status code, one of the torch_mode_status_t enums.\n\n\nDefinition at line\n[639](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera_common.h)\nof file\n[camera_common.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera_common.h)\n.\n\n*** ** * ** ***\n\nThe documentation for this struct was generated from the following file:\n\n- hardware/libhardware/include/hardware/ [camera_common.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera_common.h)"]]