Readme-EN.md
1# Camera Kit 2<!--Kit: Camera Kit--> 3<!--Subsystem: Multimedia--> 4<!--Owner: @qano--> 5<!--SE: @leo_ysl--> 6<!--TSE: @xchaosioda--> 7 8- [Introduction to Camera Kit](camera-overview.md) 9- [Requesting Camera Development Permissions](camera-preparation.md) 10- Developing Camera Applications (ArkTS)<!--camera-dev-arkts--> 11 - [Using the System Camera to Take Photos and Record Videos (CameraPicker)](camera-picker.md) 12 - [Camera Device Management (ArkTS)](camera-device-management.md) 13 - [Device Input Management (ArkTS)](camera-device-input.md) 14 - [Camera Session Management (ArkTS)](camera-session-management.md) 15 - [Preview (ArkTS)](camera-preview.md) 16 - [Dual-Channel Preview (ArkTS)](camera-dual-channel-preview.md) 17 - [Photo Capture (ArkTS)](camera-shooting.md) 18 - [Photo Capture Practices (ArkTS)](camera-shooting-case.md) 19 - [Video Recording (ArkTS)](camera-recording.md) 20 - [Video Recording Practices (ArkTS)](camera-recording-case.md) 21 - [Camera Metadata (ArkTS)](camera-metadata.md) 22 - [Using the Flashlight (ArkTS)](camera-torch-use.md) 23 - [Adapting Camera Changes in Different Fold States (ArkTS)](camera-foldable-display.md) 24 - [Deferred Photo Delivery (ArkTS)](camera-deferred-capture.md) 25 - [Deferred Photo Delivery Practices (ArkTS)](camera-deferred-capture-case.md) 26 - [Moving Photos (ArkTS)](camera-moving-photo.md) 27 - [Basic Camera Animation (ArkTS)](camera-animation.md) 28 - [Using the Camera in the Worker Thread (ArkTS)](camera-worker.md) 29 - [Practices for Camera Recovery from the Background (ArkTS)](camera-background-recovery.md) 30 - [Practices for Automatic Camera Switching (ArkTS)](camera-auto-switch.md) 31 <!--Del--> 32 - [High-Performance Photo Capture (for System Applications Only) (ArkTS)](camera-deferred-photo.md) 33 - [Practices for High-Performance Photo Capture (for System Applications Only) (ArkTS)](camera-deferred-photo-case.md) 34 - [Depth Data (for System Applications Only) (ArkTS)](camera-depth-data.md) 35 - [Performance Optimization Practices (for System Applications Only) (ArkTS)](camera-performance-improvement.md) 36 <!--DelEnd--> 37- Developing Camera Applications (C/C++)<!--camera-dev-native--> 38 - [Camera Device Management (C/C++)](native-camera-device-management.md) 39 - [Device Input Management (C/C++)](native-camera-device-input.md) 40 - [Camera Session Management (C/C++)](native-camera-session-management.md) 41 - [Preview (C/C++)](native-camera-preview.md) 42 - [Secondary Processing of Preview Streams (C/C++)](native-camera-preview-imageReceiver.md) 43 - [Photo Capture (C/C++)](native-camera-shooting.md) 44 - [Photo Capture Practices (C/C++)](native-camera-shooting-case.md) 45 - [Deferred Photo Delivery (C/C++)](native-camera-deferred-capture.md) 46 - [Video Recording (C/C++)](native-camera-recording.md) 47 - [Video Recording Practices (C/C++)](native-camera-recording-case.md) 48 - [Camera Metadata (C/C++)](native-camera-metadata.md) 49 - [Using the Flashlight (C/C++)](native-camera-torch-use.md) 50