Versions in this module Expand all Collapse all v0 v0.0.3 Mar 16, 2026 Changes in this version + const ACAMERA_NUM_TYPES + const ACAMERA_TYPE_BYTE + const ACAMERA_TYPE_DOUBLE + const ACAMERA_TYPE_FLOAT + const ACAMERA_TYPE_INT32 + const ACAMERA_TYPE_INT64 + const ACAMERA_TYPE_RATIONAL + const CAPTURE_FAILURE_REASON_ERROR + const CAPTURE_FAILURE_REASON_FLUSHED + const CAPTURE_SEQUENCE_ID_NONE + const ERROR_CAMERA_DEVICE + const ERROR_CAMERA_DISABLED + const ERROR_CAMERA_IN_USE + const ERROR_CAMERA_SERVICE + const ERROR_MAX_CAMERAS_IN_USE + func ACameraCaptureSession_captureCallback_bufferLostF848F414(ccontext unsafe.Pointer, csession *C.ACameraCaptureSession, ...) + func ACameraCaptureSession_captureCallback_failed7FFEB49B(ccontext unsafe.Pointer, csession *C.ACameraCaptureSession, ...) + func ACameraCaptureSession_captureCallback_result314ECD33(ccontext unsafe.Pointer, csession *C.ACameraCaptureSession, ...) + func ACameraCaptureSession_captureCallback_sequenceAbortA6746D19(ccontext unsafe.Pointer, csession *C.ACameraCaptureSession, csequenceId C.int) + func ACameraCaptureSession_captureCallback_sequenceEnd52945432(ccontext unsafe.Pointer, csession *C.ACameraCaptureSession, csequenceId C.int, ...) + func ACameraCaptureSession_captureCallback_startFD7E5AFC(ccontext unsafe.Pointer, csession *C.ACameraCaptureSession, ...) + func ACameraCaptureSession_captureCallback_startV226E0BF9D(ccontext unsafe.Pointer, csession *C.ACameraCaptureSession, ...) + func ACameraCaptureSession_close(session *ACameraCaptureSession) + func ACameraCaptureSession_logicalCamera_captureCallback_failed47ED36F2(ccontext unsafe.Pointer, csession *C.ACameraCaptureSession, ...) + func ACameraCaptureSession_logicalCamera_captureCallback_result1BCFF0F4(ccontext unsafe.Pointer, csession *C.ACameraCaptureSession, ...) + func ACameraCaptureSession_prepareCallbackC0EF58E6(ccontext unsafe.Pointer, cwindow *C.ANativeWindow, ...) + func ACameraCaptureSession_stateCallback58745D98(ccontext unsafe.Pointer, csession *C.ACameraCaptureSession) + func ACameraDevice_ErrorStateCallback8C471A01(ccontext unsafe.Pointer, cdevice *C.ACameraDevice, c_error C.int) + func ACameraDevice_StateCallback16AEE050(ccontext unsafe.Pointer, cdevice *C.ACameraDevice) + func ACameraDevice_getId(device *ACameraDevice) string + func ACameraManager_AccessPrioritiesChangedCallbackE0732DC5(ccontext unsafe.Pointer) + func ACameraManager_AvailabilityCallbackAAB12960(ccontext unsafe.Pointer, ccameraId *C.char) + func ACameraManager_PhysicalCameraAvailabilityCallbackC6D28C7E(ccontext unsafe.Pointer, ccameraId *C.char, cphysicalCameraId *C.char) + func ACameraManager_delete(manager *ACameraManager) + func ACameraManager_deleteCameraIdList(cameraIdList *ACameraIdList) + func ACameraMetadata_free(metadata *ACameraMetadata) + func ACameraMetadata_isLogicalMultiCamera(staticMetadata *ACameraMetadata, numPhysicalCameras *uint64, ...) bool + func ACameraOutputTarget_free(output *ACameraOutputTarget) + func ACaptureRequest_free(request *ACaptureRequest) + func ACaptureSessionOutputContainer_free(container *ACaptureSessionOutputContainer) + func ACaptureSessionOutput_free(output *ACaptureSessionOutput) + func BridgeACameraIdListCount(list *ACameraIdList) int + func BridgeACameraIdListItem(list *ACameraIdList, i int) string + func BridgeInitDeviceStateCallbacks(cbs *ACameraDevice_StateCallbacks, cbID uintptr) + func BridgeInitSessionStateCallbacks(cbs *ACameraCaptureSession_stateCallbacks, cbID uintptr) + func BridgeMetadataI32At(metadata *ACameraMetadata, tag uint32, idx int32) int32 + func BridgeMetadataI32Count(metadata *ACameraMetadata, tag uint32) int32 + func BridgeRegisterDeviceStateCallbacks(cbs DeviceStateCallbacks) uintptr + func BridgeRegisterSessionStateCallbacks(cbs SessionStateCallbacks) uintptr + func BridgeUnregisterDeviceStateCallbacks(id uintptr) + func BridgeUnregisterSessionStateCallbacks(id uintptr) + type ACameraCaptureFailure C.ACameraCaptureFailure + type ACameraCaptureSession C.ACameraCaptureSession + type ACameraCaptureSession_captureCallback_bufferLost func(context unsafe.Pointer, session *ACameraCaptureSession, ...) + func NewACameraCaptureSession_captureCallback_bufferLostRef(ref unsafe.Pointer) *ACameraCaptureSession_captureCallback_bufferLost + func (x ACameraCaptureSession_captureCallback_bufferLost) PassRef() (ref *C.ACameraCaptureSession_captureCallback_bufferLost, allocs *CgoAllocMap) + func (x ACameraCaptureSession_captureCallback_bufferLost) PassValue() (ref C.ACameraCaptureSession_captureCallback_bufferLost, allocs *CgoAllocMap) + type ACameraCaptureSession_captureCallback_failed func(context unsafe.Pointer, session *ACameraCaptureSession, ...) + func NewACameraCaptureSession_captureCallback_failedRef(ref unsafe.Pointer) *ACameraCaptureSession_captureCallback_failed + func (x ACameraCaptureSession_captureCallback_failed) PassRef() (ref *C.ACameraCaptureSession_captureCallback_failed, allocs *CgoAllocMap) + func (x ACameraCaptureSession_captureCallback_failed) PassValue() (ref C.ACameraCaptureSession_captureCallback_failed, allocs *CgoAllocMap) + type ACameraCaptureSession_captureCallback_result func(context unsafe.Pointer, session *ACameraCaptureSession, ...) + func NewACameraCaptureSession_captureCallback_resultRef(ref unsafe.Pointer) *ACameraCaptureSession_captureCallback_result + func (x ACameraCaptureSession_captureCallback_result) PassRef() (ref *C.ACameraCaptureSession_captureCallback_result, allocs *CgoAllocMap) + func (x ACameraCaptureSession_captureCallback_result) PassValue() (ref C.ACameraCaptureSession_captureCallback_result, allocs *CgoAllocMap) + type ACameraCaptureSession_captureCallback_sequenceAbort func(context unsafe.Pointer, session *ACameraCaptureSession, sequenceId int32) + func NewACameraCaptureSession_captureCallback_sequenceAbortRef(ref unsafe.Pointer) *ACameraCaptureSession_captureCallback_sequenceAbort + func (x ACameraCaptureSession_captureCallback_sequenceAbort) PassRef() (ref *C.ACameraCaptureSession_captureCallback_sequenceAbort, ...) + func (x ACameraCaptureSession_captureCallback_sequenceAbort) PassValue() (ref C.ACameraCaptureSession_captureCallback_sequenceAbort, allocs *CgoAllocMap) + type ACameraCaptureSession_captureCallback_sequenceEnd func(context unsafe.Pointer, session *ACameraCaptureSession, sequenceId int32, ...) + func NewACameraCaptureSession_captureCallback_sequenceEndRef(ref unsafe.Pointer) *ACameraCaptureSession_captureCallback_sequenceEnd + func (x ACameraCaptureSession_captureCallback_sequenceEnd) PassRef() (ref *C.ACameraCaptureSession_captureCallback_sequenceEnd, allocs *CgoAllocMap) + func (x ACameraCaptureSession_captureCallback_sequenceEnd) PassValue() (ref C.ACameraCaptureSession_captureCallback_sequenceEnd, allocs *CgoAllocMap) + type ACameraCaptureSession_captureCallback_start func(context unsafe.Pointer, session *ACameraCaptureSession, ...) + func NewACameraCaptureSession_captureCallback_startRef(ref unsafe.Pointer) *ACameraCaptureSession_captureCallback_start + func (x ACameraCaptureSession_captureCallback_start) PassRef() (ref *C.ACameraCaptureSession_captureCallback_start, allocs *CgoAllocMap) + func (x ACameraCaptureSession_captureCallback_start) PassValue() (ref C.ACameraCaptureSession_captureCallback_start, allocs *CgoAllocMap) + type ACameraCaptureSession_captureCallback_startV2 func(context unsafe.Pointer, session *ACameraCaptureSession, ...) + func NewACameraCaptureSession_captureCallback_startV2Ref(ref unsafe.Pointer) *ACameraCaptureSession_captureCallback_startV2 + func (x ACameraCaptureSession_captureCallback_startV2) PassRef() (ref *C.ACameraCaptureSession_captureCallback_startV2, allocs *CgoAllocMap) + func (x ACameraCaptureSession_captureCallback_startV2) PassValue() (ref C.ACameraCaptureSession_captureCallback_startV2, allocs *CgoAllocMap) + type ACameraCaptureSession_captureCallbacks C.ACameraCaptureSession_captureCallbacks + type ACameraCaptureSession_captureCallbacksV2 C.ACameraCaptureSession_captureCallbacksV2 + type ACameraCaptureSession_logicalCamera_captureCallback_failed func(context unsafe.Pointer, session *ACameraCaptureSession, ...) + func NewACameraCaptureSession_logicalCamera_captureCallback_failedRef(ref unsafe.Pointer) *ACameraCaptureSession_logicalCamera_captureCallback_failed + func (x ACameraCaptureSession_logicalCamera_captureCallback_failed) PassRef() (ref *C.ACameraCaptureSession_logicalCamera_captureCallback_failed, ...) + func (x ACameraCaptureSession_logicalCamera_captureCallback_failed) PassValue() (ref C.ACameraCaptureSession_logicalCamera_captureCallback_failed, ...) + type ACameraCaptureSession_logicalCamera_captureCallback_result func(context unsafe.Pointer, session *ACameraCaptureSession, ...) + func NewACameraCaptureSession_logicalCamera_captureCallback_resultRef(ref unsafe.Pointer) *ACameraCaptureSession_logicalCamera_captureCallback_result + func (x ACameraCaptureSession_logicalCamera_captureCallback_result) PassRef() (ref *C.ACameraCaptureSession_logicalCamera_captureCallback_result, ...) + func (x ACameraCaptureSession_logicalCamera_captureCallback_result) PassValue() (ref C.ACameraCaptureSession_logicalCamera_captureCallback_result, ...) + type ACameraCaptureSession_logicalCamera_captureCallbacks C.ACameraCaptureSession_logicalCamera_captureCallbacks + type ACameraCaptureSession_logicalCamera_captureCallbacksV2 C.ACameraCaptureSession_logicalCamera_captureCallbacksV2 + type ACameraCaptureSession_prepareCallback func(context unsafe.Pointer, window *ANativeWindow, session *ACameraCaptureSession) + func NewACameraCaptureSession_prepareCallbackRef(ref unsafe.Pointer) *ACameraCaptureSession_prepareCallback + func (x ACameraCaptureSession_prepareCallback) PassRef() (ref *C.ACameraCaptureSession_prepareCallback, allocs *CgoAllocMap) + func (x ACameraCaptureSession_prepareCallback) PassValue() (ref C.ACameraCaptureSession_prepareCallback, allocs *CgoAllocMap) + type ACameraCaptureSession_stateCallback func(context unsafe.Pointer, session *ACameraCaptureSession) + func NewACameraCaptureSession_stateCallbackRef(ref unsafe.Pointer) *ACameraCaptureSession_stateCallback + func (x ACameraCaptureSession_stateCallback) PassRef() (ref *C.ACameraCaptureSession_stateCallback, allocs *CgoAllocMap) + func (x ACameraCaptureSession_stateCallback) PassValue() (ref C.ACameraCaptureSession_stateCallback, allocs *CgoAllocMap) + type ACameraCaptureSession_stateCallbacks C.ACameraCaptureSession_stateCallbacks + type ACameraDevice C.ACameraDevice + type ACameraDevice_ErrorStateCallback func(context unsafe.Pointer, device *ACameraDevice, _error int32) + func NewACameraDevice_ErrorStateCallbackRef(ref unsafe.Pointer) *ACameraDevice_ErrorStateCallback + func (x ACameraDevice_ErrorStateCallback) PassRef() (ref *C.ACameraDevice_ErrorStateCallback, allocs *CgoAllocMap) + func (x ACameraDevice_ErrorStateCallback) PassValue() (ref C.ACameraDevice_ErrorStateCallback, allocs *CgoAllocMap) + type ACameraDevice_StateCallback func(context unsafe.Pointer, device *ACameraDevice) + func NewACameraDevice_StateCallbackRef(ref unsafe.Pointer) *ACameraDevice_StateCallback + func (x ACameraDevice_StateCallback) PassRef() (ref *C.ACameraDevice_StateCallback, allocs *CgoAllocMap) + func (x ACameraDevice_StateCallback) PassValue() (ref C.ACameraDevice_StateCallback, allocs *CgoAllocMap) + type ACameraDevice_StateCallbacks C.ACameraDevice_StateCallbacks + type ACameraDevice_request_template int32 + const TEMPLATE_MANUAL + const TEMPLATE_PREVIEW + const TEMPLATE_RECORD + const TEMPLATE_STILL_CAPTURE + const TEMPLATE_VIDEO_SNAPSHOT + const TEMPLATE_ZERO_SHUTTER_LAG + type ACameraDevice_stateCallbacks ACameraDevice_StateCallbacks + type ACameraIdList C.ACameraIdList + type ACameraManager C.ACameraManager + func ACameraManager_create() *ACameraManager + type ACameraManager_AccessPrioritiesChangedCallback func(context unsafe.Pointer) + func NewACameraManager_AccessPrioritiesChangedCallbackRef(ref unsafe.Pointer) *ACameraManager_AccessPrioritiesChangedCallback + func (x ACameraManager_AccessPrioritiesChangedCallback) PassRef() (ref *C.ACameraManager_AccessPrioritiesChangedCallback, allocs *CgoAllocMap) + func (x ACameraManager_AccessPrioritiesChangedCallback) PassValue() (ref C.ACameraManager_AccessPrioritiesChangedCallback, allocs *CgoAllocMap) + type ACameraManager_AvailabilityCallback func(context unsafe.Pointer, cameraId string) + func NewACameraManager_AvailabilityCallbackRef(ref unsafe.Pointer) *ACameraManager_AvailabilityCallback + func (x ACameraManager_AvailabilityCallback) PassRef() (ref *C.ACameraManager_AvailabilityCallback, allocs *CgoAllocMap) + func (x ACameraManager_AvailabilityCallback) PassValue() (ref C.ACameraManager_AvailabilityCallback, allocs *CgoAllocMap) + type ACameraManager_AvailabilityCallbacks C.ACameraManager_AvailabilityCallbacks + type ACameraManager_AvailabilityListener C.struct_ACameraManager_AvailabilityListener + type ACameraManager_ExtendedAvailabilityCallbacks C.ACameraManager_ExtendedAvailabilityCallbacks + type ACameraManager_ExtendedAvailabilityListener C.struct_ACameraManager_ExtendedAvailabilityListener + type ACameraManager_PhysicalCameraAvailabilityCallback func(context unsafe.Pointer, cameraId string, physicalCameraId string) + func NewACameraManager_PhysicalCameraAvailabilityCallbackRef(ref unsafe.Pointer) *ACameraManager_PhysicalCameraAvailabilityCallback + func (x ACameraManager_PhysicalCameraAvailabilityCallback) PassRef() (ref *C.ACameraManager_PhysicalCameraAvailabilityCallback, allocs *CgoAllocMap) + func (x ACameraManager_PhysicalCameraAvailabilityCallback) PassValue() (ref C.ACameraManager_PhysicalCameraAvailabilityCallback, allocs *CgoAllocMap) + type ACameraMetadata C.ACameraMetadata + func ACameraMetadata_copy(src *ACameraMetadata) *ACameraMetadata + func ACameraMetadata_fromCameraMetadata(env *JNIEnv, cameraMetadata Jobject) *ACameraMetadata + type ACameraMetadata_const_entry C.ACameraMetadata_const_entry + type ACameraMetadata_entry C.ACameraMetadata_entry + type ACameraMetadata_rational C.ACameraMetadata_rational + type ACameraOutputTarget C.ACameraOutputTarget + type ACameraOutputTargets C.ACameraOutputTargets + type ACaptureRequest C.ACaptureRequest + func ACaptureRequest_copy(src *ACaptureRequest) *ACaptureRequest + type ACaptureSessionOutput C.ACaptureSessionOutput + type ACaptureSessionOutputContainer C.ACaptureSessionOutputContainer + type ALogicalCameraCaptureFailure C.ALogicalCameraCaptureFailure + type ANativeWindow C.ANativeWindow + type Acamera_metadata_enum_android_automotive_lens_facing_t int32 + const ACAMERA_AUTOMOTIVE_LENS_FACING_EXTERIOR_FRONT + const ACAMERA_AUTOMOTIVE_LENS_FACING_EXTERIOR_LEFT + const ACAMERA_AUTOMOTIVE_LENS_FACING_EXTERIOR_OTHER + const ACAMERA_AUTOMOTIVE_LENS_FACING_EXTERIOR_REAR + const ACAMERA_AUTOMOTIVE_LENS_FACING_EXTERIOR_RIGHT + const ACAMERA_AUTOMOTIVE_LENS_FACING_INTERIOR_OTHER + const ACAMERA_AUTOMOTIVE_LENS_FACING_INTERIOR_SEAT_ROW_1_CENTER + const ACAMERA_AUTOMOTIVE_LENS_FACING_INTERIOR_SEAT_ROW_1_LEFT + const ACAMERA_AUTOMOTIVE_LENS_FACING_INTERIOR_SEAT_ROW_1_RIGHT + const ACAMERA_AUTOMOTIVE_LENS_FACING_INTERIOR_SEAT_ROW_2_CENTER + const ACAMERA_AUTOMOTIVE_LENS_FACING_INTERIOR_SEAT_ROW_2_LEFT + const ACAMERA_AUTOMOTIVE_LENS_FACING_INTERIOR_SEAT_ROW_2_RIGHT + const ACAMERA_AUTOMOTIVE_LENS_FACING_INTERIOR_SEAT_ROW_3_CENTER + const ACAMERA_AUTOMOTIVE_LENS_FACING_INTERIOR_SEAT_ROW_3_LEFT + const ACAMERA_AUTOMOTIVE_LENS_FACING_INTERIOR_SEAT_ROW_3_RIGHT + type Acamera_metadata_enum_android_automotive_location_t int32 + const ACAMERA_AUTOMOTIVE_LOCATION_EXTERIOR_FRONT + const ACAMERA_AUTOMOTIVE_LOCATION_EXTERIOR_LEFT + const ACAMERA_AUTOMOTIVE_LOCATION_EXTERIOR_OTHER + const ACAMERA_AUTOMOTIVE_LOCATION_EXTERIOR_REAR + const ACAMERA_AUTOMOTIVE_LOCATION_EXTERIOR_RIGHT + const ACAMERA_AUTOMOTIVE_LOCATION_EXTRA_FRONT + const ACAMERA_AUTOMOTIVE_LOCATION_EXTRA_LEFT + const ACAMERA_AUTOMOTIVE_LOCATION_EXTRA_OTHER + const ACAMERA_AUTOMOTIVE_LOCATION_EXTRA_REAR + const ACAMERA_AUTOMOTIVE_LOCATION_EXTRA_RIGHT + const ACAMERA_AUTOMOTIVE_LOCATION_INTERIOR + type Acamera_metadata_enum_android_black_level_lock_t int32 + const ACAMERA_BLACK_LEVEL_LOCK_OFF + const ACAMERA_BLACK_LEVEL_LOCK_ON + type Acamera_metadata_enum_android_color_correction_aberration_mode_t int32 + const ACAMERA_COLOR_CORRECTION_ABERRATION_MODE_FAST + const ACAMERA_COLOR_CORRECTION_ABERRATION_MODE_HIGH_QUALITY + const ACAMERA_COLOR_CORRECTION_ABERRATION_MODE_OFF + type Acamera_metadata_enum_android_color_correction_mode_t int32 + const ACAMERA_COLOR_CORRECTION_MODE_FAST + const ACAMERA_COLOR_CORRECTION_MODE_HIGH_QUALITY + const ACAMERA_COLOR_CORRECTION_MODE_TRANSFORM_MATRIX + type Acamera_metadata_enum_android_control_ae_antibanding_mode_t int32 + const ACAMERA_CONTROL_AE_ANTIBANDING_MODE_50HZ + const ACAMERA_CONTROL_AE_ANTIBANDING_MODE_60HZ + const ACAMERA_CONTROL_AE_ANTIBANDING_MODE_AUTO + const ACAMERA_CONTROL_AE_ANTIBANDING_MODE_OFF + type Acamera_metadata_enum_android_control_ae_lock_available_t int32 + const ACAMERA_CONTROL_AE_LOCK_AVAILABLE_FALSE + const ACAMERA_CONTROL_AE_LOCK_AVAILABLE_TRUE + type Acamera_metadata_enum_android_control_ae_lock_t int32 + const ACAMERA_CONTROL_AE_LOCK_OFF + const ACAMERA_CONTROL_AE_LOCK_ON + type Acamera_metadata_enum_android_control_ae_mode_t int32 + const ACAMERA_CONTROL_AE_MODE_OFF + const ACAMERA_CONTROL_AE_MODE_ON + const ACAMERA_CONTROL_AE_MODE_ON_ALWAYS_FLASH + const ACAMERA_CONTROL_AE_MODE_ON_AUTO_FLASH + const ACAMERA_CONTROL_AE_MODE_ON_AUTO_FLASH_REDEYE + const ACAMERA_CONTROL_AE_MODE_ON_EXTERNAL_FLASH + const ACAMERA_CONTROL_AE_MODE_ON_LOW_LIGHT_BOOST_BRIGHTNESS_PRIORITY + type Acamera_metadata_enum_android_control_ae_precapture_trigger_t int32 + const ACAMERA_CONTROL_AE_PRECAPTURE_TRIGGER_CANCEL + const ACAMERA_CONTROL_AE_PRECAPTURE_TRIGGER_IDLE + const ACAMERA_CONTROL_AE_PRECAPTURE_TRIGGER_START + type Acamera_metadata_enum_android_control_ae_state_t int32 + const ACAMERA_CONTROL_AE_STATE_CONVERGED + const ACAMERA_CONTROL_AE_STATE_FLASH_REQUIRED + const ACAMERA_CONTROL_AE_STATE_INACTIVE + const ACAMERA_CONTROL_AE_STATE_LOCKED + const ACAMERA_CONTROL_AE_STATE_PRECAPTURE + const ACAMERA_CONTROL_AE_STATE_SEARCHING + type Acamera_metadata_enum_android_control_af_mode_t int32 + const ACAMERA_CONTROL_AF_MODE_AUTO + const ACAMERA_CONTROL_AF_MODE_CONTINUOUS_PICTURE + const ACAMERA_CONTROL_AF_MODE_CONTINUOUS_VIDEO + const ACAMERA_CONTROL_AF_MODE_EDOF + const ACAMERA_CONTROL_AF_MODE_MACRO + const ACAMERA_CONTROL_AF_MODE_OFF + type Acamera_metadata_enum_android_control_af_scene_change_t int32 + const ACAMERA_CONTROL_AF_SCENE_CHANGE_DETECTED + const ACAMERA_CONTROL_AF_SCENE_CHANGE_NOT_DETECTED + type Acamera_metadata_enum_android_control_af_state_t int32 + const ACAMERA_CONTROL_AF_STATE_ACTIVE_SCAN + const ACAMERA_CONTROL_AF_STATE_FOCUSED_LOCKED + const ACAMERA_CONTROL_AF_STATE_INACTIVE + const ACAMERA_CONTROL_AF_STATE_NOT_FOCUSED_LOCKED + const ACAMERA_CONTROL_AF_STATE_PASSIVE_FOCUSED + const ACAMERA_CONTROL_AF_STATE_PASSIVE_SCAN + const ACAMERA_CONTROL_AF_STATE_PASSIVE_UNFOCUSED + type Acamera_metadata_enum_android_control_af_trigger_t int32 + const ACAMERA_CONTROL_AF_TRIGGER_CANCEL + const ACAMERA_CONTROL_AF_TRIGGER_IDLE + const ACAMERA_CONTROL_AF_TRIGGER_START + type Acamera_metadata_enum_android_control_autoframing_available_t int32 + const ACAMERA_CONTROL_AUTOFRAMING_AVAILABLE_FALSE + const ACAMERA_CONTROL_AUTOFRAMING_AVAILABLE_TRUE + type Acamera_metadata_enum_android_control_autoframing_state_t int32 + const ACAMERA_CONTROL_AUTOFRAMING_STATE_CONVERGED + const ACAMERA_CONTROL_AUTOFRAMING_STATE_FRAMING + const ACAMERA_CONTROL_AUTOFRAMING_STATE_INACTIVE + type Acamera_metadata_enum_android_control_autoframing_t int32 + const ACAMERA_CONTROL_AUTOFRAMING_OFF + const ACAMERA_CONTROL_AUTOFRAMING_ON + type Acamera_metadata_enum_android_control_awb_lock_available_t int32 + const ACAMERA_CONTROL_AWB_LOCK_AVAILABLE_FALSE + const ACAMERA_CONTROL_AWB_LOCK_AVAILABLE_TRUE + type Acamera_metadata_enum_android_control_awb_lock_t int32 + const ACAMERA_CONTROL_AWB_LOCK_OFF + const ACAMERA_CONTROL_AWB_LOCK_ON + type Acamera_metadata_enum_android_control_awb_mode_t int32 + const ACAMERA_CONTROL_AWB_MODE_AUTO + const ACAMERA_CONTROL_AWB_MODE_CLOUDY_DAYLIGHT + const ACAMERA_CONTROL_AWB_MODE_DAYLIGHT + const ACAMERA_CONTROL_AWB_MODE_FLUORESCENT + const ACAMERA_CONTROL_AWB_MODE_INCANDESCENT + const ACAMERA_CONTROL_AWB_MODE_OFF + const ACAMERA_CONTROL_AWB_MODE_SHADE + const ACAMERA_CONTROL_AWB_MODE_TWILIGHT + const ACAMERA_CONTROL_AWB_MODE_WARM_FLUORESCENT + type Acamera_metadata_enum_android_control_awb_state_t int32 + const ACAMERA_CONTROL_AWB_STATE_CONVERGED + const ACAMERA_CONTROL_AWB_STATE_INACTIVE + const ACAMERA_CONTROL_AWB_STATE_LOCKED + const ACAMERA_CONTROL_AWB_STATE_SEARCHING + type Acamera_metadata_enum_android_control_capture_intent_t int32 + const ACAMERA_CONTROL_CAPTURE_INTENT_CUSTOM + const ACAMERA_CONTROL_CAPTURE_INTENT_MANUAL + const ACAMERA_CONTROL_CAPTURE_INTENT_MOTION_TRACKING + const ACAMERA_CONTROL_CAPTURE_INTENT_PREVIEW + const ACAMERA_CONTROL_CAPTURE_INTENT_STILL_CAPTURE + const ACAMERA_CONTROL_CAPTURE_INTENT_VIDEO_RECORD + const ACAMERA_CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT + const ACAMERA_CONTROL_CAPTURE_INTENT_ZERO_SHUTTER_LAG + type Acamera_metadata_enum_android_control_effect_mode_t int32 + const ACAMERA_CONTROL_EFFECT_MODE_AQUA + const ACAMERA_CONTROL_EFFECT_MODE_BLACKBOARD + const ACAMERA_CONTROL_EFFECT_MODE_MONO + const ACAMERA_CONTROL_EFFECT_MODE_NEGATIVE + const ACAMERA_CONTROL_EFFECT_MODE_OFF + const ACAMERA_CONTROL_EFFECT_MODE_POSTERIZE + const ACAMERA_CONTROL_EFFECT_MODE_SEPIA + const ACAMERA_CONTROL_EFFECT_MODE_SOLARIZE + const ACAMERA_CONTROL_EFFECT_MODE_WHITEBOARD + type Acamera_metadata_enum_android_control_enable_zsl_t int32 + const ACAMERA_CONTROL_ENABLE_ZSL_FALSE + const ACAMERA_CONTROL_ENABLE_ZSL_TRUE + type Acamera_metadata_enum_android_control_extended_scene_mode_t int32 + const ACAMERA_CONTROL_EXTENDED_SCENE_MODE_BOKEH_CONTINUOUS + const ACAMERA_CONTROL_EXTENDED_SCENE_MODE_BOKEH_STILL_CAPTURE + const ACAMERA_CONTROL_EXTENDED_SCENE_MODE_DISABLED + type Acamera_metadata_enum_android_control_low_light_boost_state_t int32 + const ACAMERA_CONTROL_LOW_LIGHT_BOOST_STATE_ACTIVE + const ACAMERA_CONTROL_LOW_LIGHT_BOOST_STATE_INACTIVE + type Acamera_metadata_enum_android_control_mode_t int32 + const ACAMERA_CONTROL_MODE_AUTO + const ACAMERA_CONTROL_MODE_OFF + const ACAMERA_CONTROL_MODE_OFF_KEEP_STATE + const ACAMERA_CONTROL_MODE_USE_EXTENDED_SCENE_MODE + const ACAMERA_CONTROL_MODE_USE_SCENE_MODE + type Acamera_metadata_enum_android_control_scene_mode_t int32 + const ACAMERA_CONTROL_SCENE_MODE_ACTION + const ACAMERA_CONTROL_SCENE_MODE_BARCODE + const ACAMERA_CONTROL_SCENE_MODE_BEACH + const ACAMERA_CONTROL_SCENE_MODE_CANDLELIGHT + const ACAMERA_CONTROL_SCENE_MODE_DISABLED + const ACAMERA_CONTROL_SCENE_MODE_FACE_PRIORITY + const ACAMERA_CONTROL_SCENE_MODE_FIREWORKS + const ACAMERA_CONTROL_SCENE_MODE_HDR + const ACAMERA_CONTROL_SCENE_MODE_LANDSCAPE + const ACAMERA_CONTROL_SCENE_MODE_NIGHT + const ACAMERA_CONTROL_SCENE_MODE_NIGHT_PORTRAIT + const ACAMERA_CONTROL_SCENE_MODE_PARTY + const ACAMERA_CONTROL_SCENE_MODE_PORTRAIT + const ACAMERA_CONTROL_SCENE_MODE_SNOW + const ACAMERA_CONTROL_SCENE_MODE_SPORTS + const ACAMERA_CONTROL_SCENE_MODE_STEADYPHOTO + const ACAMERA_CONTROL_SCENE_MODE_SUNSET + const ACAMERA_CONTROL_SCENE_MODE_THEATRE + type Acamera_metadata_enum_android_control_settings_override_t int32 + const ACAMERA_CONTROL_SETTINGS_OVERRIDE_OFF + const ACAMERA_CONTROL_SETTINGS_OVERRIDE_ZOOM + type Acamera_metadata_enum_android_control_video_stabilization_mode_t int32 + const ACAMERA_CONTROL_VIDEO_STABILIZATION_MODE_OFF + const ACAMERA_CONTROL_VIDEO_STABILIZATION_MODE_ON + const ACAMERA_CONTROL_VIDEO_STABILIZATION_MODE_PREVIEW_STABILIZATION + type Acamera_metadata_enum_android_depth_available_depth_stream_configurations_maximum_resolution_t int32 + const ACAMERA_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS_MAXIMUM_RESOLUTION_INPUT + const ACAMERA_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS_MAXIMUM_RESOLUTION_OUTPUT + type Acamera_metadata_enum_android_depth_available_depth_stream_configurations_t int32 + const ACAMERA_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS_INPUT + const ACAMERA_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS_OUTPUT + type Acamera_metadata_enum_android_depth_available_dynamic_depth_stream_configurations_maximum_resolution_t int32 + const ACAMERA_DEPTH_AVAILABLE_DYNAMIC_DEPTH_STREAM_CONFIGURATIONS_MAXIMUM_RESOLUTION_INPUT + const ACAMERA_DEPTH_AVAILABLE_DYNAMIC_DEPTH_STREAM_CONFIGURATIONS_MAXIMUM_RESOLUTION_OUTPUT + type Acamera_metadata_enum_android_depth_available_dynamic_depth_stream_configurations_t int32 + const ACAMERA_DEPTH_AVAILABLE_DYNAMIC_DEPTH_STREAM_CONFIGURATIONS_INPUT + const ACAMERA_DEPTH_AVAILABLE_DYNAMIC_DEPTH_STREAM_CONFIGURATIONS_OUTPUT + type Acamera_metadata_enum_android_depth_depth_is_exclusive_t int32 + const ACAMERA_DEPTH_DEPTH_IS_EXCLUSIVE_FALSE + const ACAMERA_DEPTH_DEPTH_IS_EXCLUSIVE_TRUE + type Acamera_metadata_enum_android_distortion_correction_mode_t int32 + const ACAMERA_DISTORTION_CORRECTION_MODE_FAST + const ACAMERA_DISTORTION_CORRECTION_MODE_HIGH_QUALITY + const ACAMERA_DISTORTION_CORRECTION_MODE_OFF + type Acamera_metadata_enum_android_edge_mode_t int32 + const ACAMERA_EDGE_MODE_FAST + const ACAMERA_EDGE_MODE_HIGH_QUALITY + const ACAMERA_EDGE_MODE_OFF + const ACAMERA_EDGE_MODE_ZERO_SHUTTER_LAG + type Acamera_metadata_enum_android_flash_info_available_t int32 + const ACAMERA_FLASH_INFO_AVAILABLE_FALSE + const ACAMERA_FLASH_INFO_AVAILABLE_TRUE + type Acamera_metadata_enum_android_flash_mode_t int32 + const ACAMERA_FLASH_MODE_OFF + const ACAMERA_FLASH_MODE_SINGLE + const ACAMERA_FLASH_MODE_TORCH + type Acamera_metadata_enum_android_flash_state_t int32 + const ACAMERA_FLASH_STATE_CHARGING + const ACAMERA_FLASH_STATE_FIRED + const ACAMERA_FLASH_STATE_PARTIAL + const ACAMERA_FLASH_STATE_READY + const ACAMERA_FLASH_STATE_UNAVAILABLE + type Acamera_metadata_enum_android_heic_available_heic_stream_configurations_maximum_resolution_t int32 + const ACAMERA_HEIC_AVAILABLE_HEIC_STREAM_CONFIGURATIONS_MAXIMUM_RESOLUTION_INPUT + const ACAMERA_HEIC_AVAILABLE_HEIC_STREAM_CONFIGURATIONS_MAXIMUM_RESOLUTION_OUTPUT + type Acamera_metadata_enum_android_heic_available_heic_stream_configurations_t int32 + const ACAMERA_HEIC_AVAILABLE_HEIC_STREAM_CONFIGURATIONS_INPUT + const ACAMERA_HEIC_AVAILABLE_HEIC_STREAM_CONFIGURATIONS_OUTPUT + type Acamera_metadata_enum_android_hot_pixel_mode_t int32 + const ACAMERA_HOT_PIXEL_MODE_FAST + const ACAMERA_HOT_PIXEL_MODE_HIGH_QUALITY + const ACAMERA_HOT_PIXEL_MODE_OFF + type Acamera_metadata_enum_android_info_supported_hardware_level_t int32 + const ACAMERA_INFO_SUPPORTED_HARDWARE_LEVEL_3 + const ACAMERA_INFO_SUPPORTED_HARDWARE_LEVEL_EXTERNAL + const ACAMERA_INFO_SUPPORTED_HARDWARE_LEVEL_FULL + const ACAMERA_INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY + const ACAMERA_INFO_SUPPORTED_HARDWARE_LEVEL_LIMITED + type Acamera_metadata_enum_android_jpegr_available_jpeg_r_stream_configurations_maximum_resolution_t int32 + const ACAMERA_JPEGR_AVAILABLE_JPEG_R_STREAM_CONFIGURATIONS_MAXIMUM_RESOLUTION_INPUT + const ACAMERA_JPEGR_AVAILABLE_JPEG_R_STREAM_CONFIGURATIONS_MAXIMUM_RESOLUTION_OUTPUT + type Acamera_metadata_enum_android_jpegr_available_jpeg_r_stream_configurations_t int32 + const ACAMERA_JPEGR_AVAILABLE_JPEG_R_STREAM_CONFIGURATIONS_INPUT + const ACAMERA_JPEGR_AVAILABLE_JPEG_R_STREAM_CONFIGURATIONS_OUTPUT + type Acamera_metadata_enum_android_lens_facing_t int32 + const ACAMERA_LENS_FACING_BACK + const ACAMERA_LENS_FACING_EXTERNAL + const ACAMERA_LENS_FACING_FRONT + type Acamera_metadata_enum_android_lens_info_focus_distance_calibration_t int32 + const ACAMERA_LENS_INFO_FOCUS_DISTANCE_CALIBRATION_APPROXIMATE + const ACAMERA_LENS_INFO_FOCUS_DISTANCE_CALIBRATION_CALIBRATED + const ACAMERA_LENS_INFO_FOCUS_DISTANCE_CALIBRATION_UNCALIBRATED + type Acamera_metadata_enum_android_lens_optical_stabilization_mode_t int32 + const ACAMERA_LENS_OPTICAL_STABILIZATION_MODE_OFF + const ACAMERA_LENS_OPTICAL_STABILIZATION_MODE_ON + type Acamera_metadata_enum_android_lens_pose_reference_t int32 + const ACAMERA_LENS_POSE_REFERENCE_AUTOMOTIVE + const ACAMERA_LENS_POSE_REFERENCE_GYROSCOPE + const ACAMERA_LENS_POSE_REFERENCE_PRIMARY_CAMERA + const ACAMERA_LENS_POSE_REFERENCE_UNDEFINED + type Acamera_metadata_enum_android_lens_state_t int32 + const ACAMERA_LENS_STATE_MOVING + const ACAMERA_LENS_STATE_STATIONARY + type Acamera_metadata_enum_android_logical_multi_camera_sensor_sync_type_t int32 + const ACAMERA_LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE_APPROXIMATE + const ACAMERA_LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE_CALIBRATED + type Acamera_metadata_enum_android_noise_reduction_mode_t int32 + const ACAMERA_NOISE_REDUCTION_MODE_FAST + const ACAMERA_NOISE_REDUCTION_MODE_HIGH_QUALITY + const ACAMERA_NOISE_REDUCTION_MODE_MINIMAL + const ACAMERA_NOISE_REDUCTION_MODE_OFF + const ACAMERA_NOISE_REDUCTION_MODE_ZERO_SHUTTER_LAG + type Acamera_metadata_enum_android_request_available_capabilities_t int32 + const ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_BACKWARD_COMPATIBLE + const ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_BURST_CAPTURE + const ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_DEPTH_OUTPUT + const ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_LOGICAL_MULTI_CAMERA + const ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_MANUAL_POST_PROCESSING + const ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_MANUAL_SENSOR + const ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_MONOCHROME + const ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_MOTION_TRACKING + const ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_RAW + const ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_READ_SENSOR_SETTINGS + const ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_SECURE_IMAGE_DATA + const ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_STREAM_USE_CASE + const ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_SYSTEM_CAMERA + const ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_ULTRA_HIGH_RESOLUTION_SENSOR + type Acamera_metadata_enum_android_request_available_color_space_profiles_map_t int32 + const ACAMERA_REQUEST_AVAILABLE_COLOR_SPACE_PROFILES_MAP_BT2020_HLG + const ACAMERA_REQUEST_AVAILABLE_COLOR_SPACE_PROFILES_MAP_DISPLAY_P3 + const ACAMERA_REQUEST_AVAILABLE_COLOR_SPACE_PROFILES_MAP_SRGB + const ACAMERA_REQUEST_AVAILABLE_COLOR_SPACE_PROFILES_MAP_UNSPECIFIED + type Acamera_metadata_enum_android_request_available_dynamic_range_profiles_map_t int32 + const ACAMERA_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_DOLBY_VISION_10B_HDR_OEM + const ACAMERA_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_DOLBY_VISION_10B_HDR_OEM_PO + const ACAMERA_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_DOLBY_VISION_10B_HDR_REF + const ACAMERA_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_DOLBY_VISION_10B_HDR_REF_PO + const ACAMERA_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_DOLBY_VISION_8B_HDR_OEM + const ACAMERA_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_DOLBY_VISION_8B_HDR_OEM_PO + const ACAMERA_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_DOLBY_VISION_8B_HDR_REF + const ACAMERA_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_DOLBY_VISION_8B_HDR_REF_PO + const ACAMERA_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_HDR10 + const ACAMERA_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_HDR10_PLUS + const ACAMERA_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_HLG10 + const ACAMERA_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_MAX + const ACAMERA_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD + type Acamera_metadata_enum_android_scaler_available_recommended_stream_configurations_t int32 + const ACAMERA_SCALER_AVAILABLE_RECOMMENDED_STREAM_CONFIGURATIONS_10BIT_OUTPUT + const ACAMERA_SCALER_AVAILABLE_RECOMMENDED_STREAM_CONFIGURATIONS_LOW_LATENCY_SNAPSHOT + const ACAMERA_SCALER_AVAILABLE_RECOMMENDED_STREAM_CONFIGURATIONS_PREVIEW + const ACAMERA_SCALER_AVAILABLE_RECOMMENDED_STREAM_CONFIGURATIONS_PUBLIC_END + const ACAMERA_SCALER_AVAILABLE_RECOMMENDED_STREAM_CONFIGURATIONS_PUBLIC_END_3_8 + const ACAMERA_SCALER_AVAILABLE_RECOMMENDED_STREAM_CONFIGURATIONS_RAW + const ACAMERA_SCALER_AVAILABLE_RECOMMENDED_STREAM_CONFIGURATIONS_RECORD + const ACAMERA_SCALER_AVAILABLE_RECOMMENDED_STREAM_CONFIGURATIONS_SNAPSHOT + const ACAMERA_SCALER_AVAILABLE_RECOMMENDED_STREAM_CONFIGURATIONS_VENDOR_START + const ACAMERA_SCALER_AVAILABLE_RECOMMENDED_STREAM_CONFIGURATIONS_VIDEO_SNAPSHOT + const ACAMERA_SCALER_AVAILABLE_RECOMMENDED_STREAM_CONFIGURATIONS_ZSL + type Acamera_metadata_enum_android_scaler_available_stream_configurations_maximum_resolution_t int32 + const ACAMERA_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_MAXIMUM_RESOLUTION_INPUT + const ACAMERA_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_MAXIMUM_RESOLUTION_OUTPUT + type Acamera_metadata_enum_android_scaler_available_stream_configurations_t int32 + const ACAMERA_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_INPUT + const ACAMERA_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_OUTPUT + type Acamera_metadata_enum_android_scaler_available_stream_use_cases_t int32 + const ACAMERA_SCALER_AVAILABLE_STREAM_USE_CASES_CROPPED_RAW + const ACAMERA_SCALER_AVAILABLE_STREAM_USE_CASES_DEFAULT + const ACAMERA_SCALER_AVAILABLE_STREAM_USE_CASES_PREVIEW + const ACAMERA_SCALER_AVAILABLE_STREAM_USE_CASES_PREVIEW_VIDEO_STILL + const ACAMERA_SCALER_AVAILABLE_STREAM_USE_CASES_STILL_CAPTURE + const ACAMERA_SCALER_AVAILABLE_STREAM_USE_CASES_VIDEO_CALL + const ACAMERA_SCALER_AVAILABLE_STREAM_USE_CASES_VIDEO_RECORD + type Acamera_metadata_enum_android_scaler_cropping_type_t int32 + const ACAMERA_SCALER_CROPPING_TYPE_CENTER_ONLY + const ACAMERA_SCALER_CROPPING_TYPE_FREEFORM + type Acamera_metadata_enum_android_scaler_multi_resolution_stream_supported_t int32 + const ACAMERA_SCALER_MULTI_RESOLUTION_STREAM_SUPPORTED_FALSE + const ACAMERA_SCALER_MULTI_RESOLUTION_STREAM_SUPPORTED_TRUE + type Acamera_metadata_enum_android_scaler_physical_camera_multi_resolution_stream_configurations_t int32 + const ACAMERA_SCALER_PHYSICAL_CAMERA_MULTI_RESOLUTION_STREAM_CONFIGURATIONS_INPUT + const ACAMERA_SCALER_PHYSICAL_CAMERA_MULTI_RESOLUTION_STREAM_CONFIGURATIONS_OUTPUT + type Acamera_metadata_enum_android_scaler_rotate_and_crop_t int32 + const ACAMERA_SCALER_ROTATE_AND_CROP_180 + const ACAMERA_SCALER_ROTATE_AND_CROP_270 + const ACAMERA_SCALER_ROTATE_AND_CROP_90 + const ACAMERA_SCALER_ROTATE_AND_CROP_AUTO + const ACAMERA_SCALER_ROTATE_AND_CROP_NONE + type Acamera_metadata_enum_android_sensor_info_color_filter_arrangement_t int32 + const ACAMERA_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_BGGR + const ACAMERA_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_GBRG + const ACAMERA_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_GRBG + const ACAMERA_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_MONO + const ACAMERA_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_NIR + const ACAMERA_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_RGB + const ACAMERA_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_RGGB + type Acamera_metadata_enum_android_sensor_info_lens_shading_applied_t int32 + const ACAMERA_SENSOR_INFO_LENS_SHADING_APPLIED_FALSE + const ACAMERA_SENSOR_INFO_LENS_SHADING_APPLIED_TRUE + type Acamera_metadata_enum_android_sensor_info_timestamp_source_t int32 + const ACAMERA_SENSOR_INFO_TIMESTAMP_SOURCE_REALTIME + const ACAMERA_SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN + type Acamera_metadata_enum_android_sensor_pixel_mode_t int32 + const ACAMERA_SENSOR_PIXEL_MODE_DEFAULT + const ACAMERA_SENSOR_PIXEL_MODE_MAXIMUM_RESOLUTION + type Acamera_metadata_enum_android_sensor_raw_binning_factor_used_t int32 + const ACAMERA_SENSOR_RAW_BINNING_FACTOR_USED_FALSE + const ACAMERA_SENSOR_RAW_BINNING_FACTOR_USED_TRUE + type Acamera_metadata_enum_android_sensor_reference_illuminant1_t int32 + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_CLOUDY_WEATHER + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_COOL_WHITE_FLUORESCENT + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_D50 + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_D55 + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_D65 + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_D75 + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_DAYLIGHT + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_DAYLIGHT_FLUORESCENT + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_DAY_WHITE_FLUORESCENT + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_FINE_WEATHER + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_FLASH + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_FLUORESCENT + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_ISO_STUDIO_TUNGSTEN + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_SHADE + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_STANDARD_A + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_STANDARD_B + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_STANDARD_C + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_TUNGSTEN + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1_WHITE_FLUORESCENT + type Acamera_metadata_enum_android_sensor_test_pattern_mode_t int32 + const ACAMERA_SENSOR_TEST_PATTERN_MODE_COLOR_BARS + const ACAMERA_SENSOR_TEST_PATTERN_MODE_COLOR_BARS_FADE_TO_GRAY + const ACAMERA_SENSOR_TEST_PATTERN_MODE_CUSTOM1 + const ACAMERA_SENSOR_TEST_PATTERN_MODE_OFF + const ACAMERA_SENSOR_TEST_PATTERN_MODE_PN9 + const ACAMERA_SENSOR_TEST_PATTERN_MODE_SOLID_COLOR + type Acamera_metadata_enum_android_shading_mode_t int32 + const ACAMERA_SHADING_MODE_FAST + const ACAMERA_SHADING_MODE_HIGH_QUALITY + const ACAMERA_SHADING_MODE_OFF + type Acamera_metadata_enum_android_statistics_face_detect_mode_t int32 + const ACAMERA_STATISTICS_FACE_DETECT_MODE_FULL + const ACAMERA_STATISTICS_FACE_DETECT_MODE_OFF + const ACAMERA_STATISTICS_FACE_DETECT_MODE_SIMPLE + type Acamera_metadata_enum_android_statistics_hot_pixel_map_mode_t int32 + const ACAMERA_STATISTICS_HOT_PIXEL_MAP_MODE_OFF + const ACAMERA_STATISTICS_HOT_PIXEL_MAP_MODE_ON + type Acamera_metadata_enum_android_statistics_lens_shading_map_mode_t int32 + const ACAMERA_STATISTICS_LENS_SHADING_MAP_MODE_OFF + const ACAMERA_STATISTICS_LENS_SHADING_MAP_MODE_ON + type Acamera_metadata_enum_android_statistics_ois_data_mode_t int32 + const ACAMERA_STATISTICS_OIS_DATA_MODE_OFF + const ACAMERA_STATISTICS_OIS_DATA_MODE_ON + type Acamera_metadata_enum_android_statistics_scene_flicker_t int32 + const ACAMERA_STATISTICS_SCENE_FLICKER_50HZ + const ACAMERA_STATISTICS_SCENE_FLICKER_60HZ + const ACAMERA_STATISTICS_SCENE_FLICKER_NONE + type Acamera_metadata_enum_android_sync_frame_number_t int32 + const ACAMERA_SYNC_FRAME_NUMBER_CONVERGING + const ACAMERA_SYNC_FRAME_NUMBER_UNKNOWN + type Acamera_metadata_enum_android_sync_max_latency_t int32 + const ACAMERA_SYNC_MAX_LATENCY_PER_FRAME_CONTROL + const ACAMERA_SYNC_MAX_LATENCY_UNKNOWN + type Acamera_metadata_enum_android_tonemap_mode_t int32 + const ACAMERA_TONEMAP_MODE_CONTRAST_CURVE + const ACAMERA_TONEMAP_MODE_FAST + const ACAMERA_TONEMAP_MODE_GAMMA_VALUE + const ACAMERA_TONEMAP_MODE_HIGH_QUALITY + const ACAMERA_TONEMAP_MODE_PRESET_CURVE + type Acamera_metadata_enum_android_tonemap_preset_curve_t int32 + const ACAMERA_TONEMAP_PRESET_CURVE_REC709 + const ACAMERA_TONEMAP_PRESET_CURVE_SRGB + type Acamera_metadata_section_start_t int32 + const ACAMERA_AUTOMOTIVE_LENS_START + const ACAMERA_AUTOMOTIVE_START + const ACAMERA_BLACK_LEVEL_START + const ACAMERA_COLOR_CORRECTION_START + const ACAMERA_CONTROL_START + const ACAMERA_DEMOSAIC_START + const ACAMERA_DEPTH_START + const ACAMERA_DISTORTION_CORRECTION_START + const ACAMERA_EDGE_START + const ACAMERA_EXTENSION_START + const ACAMERA_FLASH_INFO_START + const ACAMERA_FLASH_START + const ACAMERA_HEIC_INFO_START + const ACAMERA_HEIC_START + const ACAMERA_HOT_PIXEL_START + const ACAMERA_INFO_START + const ACAMERA_JPEGR_START + const ACAMERA_JPEG_START + const ACAMERA_LED_START + const ACAMERA_LENS_INFO_START + const ACAMERA_LENS_START + const ACAMERA_LOGICAL_MULTI_CAMERA_START + const ACAMERA_NOISE_REDUCTION_START + const ACAMERA_QUIRKS_START + const ACAMERA_REPROCESS_START + const ACAMERA_REQUEST_START + const ACAMERA_SCALER_START + const ACAMERA_SENSOR_INFO_START + const ACAMERA_SENSOR_START + const ACAMERA_SHADING_START + const ACAMERA_STATISTICS_INFO_START + const ACAMERA_STATISTICS_START + const ACAMERA_SYNC_START + const ACAMERA_TONEMAP_START + const ACAMERA_VENDOR_START + type Acamera_metadata_section_t int32 + const ACAMERA_AUTOMOTIVE + const ACAMERA_AUTOMOTIVE_LENS + const ACAMERA_BLACK_LEVEL + const ACAMERA_COLOR_CORRECTION + const ACAMERA_CONTROL + const ACAMERA_DEMOSAIC + const ACAMERA_DEPTH + const ACAMERA_DISTORTION_CORRECTION + const ACAMERA_EDGE + const ACAMERA_EXTENSION + const ACAMERA_FLASH + const ACAMERA_FLASH_INFO + const ACAMERA_HEIC + const ACAMERA_HEIC_INFO + const ACAMERA_HOT_PIXEL + const ACAMERA_INFO + const ACAMERA_JPEG + const ACAMERA_JPEGR + const ACAMERA_LED + const ACAMERA_LENS + const ACAMERA_LENS_INFO + const ACAMERA_LOGICAL_MULTI_CAMERA + const ACAMERA_NOISE_REDUCTION + const ACAMERA_QUIRKS + const ACAMERA_REPROCESS + const ACAMERA_REQUEST + const ACAMERA_SCALER + const ACAMERA_SECTION_COUNT + const ACAMERA_SENSOR + const ACAMERA_SENSOR_INFO + const ACAMERA_SHADING + const ACAMERA_STATISTICS + const ACAMERA_STATISTICS_INFO + const ACAMERA_SYNC + const ACAMERA_TONEMAP + const ACAMERA_VENDOR + type Acamera_metadata_tag_t int32 + const ACAMERA_AUTOMOTIVE_END + const ACAMERA_AUTOMOTIVE_LENS_END + const ACAMERA_AUTOMOTIVE_LENS_FACING + const ACAMERA_AUTOMOTIVE_LOCATION + const ACAMERA_BLACK_LEVEL_END + const ACAMERA_BLACK_LEVEL_LOCK + const ACAMERA_COLOR_CORRECTION_ABERRATION_MODE + const ACAMERA_COLOR_CORRECTION_AVAILABLE_ABERRATION_MODES + const ACAMERA_COLOR_CORRECTION_END + const ACAMERA_COLOR_CORRECTION_GAINS + const ACAMERA_COLOR_CORRECTION_MODE + const ACAMERA_COLOR_CORRECTION_TRANSFORM + const ACAMERA_CONTROL_AE_ANTIBANDING_MODE + const ACAMERA_CONTROL_AE_AVAILABLE_ANTIBANDING_MODES + const ACAMERA_CONTROL_AE_AVAILABLE_MODES + const ACAMERA_CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES + const ACAMERA_CONTROL_AE_COMPENSATION_RANGE + const ACAMERA_CONTROL_AE_COMPENSATION_STEP + const ACAMERA_CONTROL_AE_EXPOSURE_COMPENSATION + const ACAMERA_CONTROL_AE_LOCK + const ACAMERA_CONTROL_AE_LOCK_AVAILABLE + const ACAMERA_CONTROL_AE_MODE + const ACAMERA_CONTROL_AE_PRECAPTURE_TRIGGER + const ACAMERA_CONTROL_AE_REGIONS + const ACAMERA_CONTROL_AE_STATE + const ACAMERA_CONTROL_AE_TARGET_FPS_RANGE + const ACAMERA_CONTROL_AF_AVAILABLE_MODES + const ACAMERA_CONTROL_AF_MODE + const ACAMERA_CONTROL_AF_REGIONS + const ACAMERA_CONTROL_AF_SCENE_CHANGE + const ACAMERA_CONTROL_AF_STATE + const ACAMERA_CONTROL_AF_TRIGGER + const ACAMERA_CONTROL_AUTOFRAMING + const ACAMERA_CONTROL_AUTOFRAMING_AVAILABLE + const ACAMERA_CONTROL_AUTOFRAMING_STATE + const ACAMERA_CONTROL_AVAILABLE_EFFECTS + const ACAMERA_CONTROL_AVAILABLE_EXTENDED_SCENE_MODE_MAX_SIZES + const ACAMERA_CONTROL_AVAILABLE_EXTENDED_SCENE_MODE_ZOOM_RATIO_RANGES + const ACAMERA_CONTROL_AVAILABLE_MODES + const ACAMERA_CONTROL_AVAILABLE_SCENE_MODES + const ACAMERA_CONTROL_AVAILABLE_SETTINGS_OVERRIDES + const ACAMERA_CONTROL_AVAILABLE_VIDEO_STABILIZATION_MODES + const ACAMERA_CONTROL_AWB_AVAILABLE_MODES + const ACAMERA_CONTROL_AWB_LOCK + const ACAMERA_CONTROL_AWB_LOCK_AVAILABLE + const ACAMERA_CONTROL_AWB_MODE + const ACAMERA_CONTROL_AWB_REGIONS + const ACAMERA_CONTROL_AWB_STATE + const ACAMERA_CONTROL_CAPTURE_INTENT + const ACAMERA_CONTROL_EFFECT_MODE + const ACAMERA_CONTROL_ENABLE_ZSL + const ACAMERA_CONTROL_END + const ACAMERA_CONTROL_EXTENDED_SCENE_MODE + const ACAMERA_CONTROL_LOW_LIGHT_BOOST_INFO_LUMINANCE_RANGE + const ACAMERA_CONTROL_LOW_LIGHT_BOOST_STATE + const ACAMERA_CONTROL_MAX_REGIONS + const ACAMERA_CONTROL_MODE + const ACAMERA_CONTROL_POST_RAW_SENSITIVITY_BOOST + const ACAMERA_CONTROL_POST_RAW_SENSITIVITY_BOOST_RANGE + const ACAMERA_CONTROL_SCENE_MODE + const ACAMERA_CONTROL_SETTINGS_OVERRIDE + const ACAMERA_CONTROL_VIDEO_STABILIZATION_MODE + const ACAMERA_CONTROL_ZOOM_RATIO + const ACAMERA_CONTROL_ZOOM_RATIO_RANGE + const ACAMERA_DEPTH_AVAILABLE_DEPTH_MIN_FRAME_DURATIONS + const ACAMERA_DEPTH_AVAILABLE_DEPTH_MIN_FRAME_DURATIONS_MAXIMUM_RESOLUTION + const ACAMERA_DEPTH_AVAILABLE_DEPTH_STALL_DURATIONS + const ACAMERA_DEPTH_AVAILABLE_DEPTH_STALL_DURATIONS_MAXIMUM_RESOLUTION + const ACAMERA_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS + const ACAMERA_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS_MAXIMUM_RESOLUTION + const ACAMERA_DEPTH_AVAILABLE_DYNAMIC_DEPTH_MIN_FRAME_DURATIONS + const ACAMERA_DEPTH_AVAILABLE_DYNAMIC_DEPTH_MIN_FRAME_DURATIONS_MAXIMUM_RESOLUTION + const ACAMERA_DEPTH_AVAILABLE_DYNAMIC_DEPTH_STALL_DURATIONS + const ACAMERA_DEPTH_AVAILABLE_DYNAMIC_DEPTH_STALL_DURATIONS_MAXIMUM_RESOLUTION + const ACAMERA_DEPTH_AVAILABLE_DYNAMIC_DEPTH_STREAM_CONFIGURATIONS + const ACAMERA_DEPTH_AVAILABLE_DYNAMIC_DEPTH_STREAM_CONFIGURATIONS_MAXIMUM_RESOLUTION + const ACAMERA_DEPTH_AVAILABLE_RECOMMENDED_DEPTH_STREAM_CONFIGURATIONS + const ACAMERA_DEPTH_DEPTH_IS_EXCLUSIVE + const ACAMERA_DEPTH_END + const ACAMERA_DISTORTION_CORRECTION_AVAILABLE_MODES + const ACAMERA_DISTORTION_CORRECTION_END + const ACAMERA_DISTORTION_CORRECTION_MODE + const ACAMERA_EDGE_AVAILABLE_EDGE_MODES + const ACAMERA_EDGE_END + const ACAMERA_EDGE_MODE + const ACAMERA_FLASH_END + const ACAMERA_FLASH_INFO_AVAILABLE + const ACAMERA_FLASH_INFO_END + const ACAMERA_FLASH_INFO_STRENGTH_DEFAULT_LEVEL + const ACAMERA_FLASH_INFO_STRENGTH_MAXIMUM_LEVEL + const ACAMERA_FLASH_MODE + const ACAMERA_FLASH_SINGLE_STRENGTH_DEFAULT_LEVEL + const ACAMERA_FLASH_SINGLE_STRENGTH_MAX_LEVEL + const ACAMERA_FLASH_STATE + const ACAMERA_FLASH_STRENGTH_LEVEL + const ACAMERA_FLASH_TORCH_STRENGTH_DEFAULT_LEVEL + const ACAMERA_FLASH_TORCH_STRENGTH_MAX_LEVEL + const ACAMERA_HEIC_AVAILABLE_HEIC_MIN_FRAME_DURATIONS + const ACAMERA_HEIC_AVAILABLE_HEIC_MIN_FRAME_DURATIONS_MAXIMUM_RESOLUTION + const ACAMERA_HEIC_AVAILABLE_HEIC_STALL_DURATIONS + const ACAMERA_HEIC_AVAILABLE_HEIC_STALL_DURATIONS_MAXIMUM_RESOLUTION + const ACAMERA_HEIC_AVAILABLE_HEIC_STREAM_CONFIGURATIONS + const ACAMERA_HEIC_AVAILABLE_HEIC_STREAM_CONFIGURATIONS_MAXIMUM_RESOLUTION + const ACAMERA_HEIC_END + const ACAMERA_HOT_PIXEL_AVAILABLE_HOT_PIXEL_MODES + const ACAMERA_HOT_PIXEL_END + const ACAMERA_HOT_PIXEL_MODE + const ACAMERA_INFO_DEVICE_STATE_ORIENTATIONS + const ACAMERA_INFO_END + const ACAMERA_INFO_SUPPORTED_HARDWARE_LEVEL + const ACAMERA_INFO_VERSION + const ACAMERA_JPEGR_AVAILABLE_JPEG_R_MIN_FRAME_DURATIONS + const ACAMERA_JPEGR_AVAILABLE_JPEG_R_MIN_FRAME_DURATIONS_MAXIMUM_RESOLUTION + const ACAMERA_JPEGR_AVAILABLE_JPEG_R_STALL_DURATIONS + const ACAMERA_JPEGR_AVAILABLE_JPEG_R_STALL_DURATIONS_MAXIMUM_RESOLUTION + const ACAMERA_JPEGR_AVAILABLE_JPEG_R_STREAM_CONFIGURATIONS + const ACAMERA_JPEGR_AVAILABLE_JPEG_R_STREAM_CONFIGURATIONS_MAXIMUM_RESOLUTION + const ACAMERA_JPEGR_END + const ACAMERA_JPEG_AVAILABLE_THUMBNAIL_SIZES + const ACAMERA_JPEG_END + const ACAMERA_JPEG_GPS_COORDINATES + const ACAMERA_JPEG_GPS_PROCESSING_METHOD + const ACAMERA_JPEG_GPS_TIMESTAMP + const ACAMERA_JPEG_ORIENTATION + const ACAMERA_JPEG_QUALITY + const ACAMERA_JPEG_THUMBNAIL_QUALITY + const ACAMERA_JPEG_THUMBNAIL_SIZE + const ACAMERA_LENS_APERTURE + const ACAMERA_LENS_DISTORTION + const ACAMERA_LENS_DISTORTION_MAXIMUM_RESOLUTION + const ACAMERA_LENS_END + const ACAMERA_LENS_FACING + const ACAMERA_LENS_FILTER_DENSITY + const ACAMERA_LENS_FOCAL_LENGTH + const ACAMERA_LENS_FOCUS_DISTANCE + const ACAMERA_LENS_FOCUS_RANGE + const ACAMERA_LENS_INFO_AVAILABLE_APERTURES + const ACAMERA_LENS_INFO_AVAILABLE_FILTER_DENSITIES + const ACAMERA_LENS_INFO_AVAILABLE_FOCAL_LENGTHS + const ACAMERA_LENS_INFO_AVAILABLE_OPTICAL_STABILIZATION + const ACAMERA_LENS_INFO_END + const ACAMERA_LENS_INFO_FOCUS_DISTANCE_CALIBRATION + const ACAMERA_LENS_INFO_HYPERFOCAL_DISTANCE + const ACAMERA_LENS_INFO_MINIMUM_FOCUS_DISTANCE + const ACAMERA_LENS_INFO_SHADING_MAP_SIZE + const ACAMERA_LENS_INTRINSIC_CALIBRATION + const ACAMERA_LENS_INTRINSIC_CALIBRATION_MAXIMUM_RESOLUTION + const ACAMERA_LENS_OPTICAL_STABILIZATION_MODE + const ACAMERA_LENS_POSE_REFERENCE + const ACAMERA_LENS_POSE_ROTATION + const ACAMERA_LENS_POSE_TRANSLATION + const ACAMERA_LENS_RADIAL_DISTORTION + const ACAMERA_LENS_STATE + const ACAMERA_LOGICAL_MULTI_CAMERA_ACTIVE_PHYSICAL_ID + const ACAMERA_LOGICAL_MULTI_CAMERA_ACTIVE_PHYSICAL_SENSOR_CROP_REGION + const ACAMERA_LOGICAL_MULTI_CAMERA_END + const ACAMERA_LOGICAL_MULTI_CAMERA_PHYSICAL_IDS + const ACAMERA_LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE + const ACAMERA_NOISE_REDUCTION_AVAILABLE_NOISE_REDUCTION_MODES + const ACAMERA_NOISE_REDUCTION_END + const ACAMERA_NOISE_REDUCTION_MODE + const ACAMERA_REQUEST_AVAILABLE_CAPABILITIES + const ACAMERA_REQUEST_AVAILABLE_CHARACTERISTICS_KEYS + const ACAMERA_REQUEST_AVAILABLE_COLOR_SPACE_PROFILES_MAP + const ACAMERA_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP + const ACAMERA_REQUEST_AVAILABLE_PHYSICAL_CAMERA_REQUEST_KEYS + const ACAMERA_REQUEST_AVAILABLE_REQUEST_KEYS + const ACAMERA_REQUEST_AVAILABLE_RESULT_KEYS + const ACAMERA_REQUEST_AVAILABLE_SESSION_KEYS + const ACAMERA_REQUEST_END + const ACAMERA_REQUEST_MAX_NUM_OUTPUT_STREAMS + const ACAMERA_REQUEST_PARTIAL_RESULT_COUNT + const ACAMERA_REQUEST_PIPELINE_DEPTH + const ACAMERA_REQUEST_PIPELINE_MAX_DEPTH + const ACAMERA_SCALER_AVAILABLE_MAX_DIGITAL_ZOOM + const ACAMERA_SCALER_AVAILABLE_MIN_FRAME_DURATIONS + const ACAMERA_SCALER_AVAILABLE_MIN_FRAME_DURATIONS_MAXIMUM_RESOLUTION + const ACAMERA_SCALER_AVAILABLE_RECOMMENDED_INPUT_OUTPUT_FORMATS_MAP + const ACAMERA_SCALER_AVAILABLE_RECOMMENDED_STREAM_CONFIGURATIONS + const ACAMERA_SCALER_AVAILABLE_ROTATE_AND_CROP_MODES + const ACAMERA_SCALER_AVAILABLE_STALL_DURATIONS + const ACAMERA_SCALER_AVAILABLE_STALL_DURATIONS_MAXIMUM_RESOLUTION + const ACAMERA_SCALER_AVAILABLE_STREAM_CONFIGURATIONS + const ACAMERA_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_MAXIMUM_RESOLUTION + const ACAMERA_SCALER_AVAILABLE_STREAM_USE_CASES + const ACAMERA_SCALER_CROPPING_TYPE + const ACAMERA_SCALER_CROP_REGION + const ACAMERA_SCALER_DEFAULT_SECURE_IMAGE_SIZE + const ACAMERA_SCALER_END + const ACAMERA_SCALER_MULTI_RESOLUTION_STREAM_SUPPORTED + const ACAMERA_SCALER_PHYSICAL_CAMERA_MULTI_RESOLUTION_STREAM_CONFIGURATIONS + const ACAMERA_SCALER_RAW_CROP_REGION + const ACAMERA_SCALER_ROTATE_AND_CROP + const ACAMERA_SENSOR_AVAILABLE_TEST_PATTERN_MODES + const ACAMERA_SENSOR_BLACK_LEVEL_PATTERN + const ACAMERA_SENSOR_CALIBRATION_TRANSFORM1 + const ACAMERA_SENSOR_CALIBRATION_TRANSFORM2 + const ACAMERA_SENSOR_COLOR_TRANSFORM1 + const ACAMERA_SENSOR_COLOR_TRANSFORM2 + const ACAMERA_SENSOR_DYNAMIC_BLACK_LEVEL + const ACAMERA_SENSOR_DYNAMIC_WHITE_LEVEL + const ACAMERA_SENSOR_END + const ACAMERA_SENSOR_EXPOSURE_TIME + const ACAMERA_SENSOR_FORWARD_MATRIX1 + const ACAMERA_SENSOR_FORWARD_MATRIX2 + const ACAMERA_SENSOR_FRAME_DURATION + const ACAMERA_SENSOR_GREEN_SPLIT + const ACAMERA_SENSOR_INFO_ACTIVE_ARRAY_SIZE + const ACAMERA_SENSOR_INFO_ACTIVE_ARRAY_SIZE_MAXIMUM_RESOLUTION + const ACAMERA_SENSOR_INFO_BINNING_FACTOR + const ACAMERA_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT + const ACAMERA_SENSOR_INFO_END + const ACAMERA_SENSOR_INFO_EXPOSURE_TIME_RANGE + const ACAMERA_SENSOR_INFO_LENS_SHADING_APPLIED + const ACAMERA_SENSOR_INFO_MAX_FRAME_DURATION + const ACAMERA_SENSOR_INFO_PHYSICAL_SIZE + const ACAMERA_SENSOR_INFO_PIXEL_ARRAY_SIZE + const ACAMERA_SENSOR_INFO_PIXEL_ARRAY_SIZE_MAXIMUM_RESOLUTION + const ACAMERA_SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE + const ACAMERA_SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE_MAXIMUM_RESOLUTION + const ACAMERA_SENSOR_INFO_SENSITIVITY_RANGE + const ACAMERA_SENSOR_INFO_TIMESTAMP_SOURCE + const ACAMERA_SENSOR_INFO_WHITE_LEVEL + const ACAMERA_SENSOR_MAX_ANALOG_SENSITIVITY + const ACAMERA_SENSOR_NEUTRAL_COLOR_POINT + const ACAMERA_SENSOR_NOISE_PROFILE + const ACAMERA_SENSOR_OPTICAL_BLACK_REGIONS + const ACAMERA_SENSOR_ORIENTATION + const ACAMERA_SENSOR_PIXEL_MODE + const ACAMERA_SENSOR_RAW_BINNING_FACTOR_USED + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT1 + const ACAMERA_SENSOR_REFERENCE_ILLUMINANT2 + const ACAMERA_SENSOR_ROLLING_SHUTTER_SKEW + const ACAMERA_SENSOR_SENSITIVITY + const ACAMERA_SENSOR_TEST_PATTERN_DATA + const ACAMERA_SENSOR_TEST_PATTERN_MODE + const ACAMERA_SENSOR_TIMESTAMP + const ACAMERA_SHADING_AVAILABLE_MODES + const ACAMERA_SHADING_END + const ACAMERA_SHADING_MODE + const ACAMERA_STATISTICS_END + const ACAMERA_STATISTICS_FACE_DETECT_MODE + const ACAMERA_STATISTICS_FACE_IDS + const ACAMERA_STATISTICS_FACE_LANDMARKS + const ACAMERA_STATISTICS_FACE_RECTANGLES + const ACAMERA_STATISTICS_FACE_SCORES + const ACAMERA_STATISTICS_HOT_PIXEL_MAP + const ACAMERA_STATISTICS_HOT_PIXEL_MAP_MODE + const ACAMERA_STATISTICS_INFO_AVAILABLE_FACE_DETECT_MODES + const ACAMERA_STATISTICS_INFO_AVAILABLE_HOT_PIXEL_MAP_MODES + const ACAMERA_STATISTICS_INFO_AVAILABLE_LENS_SHADING_MAP_MODES + const ACAMERA_STATISTICS_INFO_AVAILABLE_OIS_DATA_MODES + const ACAMERA_STATISTICS_INFO_END + const ACAMERA_STATISTICS_INFO_MAX_FACE_COUNT + const ACAMERA_STATISTICS_LENS_INTRINSIC_SAMPLES + const ACAMERA_STATISTICS_LENS_INTRINSIC_TIMESTAMPS + const ACAMERA_STATISTICS_LENS_SHADING_MAP + const ACAMERA_STATISTICS_LENS_SHADING_MAP_MODE + const ACAMERA_STATISTICS_OIS_DATA_MODE + const ACAMERA_STATISTICS_OIS_TIMESTAMPS + const ACAMERA_STATISTICS_OIS_X_SHIFTS + const ACAMERA_STATISTICS_OIS_Y_SHIFTS + const ACAMERA_STATISTICS_SCENE_FLICKER + const ACAMERA_SYNC_END + const ACAMERA_SYNC_FRAME_NUMBER + const ACAMERA_SYNC_MAX_LATENCY + const ACAMERA_TONEMAP_AVAILABLE_TONE_MAP_MODES + const ACAMERA_TONEMAP_CURVE_BLUE + const ACAMERA_TONEMAP_CURVE_GREEN + const ACAMERA_TONEMAP_CURVE_RED + const ACAMERA_TONEMAP_END + const ACAMERA_TONEMAP_GAMMA + const ACAMERA_TONEMAP_MAX_CURVE_POINTS + const ACAMERA_TONEMAP_MODE + const ACAMERA_TONEMAP_PRESET_CURVE + type Camera_status_t C.camera_status_t + func ACameraCaptureSession_abortCaptures(session *ACameraCaptureSession) Camera_status_t + func ACameraCaptureSession_capture(session *ACameraCaptureSession, ...) Camera_status_t + func ACameraCaptureSession_captureV2(session *ACameraCaptureSession, ...) Camera_status_t + func ACameraCaptureSession_getDevice(session *ACameraCaptureSession, device **ACameraDevice) Camera_status_t + func ACameraCaptureSession_logicalCamera_capture(session *ACameraCaptureSession, ...) Camera_status_t + func ACameraCaptureSession_logicalCamera_captureV2(session *ACameraCaptureSession, ...) Camera_status_t + func ACameraCaptureSession_logicalCamera_setRepeatingRequest(session *ACameraCaptureSession, ...) Camera_status_t + func ACameraCaptureSession_logicalCamera_setRepeatingRequestV2(session *ACameraCaptureSession, ...) Camera_status_t + func ACameraCaptureSession_prepareWindow(session *ACameraCaptureSession, window *ANativeWindow) Camera_status_t + func ACameraCaptureSession_setRepeatingRequest(session *ACameraCaptureSession, ...) Camera_status_t + func ACameraCaptureSession_setRepeatingRequestV2(session *ACameraCaptureSession, ...) Camera_status_t + func ACameraCaptureSession_setWindowPreparedCallback(session *ACameraCaptureSession, context unsafe.Pointer, ...) Camera_status_t + func ACameraCaptureSession_stopRepeating(session *ACameraCaptureSession) Camera_status_t + func ACameraCaptureSession_updateSharedOutput(session *ACameraCaptureSession, output *ACaptureSessionOutput) Camera_status_t + func ACameraDevice_close(device *ACameraDevice) Camera_status_t + func ACameraDevice_createCaptureRequest(device *ACameraDevice, templateId ACameraDevice_request_template, ...) Camera_status_t + func ACameraDevice_createCaptureRequest_withPhysicalIds(device *ACameraDevice, templateId ACameraDevice_request_template, ...) Camera_status_t + func ACameraDevice_createCaptureSession(device *ACameraDevice, outputs *ACaptureSessionOutputContainer, ...) Camera_status_t + func ACameraDevice_createCaptureSessionWithSessionParameters(device *ACameraDevice, outputs *ACaptureSessionOutputContainer, ...) Camera_status_t + func ACameraDevice_isSessionConfigurationSupported(device *ACameraDevice, sessionOutputContainer *ACaptureSessionOutputContainer) Camera_status_t + func ACameraManager_getCameraCharacteristics(manager *ACameraManager, cameraId string, characteristics **ACameraMetadata) Camera_status_t + func ACameraManager_getCameraIdList(manager *ACameraManager, cameraIdList **ACameraIdList) Camera_status_t + func ACameraManager_openCamera(manager *ACameraManager, cameraId string, ...) Camera_status_t + func ACameraManager_registerAvailabilityCallback(manager *ACameraManager, callback *ACameraManager_AvailabilityCallbacks) Camera_status_t + func ACameraManager_registerExtendedAvailabilityCallback(manager *ACameraManager, ...) Camera_status_t + func ACameraManager_unregisterAvailabilityCallback(manager *ACameraManager, callback *ACameraManager_AvailabilityCallbacks) Camera_status_t + func ACameraManager_unregisterExtendedAvailabilityCallback(manager *ACameraManager, ...) Camera_status_t + func ACameraMetadata_getAllTags(metadata *ACameraMetadata, numEntries *int32, tags **uint32) Camera_status_t + func ACameraMetadata_getConstEntry(metadata *ACameraMetadata, tag uint32, entry *ACameraMetadata_const_entry) Camera_status_t + func ACameraMetadata_getTagFromName(metadata *ACameraMetadata, name string, tag *uint32) Camera_status_t + func ACameraOutputTarget_create(window *ANativeWindow, output **ACameraOutputTarget) Camera_status_t + func ACaptureRequest_addTarget(request *ACaptureRequest, output *ACameraOutputTarget) Camera_status_t + func ACaptureRequest_getAllTags(request *ACaptureRequest, numTags *int32, tags **uint32) Camera_status_t + func ACaptureRequest_getConstEntry(request *ACaptureRequest, tag uint32, entry *ACameraMetadata_const_entry) Camera_status_t + func ACaptureRequest_getConstEntry_physicalCamera(request *ACaptureRequest, physicalId string, tag uint32, ...) Camera_status_t + func ACaptureRequest_getUserContext(request *ACaptureRequest, context *unsafe.Pointer) Camera_status_t + func ACaptureRequest_removeTarget(request *ACaptureRequest, output *ACameraOutputTarget) Camera_status_t + func ACaptureRequest_setEntry_double(request *ACaptureRequest, tag uint32, count uint32, data *float64) Camera_status_t + func ACaptureRequest_setEntry_float(request *ACaptureRequest, tag uint32, count uint32, data *float32) Camera_status_t + func ACaptureRequest_setEntry_i32(request *ACaptureRequest, tag uint32, count uint32, data *int32) Camera_status_t + func ACaptureRequest_setEntry_i64(request *ACaptureRequest, tag uint32, count uint32, data *int64) Camera_status_t + func ACaptureRequest_setEntry_physicalCamera_double(request *ACaptureRequest, physicalId string, tag uint32, count uint32, ...) Camera_status_t + func ACaptureRequest_setEntry_physicalCamera_float(request *ACaptureRequest, physicalId string, tag uint32, count uint32, ...) Camera_status_t + func ACaptureRequest_setEntry_physicalCamera_i32(request *ACaptureRequest, physicalId string, tag uint32, count uint32, ...) Camera_status_t + func ACaptureRequest_setEntry_physicalCamera_i64(request *ACaptureRequest, physicalId string, tag uint32, count uint32, ...) Camera_status_t + func ACaptureRequest_setEntry_physicalCamera_rational(request *ACaptureRequest, physicalId string, tag uint32, count uint32, ...) Camera_status_t + func ACaptureRequest_setEntry_physicalCamera_u8(request *ACaptureRequest, physicalId string, tag uint32, count uint32, ...) Camera_status_t + func ACaptureRequest_setEntry_rational(request *ACaptureRequest, tag uint32, count uint32, ...) Camera_status_t + func ACaptureRequest_setEntry_u8(request *ACaptureRequest, tag uint32, count uint32, data *uint8) Camera_status_t + func ACaptureRequest_setUserContext(request *ACaptureRequest, context unsafe.Pointer) Camera_status_t + func ACaptureSessionOutputContainer_add(container *ACaptureSessionOutputContainer, output *ACaptureSessionOutput) Camera_status_t + func ACaptureSessionOutputContainer_create(container **ACaptureSessionOutputContainer) Camera_status_t + func ACaptureSessionOutputContainer_remove(container *ACaptureSessionOutputContainer, output *ACaptureSessionOutput) Camera_status_t + func ACaptureSessionOutput_create(anw *ANativeWindow, output **ACaptureSessionOutput) Camera_status_t + func ACaptureSessionPhysicalOutput_create(anw *ANativeWindow, physicalId string, output **ACaptureSessionOutput) Camera_status_t + func ACaptureSessionSharedOutput_add(output *ACaptureSessionOutput, anw *ANativeWindow) Camera_status_t + func ACaptureSessionSharedOutput_create(anw *ANativeWindow, output **ACaptureSessionOutput) Camera_status_t + func ACaptureSessionSharedOutput_remove(output *ACaptureSessionOutput, anw *ANativeWindow) Camera_status_t + type CgoAllocMap struct + func UnpackPCharString(str string) (*C.char, *CgoAllocMap) + func (a *CgoAllocMap) Add(ptr unsafe.Pointer) + func (a *CgoAllocMap) Borrow(b *CgoAllocMap) + func (a *CgoAllocMap) Free() + func (a *CgoAllocMap) IsEmpty() bool + type DeviceStateCallbacks struct + OnDisconnected func() + OnError func(int) + type JNIEnv C.JNIEnv + type Jobject C.jobject + type SessionStateCallbacks struct + OnActive func() + OnClosed func() + OnReady func() + type SliceHeader struct + Cap int + Data unsafe.Pointer + Len int