# yuvDemo **Repository Path**: scenario-samples/yuv-demo ## Basic Information - **Project Name**: yuvDemo - **Description**: 【鸿蒙 Harmony Next 示例 代码】OpenGLES渲染yuv数据。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-12-08 - **Last Updated**: 2025-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YUV数据渲染demo ## 主要场景 OpenGLES渲染yuv数据。 ## 相关权限 不涉及。 ## 约束与限制 本示例已适配API version 12版本SDK。 ## 工程目录 ```` entry src/main/cpp/ |---common | |--- ... |--- ... src/main/ets/ |---common | |---CommonConstants.ets |---entryability | |---EntryAbility.ets |---pages | |---Index.ets // 入口页面 ````