Stay organized with collections
Save and categorize content based on your preferences.
ALogicalCameraCaptureFailure
Struct to describe a logical camera capture failure.
Summary
Public attributes
|
captureFailure
|
|
physicalCameraId
|
const char *
The physical camera device ID in case the capture failure comes from a capture request with configured physical camera streams for a logical camera.
|
Public attributes
captureFailure
Declared in camera/NdkCameraCaptureSession.h
struct ACameraCaptureFailure ALogicalCameraCaptureFailure::captureFailure
physicalCameraId
Declared in camera/NdkCameraCaptureSession.h
const char * ALogicalCameraCaptureFailure::physicalCameraId
The physical camera device ID in case the capture failure comes from a capture request with configured physical camera streams for a logical camera.
physicalCameraId will be set to NULL in case the capture request has no associated physical camera device.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[],[],null,["# ALogicalCameraCaptureFailure Struct Reference\n\nALogicalCameraCaptureFailure\n============================\n\nStruct to describe a logical camera capture failure.\n\nSummary\n-------\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [captureFailure](#struct_a_logical_camera_capture_failure_1a066c2c56cad153ea247b935a1c0ffd73) | `struct `[ACameraCaptureFailure](/ndk/reference/struct/a-camera-capture-failure#struct_a_camera_capture_failure) The [ACameraCaptureFailure](/ndk/reference/struct/a-camera-capture-failure#struct_a_camera_capture_failure) contains information about regular logical device capture failure. |\n| [physicalCameraId](#struct_a_logical_camera_capture_failure_1ac09189930e98c6de8ec5bbbd9ed2312c) | `const char *` The physical camera device ID in case the capture failure comes from a capture request with configured physical camera streams for a logical camera. |\n\nPublic attributes\n-----------------\n\n### captureFailure\n\nDeclared in `camera/NdkCameraCaptureSession.h` \n\n```text\nstruct ACameraCaptureFailure ALogicalCameraCaptureFailure::captureFailure\n``` \nThe [ACameraCaptureFailure](/ndk/reference/struct/a-camera-capture-failure#struct_a_camera_capture_failure) contains information about regular logical device capture failure. \n\n### physicalCameraId\n\nDeclared in `camera/NdkCameraCaptureSession.h` \n\n```gdscript\nconst char * ALogicalCameraCaptureFailure::physicalCameraId\n``` \nThe physical camera device ID in case the capture failure comes from a capture request with configured physical camera streams for a logical camera.\n\nphysicalCameraId will be set to NULL in case the capture request has no associated physical camera device."]]