OH_Camera
Overview
The module provides C APIs for the camera service.
You can refer to the corresponding development guide and samples based on your development requirements.
- Camera Device Management
- Device Input Management
- Camera Session Management
- Preview
- Secondary Processing of Preview Streams
- Photo Capture
- Deferred Photo Delivery
- Video Recording
- Camera Metadata
- Using the Flashlight
- Pressure Management
System capability: SystemCapability.Multimedia.Camera.Core
Since: 11
Files
| Name | Description |
|---|---|
| camera.h | Defines the basic APIs of the camera. |
| camera_device.h | Defines the basic APIs of the camera device. |
| camera_input.h | Declares the camera input concepts. |
| camera_manager.h | Declares the camera manager concepts. |
| capture_session.h | Declares the capture session concepts. |
| metadata_output.h | Declares the metadata output concepts. |
| photo_native.h | Declares the camera photo concepts. |
| photo_output.h | Declares the photo output concepts. |
| preview_output.h | Declares the preview output concepts. |
| video_output.h | Declares the video output concepts. |