GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
githubhaohao/OpenGLCamera2 Star1.1k Code Issues Pull requests 🔥 Android OpenGL Camera 2.0 实现 30 多种滤镜和抖音特效 openglescapturepreviewfilterscamera2android-camera2 UpdatedFeb 23, 2024 C++ MasayukiSuda/GPUVideo-android Star667 Code Issues ...
1. https://github.com/duanhong169/Camera 可以全屏或、非全屏,可选择可视区域显示比例,可选择视频size,可以手动缩放,手动缩放有开关控制,可以开关闪光灯(可自动),可拍摄视频或图片,点击自动聚焦 2.https://github.com/CKTim/Camera2Record 可以点击拍照,长按录像,顶部有时长进度,可限定录像时长,可开关闪光灯,...
ANDROID_LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE_APPROXIMATE:对于处于主-主模式的传感器,没有硬件快门/曝光同步。 ANDROID_LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE_CALIBRATED:对于处于主从模式的传感器,硬件快门/曝光同步。 ANDROID_REQUEST_AVAILABLE_PHYSICAL_CAMERA_REQUEST_KEYS用单个物理摄像机支持的参数列表填充 。如果...
这里主要简单介绍如何使用Camera+SurfaceView自定义相机拍照,如果是Camera2或者是TextureView的可以前往主页,后面会陆续推出系列文章。 自定义相机很多人都已经介绍得非常清楚了,这里个人一方面针对自己的实践起一个记录作用,另一方面也分享一下自己自定义相机的过程和总结。 相关Demo在文末有提供,有需要可自行前往获取~ An...
Second, add the dependency in yourapp.gradle, latest tag is: dependencies { implementation'com.github.jiangdongguo.AndroidUSBCamera:libausbc:latest_tag'} Simply usage As for how to use this module correctly, just making your Fragment or Activity implementCameraFragmentorCameraActivity. ...
app 完成前台界面摄像头预览,视频录制,截图功能 2年前 gifs update apk download image 5年前 gradle/wrapper 1. Moved UI to androidX support library 1.1.0 instead of obsolete andr… 6年前 libusbcamera 完成前台界面摄像头预览,视频录制,截图功能 ...
<androidx.constraintlayout.widget.ConstraintLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:app="http://schemas.android.com/apk/res-auto"android:layout_width="match_parent"android:layout_height="match_parent"><androidx.camera.view.PreviewViewandroid:id="@+id/cameraPreview"andr...
Fixes issue with EXIF data (images taken on front camera with Samsung devices mostly)#130#111 Added API to set custom set of aspect ratio options for the user.#131 Added API to set all configs via UCrop.Options class.#126 Added ABI x86_64 support.#105 ...
dependencies { implementation 'com.github.jianjin33:CustomCamera:v1.0.41' } 或者 dependencies { compile ('com.github.jianjin33:CustomCamera:v1.0.41',{ // 依赖冲突 exclude group: 'com.android.support' }) } 二、清单文件中配置权限 <uses-permission android:name="android.permission.READ_EXT...