# multimedia_camera_lite
**Repository Path**: m8t/multimedia_camera_lite
## Basic Information
- **Project Name**: multimedia_camera_lite
- **Description**: Framework implementation of the camera module | 相机模块框架实现
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 129
- **Created**: 2025-02-12
- **Last Updated**: 2025-03-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# CAMERA\_LITE
- [Introduction](#section11660541593)
- [Directory Structure](#section56984451495)
- [Usage](#section1648194512427)
- [Constraints](#section161941989596)
- [Repositories Involved](#section105062051111614)
## Introduction
This repository provides the camera capability.
**Figure 1** Position of this repository \(in the dotted blue box\) in the multimedia subsystem
-in-the-multimedia-subsystem.png "position-of-this-repository-(in-the-dotted-blue-box)-in-the-multimedia-subsystem")
## Directory Structure
```
/foundation/multimedia/camera_lite
├── frameworks # Framework code
└── interfaces # APIs
└── kits # External APIs
```
## Usage
Build a single repository in the root directory.
```
# Select the development board.
hb set
# Build this repository.
hb build camera_lite
```
## Constraints
C++ 11 or later
## Repositories Involved
[Multimedia subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/multimedia.md)
[camera\_sample\_lite](https://gitee.com/openharmony/applications_sample_camera)
[media\_utils\_lite](https://gitee.com/openharmony/multimedia_utils_lite)
[audio\_lite](https://gitee.com/openharmony/multimedia_audio_lite)
[media\_lite](https://gitee.com/openharmony/multimedia_media_lite)
[camera\_lite](https://gitee.com/openharmony/multimedia_camera_lite)