Начиная с 27 марта 2025 г. мы рекомендуем использовать android-latest-release
вместо aosp-main
для создания и участия в AOSP. Дополнительные сведения см. в разделе Изменения в AOSP .
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Справочник по структуре camera3_error_msg
#include < camera3.h >
camera3_error_msg_t:
Содержимое сообщения для CAMERA3_MSG_ERROR
Определение в строке 1982 файла camera3.h .
Код этой ошибки; одно из значений перечисления CAMERA_MSG_ERROR.
Определение в строке 1998 файла camera3.h .
Указатель на поток, в котором произошел сбой. NULL, если поток неприменим к ошибке.
Определение в строке 1993 файла camera3.h .
Номер кадра запроса, к которому относится ошибка. 0, если номер кадра неприменим к ошибке.
Определение в строке 1987 файла camera3.h .
Документация для этой структуры была создана из следующего файла:
- Аппаратное обеспечение/libhardware/include/hardware/ camera3.h
Контент и образцы кода на этой странице предоставлены по лицензиям. Java и OpenJDK – это зарегистрированные товарные знаки корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-29 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-29 UTC."],[],[],null,["# Android Hardware Abstraction Layer: camera3_error_msg Struct Reference\n\ncamera3_error_msg Struct Reference\n==================================\n\n[Data Fields](#pub-attribs) \ncamera3_error_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__error__msg#a57cc7f4d579276167efca6cf047839b2) |\n| ||\n| [camera3_stream_t](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h) \\* | [error_stream](/reference/hal/structcamera3__error__msg#aaf7dcf29b86c6b052052f8ff5ba9040f) |\n| ||\n| int | [error_code](/reference/hal/structcamera3__error__msg#a7d16b1c68c87cec009d972e79abfba78) |\n| ||\n\n\nDetailed Description\n--------------------\n\n\ncamera3_error_msg_t:\n\n\nMessage contents for CAMERA3_MSG_ERROR\n\n\nDefinition at line\n[1982](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| int error_code |\n\n\nThe code for this error; one of the CAMERA_MSG_ERROR enum values.\n\n\nDefinition at line\n[1998](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| [camera3_stream_t](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h) \\* error_stream |\n\n\nPointer to the stream that had a failure. NULL if the stream isn't applicable to the error.\n\n\nDefinition at line\n[1993](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| uint32_t frame_number |\n\n\nFrame number of the request the error applies to. 0 if the frame number isn't applicable to the error.\n\n\nDefinition at line\n[1987](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)"]]