CameraView
📸 A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs. Real-time filters, gestures, watermarks, frame processing, RAW, output of any size. (by natario1)
EZFilter
A lightweight (<180KB), easy-to-extend Android filter and dynamic sticker framework for adding filters and stickers for camera, video, bitmap and view.(一个轻量级(<180KB)、易扩展的Android滤镜和动态贴纸框架,支持摄像头、视频、图片和视图添加滤镜和贴纸。) (by uestccokey)
CameraView | EZFilter | |
---|---|---|
3 | 3 | |
5,055 | 211 | |
0.2% | 0.5% | |
0.0 | 0.0 | |
10 months ago | about 3 years ago | |
Java | Java | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
CameraView
Posts with mentions or reviews of CameraView.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-24.
-
CameraX vs Camera2 (library development)
..and a few wrappers around Camera2, such as CameraView and camerakit-android (this one even uses C++ for rendering the Preview, that's interesting for me since I want to draw on the Surface using Skia C++!).
-
Is it possible to add real-time effects/filters to camera in React Native?
The ultimate solution is to practice native languages and create a native module. For my case, I created a wrapper of this library: https://github.com/natario1/CameraView Which nicely works. I created a JS function to apply GL Shader effects instantly from React Native side. I will soon make my module open so people can try it. Meanwhile, try yourself :)
-
Camera X, Camera 2 or something else?
i looked into camera2 but am struggling to find any good resources on it. i've come across a few people suggesting a third party library, CameraView - https://github.com/natario1/CameraView
EZFilter
Posts with mentions or reviews of EZFilter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-26.
-
CameraX And Video Processing
3 - Use EZFilter library, look for the GLView e.g. :
-
Rendering a video like THPS2 🛹
1 - Go to shadertoy and search for any cartoon/pixel filter like this and this 2 - Get inspired by these shaders and try to apply them to your video (it's quite easy on Android native, I've already done that using ezFilter).
-
Any reference on how to do View overlay using a blend mode?
This may help you, I'm using EZFilter to apply filters to videos, filters are written in GLSL, and if you have some knowledge about GLSL, it's easy to create a blend filter and apply it to your video, or you can use this one from ShaderToy.
What are some alternatives?
When comparing CameraView and EZFilter you can also consider the following projects:
RootEncoder - RootEncoder for Android (rtmp-rtsp-stream-client-java) is a stream encoder to push video/audio to media servers using protocols RTMP, RTSP, SRT and UDP with all code written in Java/Kotlin
White-box-Cartoonization - Official tensorflow implementation for CVPR2020 paper “Learning to Cartoonize Using White-box Cartoon Representations”
HiddenCamera - 📸 A library that allows you to capture images in background without displaying UI.
GPUVideo-android - This library apply video filter on generate an Mp4 and on ExoPlayer video and Video Recording with Camera2.
Fotoapparat - Making Camera for Android more friendly. 📸
kalmanjs - Javascript based Kalman filter for 1D data