• Home
Name Date Size #Lines LOC

..--

figures/12-May-2024-

frameworks/12-May-2024-2,5261,942

interfaces/kits/12-May-2024-1,265394

services/12-May-2024-1,9971,707

test/12-May-2024-2,2001,963

LICENSED12-May-202410.1 KiB177150

README.mdD12-May-20241.6 KiB5434

README_zh.mdD12-May-20241.6 KiB5434

bundle.jsonD12-May-20241,020 4141

README.md

1# CAMERA\_LITE<a name="EN-US_TOPIC_0000001126988397"></a>
2
3-   [Introduction](#section11660541593)
4-   [Directory Structure](#section56984451495)
5-   [Usage](#section1648194512427)
6-   [Constraints](#section161941989596)
7-   [Repositories Involved](#section105062051111614)
8
9## Introduction<a name="section11660541593"></a>
10
11This repository provides the camera capability.
12
13**Figure  1**  Position of this repository \(in the dotted blue box\) in the multimedia subsystem<a name="fig4655174610594"></a>
14![](figures/position-of-this-repository-(in-the-dotted-blue-box)-in-the-multimedia-subsystem.png "position-of-this-repository-(in-the-dotted-blue-box)-in-the-multimedia-subsystem")
15
16## Directory Structure<a name="section56984451495"></a>
17
18```
19/foundation/multimedia/camera_lite
20├── frameworks # Framework code
21└── interfaces # APIs
22    └── kits   # External APIs
23```
24
25## Usage<a name="section1648194512427"></a>
26
27Build a single repository in the root directory.
28
29```
30# Select the development board.
31hb set
32# Build this repository.
33hb build camera_lite
34```
35
36## Constraints<a name="section161941989596"></a>
37
38C++ 11 or later
39
40## Repositories Involved<a name="section105062051111614"></a>
41
42[Multimedia subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/multimedia.md)
43
44[camera\_sample\_lite](https://gitee.com/openharmony/applications_sample_camera)
45
46[media\_utils\_lite](https://gitee.com/openharmony/multimedia_utils_lite)
47
48[audio\_lite](https://gitee.com/openharmony/multimedia_audio_lite)
49
50[media\_lite](https://gitee.com/openharmony/multimedia_media_lite)
51
52[camera\_lite](https://gitee.com/openharmony/multimedia_camera_lite)
53
54

README_zh.md

1# 媒体子系统CAMERA\_LITE组件<a name="ZH-CN_TOPIC_0000001126988397"></a>
2
3-   [简介](#section11660541593)
4-   [目录](#section56984451495)
5-   [使用说明](#section1648194512427)
6-   [约束](#section161941989596)
7-   [相关仓](#section105062051111614)
8
9## 简介<a name="section11660541593"></a>
10
11Camera\_Lite组件提供相机能力的支持。
12
13**图 1**  媒体子系统架构(蓝色虚线框是camera\_lite)<a name="fig4655174610594"></a>
14![](figures/媒体子系统架构(蓝色虚线框是camera_lite).png "媒体子系统架构(蓝色虚线框是camera_lite)")
15
16## 目录<a name="section56984451495"></a>
17
18```
19/foundation/multimedia/camera_lite
20├── frameworks # 框架代码
21└── interfaces # 接口
22    └── kits   # 对外接口
23```
24
25## 使用说明<a name="section1648194512427"></a>
26
27单仓的编译构建,在根目录下进行单仓的构建和编译
28
29```
30# 开发板选择
31hb set
32# 单仓构建和编译
33hb build camera_lite
34```
35
36## 约束<a name="section161941989596"></a>
37
38C++11版本或以上
39
40## 相关仓<a name="section105062051111614"></a>
41
42[媒体子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E5%AA%92%E4%BD%93%E5%AD%90%E7%B3%BB%E7%BB%9F.md)
43
44[camera\_sample\_lite](https://gitee.com/openharmony/applications_sample_camera)
45
46[media\_utils\_lite](https://gitee.com/openharmony/multimedia_utils_lite)
47
48[audio\_lite](https://gitee.com/openharmony/multimedia_audio_lite)
49
50[media\_lite](https://gitee.com/openharmony/multimedia_media_lite)
51
52[camera\_lite](https://gitee.com/openharmony/multimedia_media_lite)
53
54