# HTEffect_Buffer_Demo_Android **Repository Path**: htai-open/hteffect_buffer_demo_android ## Basic Information - **Project Name**: HTEffect_Buffer_Demo_Android - **Description**: 虹图人像人体Android端自采集camera buffer渲染Demo - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-17 - **Last Updated**: 2024-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenGL-YUV Android OpenGL 针对YUV格式(I420,NV12,NV21)数据渲染 ## **操作步骤** ### **1. 下载源码** 依次执行以下命令 - git clone **当前仓库地址** - cd **工程目录** - git submodule init && git submodule update ### **2. 配置工程** 下载完成后,打开工程 - 将 AndroidManifest.xml 中的 **label** 和 build.gradle 中的 **applicationId** 分别替换为您的**应用名**和**包名** - 在项目的MainActivity中将 **YOUR_APP_ID** 替换成您的**AppId** - 将htui模块中的**assets**替换为您的**assets** - 编译,运行,日志搜索**init-status**可以查看相关日志