文件名称:Android代码-CameraRecorder-android
文件大小:1.27MB
文件格式:ZIP
更新时间:2022-08-27 20:46:30
Android代码
[![API](https://img.shields.io/badge/API-21+-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=21) Video Recording with Camera2 and apply video filter. Gradle Step 1. Add the JitPack repository to your build file allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependency dependencies { implementation 'com.github.MasayukiSuda:CameraRecorder-android:v0.1.5' } Usage SetUp on onResume method. sampleGLView = ne