awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
wuhaoyu1990 avatar

wuhaoyu1990/MagicCamera

0
View on GitHub↗
5,513 Stars·1,617 Forks·Java·5 Aufrufe

MagicCamera

MagicCamera ist ein Android-SDK für Kamerafilter und eine Face-Beauty-Bibliothek, die Echtzeit-Visuelleffekte für Kamera- und Videoaufnahme-Apps bereitstellt. Es dient als Framework für Bildbearbeitung und als Video-Filter-Engine zur Gesichtsoptimierung und Fotomodifikation auf Android-Geräten.

Das Projekt konzentriert sich auf die Gesichtsverschönerung, insbesondere durch Tools zur Hautglättung und Gesichtsaufhellung. Es ermöglicht die Anwendung von Echtzeitfiltern auf Live-Kamerastreams und unterstützt die Videoaufnahme mit diesen Effekten.

Das System deckt mobile Bildbearbeitung und Echtzeit-Kamerafilterung ab und nutzt eine Shader-Pipeline, um Frames zu verarbeiten und Kameradaten für die gefilterte Ausgabe auf Texturen abzubilden.

Features

  • Beauty Enhancements - Provides specialized skin smoothing and whitening effects to enhance facial appearance in photos.
  • Region Masking - Utilizes region masking to isolate facial areas for targeted skin smoothing and whitening effects.
  • Shader Injection Pipelines - Employs a GPU shader pipeline to apply real-time visual effects and color grading to camera frames.
  • Texture-Based Data Pipelines - Uses a texture-based data pipeline to map camera frames to GPU textures for high-performance filtering.
  • Beauty Filters - Implements beauty filters for skin smoothing and whitening within an Android application.
  • Real-Time Video Filtering - Applies low-latency visual effects and overlays to live camera streams during capture.
  • Live Camera Processing - Processes live camera feeds in real-time to apply visual effects and color overlays.
  • Camera App Frameworks - Provides a specialized framework for building Android camera applications with real-time beauty filters.
  • Face Beauty Libraries - Ships a set of image processing tools for skin smoothing and facial whitening on Android.
  • Image Editing and Processing - Offers tools for manipulating and enhancing captured photos using digital filters.
  • Mobile Video Recording - Provides capabilities for recording filtered video streams directly from mobile hardware.
  • Android Image Processing - Implements a suite of visual filters and effects for image processing within the Android ecosystem.
  • Mobile Video Recording - Captures video streams from mobile hardware while applying real-time visual filters.

Star-Verlauf

Star-Verlauf für wuhaoyu1990/magiccameraStar-Verlauf für wuhaoyu1990/magiccamera

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu MagicCamera

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit MagicCamera.
  • wasabeef/android-gpuimageAvatar von wasabeef

    wasabeef/android-gpuimage

    9,155Auf GitHub ansehen↗

    android-gpuimage is an OpenGL image processing library for Android that provides a GPU-powered framework for applying real-time shaders, blending layers, and processing live video streams. It functions as a real-time video filter and image blending engine to modify the luminance, vibrance, and geometry of visual content. The library enables the application of graphical effects to both static photos and live camera feeds. It supports complex image transformations, including the merging of multiple image layers through various blending modes. Capabilities cover a broad range of image manipulat

    Javaandroidgpuimagejava
    Auf GitHub ansehen↗9,155
  • natario1/cameraviewAvatar von natario1

    natario1/CameraView

    5,125Auf GitHub ansehen↗

    CameraView is a high-level Android camera library and hardware wrapper designed for capturing photos and videos. It provides an abstraction layer for managing camera hardware and a media capture API for recording high-resolution video and RAW photos with configurable bitrates and resolutions. The project features a real-time camera filter framework and a preview manager. These systems allow for the application of custom shaders and visual effects to live camera streams and the rendering of previews with customizable aspect ratios, overlays, and composition grids. The library covers a wide ra

    Javaandroidandroid-librarycamera
    Auf GitHub ansehen↗5,125
  • bradlarson/gpuimageAvatar von BradLarson

    BradLarson/GPUImage

    20,299Auf GitHub ansehen↗

    GPUImage is a GPU-accelerated image processing framework for iOS designed to apply real-time filters and effects to images and video. It functions as a processing engine and fragment shader library that manages textures and shaders for efficient visual data manipulation. The framework utilizes a chainable filter architecture and a texture-based data pipeline to pass image data between processing stages without expensive memory transfers. It enables the creation of bespoke visual effects through the authoring of custom fragment shaders and provides mechanisms to synchronize texture data with e

    Objective-C
    Auf GitHub ansehen↗20,299
  • google/grafikaAvatar von google

    google/grafika

    6,154Auf GitHub ansehen↗

    Grafika is a collection of reference implementations and benchmarking tools for the Android platform. It provides technical demonstrations for validating camera lifecycles, GPU performance, and media codec configurations, including a suite of OpenGL ES examples and a graphics reference application. The project distinguishes itself through specialized tools for measuring graphics performance, such as benchmarks for texture upload speeds and pixel read latency. It also implements specific hardware-focused patterns, such as using circular buffers for continuous video capture and utilizing virtua

    Java
    Auf GitHub ansehen↗6,154
Alle 30 Alternativen zu MagicCamera anzeigen→

Häufig gestellte Fragen

Was macht wuhaoyu1990/magiccamera?

MagicCamera ist ein Android-SDK für Kamerafilter und eine Face-Beauty-Bibliothek, die Echtzeit-Visuelleffekte für Kamera- und Videoaufnahme-Apps bereitstellt. Es dient als Framework für Bildbearbeitung und als Video-Filter-Engine zur Gesichtsoptimierung und Fotomodifikation auf Android-Geräten.

Was sind die Hauptfunktionen von wuhaoyu1990/magiccamera?

Die Hauptfunktionen von wuhaoyu1990/magiccamera sind: Beauty Enhancements, Region Masking, Shader Injection Pipelines, Texture-Based Data Pipelines, Beauty Filters, Real-Time Video Filtering, Live Camera Processing, Camera App Frameworks.

Welche Open-Source-Alternativen gibt es zu wuhaoyu1990/magiccamera?

Open-Source-Alternativen zu wuhaoyu1990/magiccamera sind unter anderem: wasabeef/android-gpuimage — android-gpuimage is an OpenGL image processing library for Android that provides a GPU-powered framework for applying… natario1/cameraview — CameraView is a high-level Android camera library and hardware wrapper designed for capturing photos and videos. It… bradlarson/gpuimage — GPUImage is a GPU-accelerated image processing framework for iOS designed to apply real-time filters and effects to… google/grafika — Grafika is a collection of reference implementations and benchmarking tools for the Android platform. It provides… react-native-camera/react-native-camera — This project provides cross-platform programmatic interfaces and UI components for integrating camera hardware into… mausimus/shaderglass — ShaderGlass is a GPU-accelerated shader pipeline designed to render real-time visual effects as an overlay on the…