README.md 1.8 KB
Newer Older
M
mamingshuai 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
# CAMERA\_SAMPLE\_APP<a name="EN-US_TOPIC_0000001080462608"></a>

-   [Introduction](#section11660541593)
-   [Directory Structure](#section176641621345)
-   [Usage](#section1648194512427)
-   [Constraints](#section722512541395)
-   [Repositories Involved](#section16511040154318)

## Introduction<a name="section11660541593"></a>

This repository provides media-related applications, such as the home screen and settings.

**Figure  1**  Position of this repository \(in the dotted blue box\) in the multimedia subsystem<a name="fig189881143114217"></a>  
![](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")

## Directory Structure<a name="section176641621345"></a>

```
applications/sample/camera
├── cameraApp   # Camera app
├── gallery     # Photo gallery
├── launcher    # Home screen
├── media       # Apps of photographing, video recording, and audio and video playback
└── setting     # Settings
```

## Usage<a name="section1648194512427"></a>

Build a single repository in the root directory.

```
# Select the development board.
hb set  
# Build this repository.
hb build camera_lite
```

## Constraints<a name="section722512541395"></a>

C++ 11 or later

## Repositories Involved<a name="section16511040154318"></a>

H
hangliebe 已提交
44
[Multimedia subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/multimedia.md)
M
mamingshuai 已提交
45

S
supeng 已提交
46
[camera\_lite](https://gitee.com/openharmony/multimedia_camera_lite)
M
mamingshuai 已提交
47

S
supeng 已提交
48
[media\_utils\_lite](https://gitee.com/openharmony/multimedia_utils_lite)
M
mamingshuai 已提交
49

S
supeng 已提交
50
[audio\_lite](https://gitee.com/openharmony/multimedia_audio_lite)
M
mamingshuai 已提交
51

S
supeng 已提交
52
[media\_lite](https://gitee.com/openharmony/multimedia_media_lite)
M
mamingshuai 已提交
53

S
supeng 已提交
54
[camera\_sample\_lite](https://gitee.com/openharmony/applications_sample_camera)
H
hangliebe 已提交
55
**camera\_sample\_lite**