# 图形子系统CAMERA\_SCREENSAVER\_APP组件
- [简介](#section132119717356)
- [目录](#section176641621345)
- [约束](#section722512541395)
- [相关仓](#section16511040154318)
## 简介
CAMERA\_SCREENSAVER\_APP组件, 作为轻量系统带屏设备上的屏保应用参考实现,提供用户屏幕保护能力。它主要实现了以下功能:
1、支持播放预设图片能力。
2、支持点击屏幕退出能力。
**图 1** 组件架构图(红色框是屏保应用)

## 目录
```
applications/sample/camera/screensaver
├── cert 签名目录
├── screensaver/src/main
├──resources 资源目录
├──cpp 源码目录
```
## 约束
C++11版本或以上
## Repositories
[Graphic subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/graphics.md)
**applications_camera_screensaver_app**
[window_window_manager_lite](https://gitee.com/openharmony/window_window_manager_lite/blob/master/README.md)
[graphic_surface_lite](https://gitee.com/openharmony/graphic_surface_lite/blob/master/README.md)
[arkui_ui_lite](https://gitee.com/openharmony/arkui_ui_lite/blob/master/README.md)
[graphic_graphic_utils_lite](https://gitee.com/openharmony/graphic_graphic_utils_lite/blob/master/README.md)