# applications_camera_screensaver_app **Repository Path**: open-harmony-edu-dist/applications_camera_screensaver_app ## Basic Information - **Project Name**: applications_camera_screensaver_app - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: OpenHarmony-5.0.2-Release - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 83 - **Created**: 2024-12-27 - **Last Updated**: 2025-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CAMERA\_SCREENSAVER\_APP - [Introduction](#section132119717356) - [Directory Structure](#section176641621345) - [Constraints](#section722512541395) - [Repositories Involved](#section16511040154318) ## Introduction This repository provides the screen saver capability, as one reference implementation. You can use it to: - Play the preset images. - Tap the screen to exit the screen saver. **Figure 1** Position of this repository in the graphics subsystem ![](figures/screensaver_en.png) ## Directory Structure ``` applications/sample/camera/screensaver ├── cert Certificate ├── screensaver/src/main ├──resources Resources ├──cpp Source code ``` ## Constraints C++ 11 or later ## 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)