# OpenGLCamera2 **Repository Path**: mirrors_githubhaohao/OpenGLCamera2 ## Basic Information - **Project Name**: OpenGLCamera2 - **Description**: 🔥 Android OpenGL Camera 2.0 实现 30 多种滤镜和抖音特效 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-01-10 - **Last Updated**: 2025-10-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenGLCamera2 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/githubhaohao/NDK_OpenGLES_3_0/blob/master/LICENSE.txt) ![Build](https://img.shields.io/badge/build-passing-brightgreen) [![apk](https://img.shields.io/badge/APK-download-green.svg)](https://github.com/githubhaohao/OpenGLCamera2/raw/master/app/release/app-release.apk) ## Android OpenGL Camera 2.0 项目**使用 OpenGL ES 3.0 实现 30+ 种相机滤镜和特效**,支持相机预览和拍照,左右滑动切换滤镜。 对 OpenGL ES 3.0 不熟悉的同学可以移步 [Android OpenGLES 3.0 开发系统性学习教程。](https://github.com/githubhaohao/NDK_OpenGLES_3_0) **音视频录制**可以参考项目[LearnFFmpeg](https://github.com/githubhaohao/LearnFFmpeg),该项目基于 FFmpeg 和 Android Camera2.0 实现带滤镜的视频录制。 项目编译环境: Android Studio 4.1+ , NDK r21 ## 作者声明 有读者反馈,最近有培训机构将本教程进行打包售卖,严重违背了本项目免费开源的初衷。再次声明:**任何商业机构或个人未经作者【微信号:Byte-Flow 】许可,不得将本教程及其项目配套代码用于 "打包贩卖、出书和卖课" 等商业用途,一经发现,全网声讨,并使用法律手段维护作者权益。再次感谢各位读者的监督和反馈。** ## 滤镜展示 ### ![preview](https://github.com/githubhaohao/OpenGLCamera2/blob/master/gif/%E2%80%8Ffireworks.gif) ### ![preview](https://github.com/githubhaohao/OpenGLCamera2/blob/master/gif/camera2_previewC.gif) ### ![preview](https://github.com/githubhaohao/OpenGLCamera2/blob/master/gif/camera2_previewB.gif) ### ![preview](https://github.com/githubhaohao/OpenGLCamera2/blob/master/gif/camera2_previewA.gif) ### ![preview](https://github.com/githubhaohao/OpenGLCamera2/blob/master/gif/gost.gif) ### ![preview](https://github.com/githubhaohao/OpenGLCamera2/blob/master/gif/belt.gif) ## 相关推荐 - [Android OpenGL ES 3.0 开发从入门到精通系统性学习教程](https://github.com/githubhaohao/NDK_OpenGLES_3_0) - [Android FFmpeg 音视频开发教程](https://github.com/githubhaohao/LearnFFmpeg)