awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesCamera Lifecycle Demonstrations

Reference implementations for managing hardware camera lifecycles and orientation during preview rendering.

Distinct from Camera Preview Embeddings: Focuses on the lifecycle and hardware management of the camera, not just the UI embedding of the preview.

Explore 2 awesome GitHub repositories matching user interface & experience · Camera Lifecycle Demonstrations. Refine with filters or upvote what's useful.

Awesome Camera Lifecycle Demonstrations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • google/grafikagoogle 的头像

    google/grafika

    6,154在 GitHub 上查看↗

    Grafika 是 Android 平台的参考实现和基准测试工具集合。它提供用于验证相机生命周期、GPU 性能和媒体编解码器配置的技术演示,包括一套 OpenGL ES 示例和一个图形参考应用程序。 该项目通过用于测量图形性能的专用工具脱颖而出,例如用于纹理上传速度和像素读取延迟的基准测试。它还实现了特定的硬件聚焦模式,例如使用循环缓冲区进行连续视频捕获,以及利用虚拟显示器进行系统级屏幕录制。 该仓库涵盖了广泛的媒体和图形能力。这包括用于实时操作的相机到纹理渲染、使用专用渲染器线程实现响应式界面,以及使用系统合成器层的各种视频播放方法。它还通过同步帧缓冲区录制和多流解码进一步解决了视频处理问题。

    Provides reference implementations for rendering live camera previews and managing hardware camera lifecycles.

    Java
    在 GitHub 上查看↗6,154
  • redapparat/fotoapparatRedApparat 的头像

    RedApparat/Fotoapparat

    3,818在 GitHub 上查看↗

    Fotoapparat is an Android media capture library and camera API wrapper. It provides a hardware abstraction layer designed to unify the interface for photo and video capture across diverse Android devices, utilizing a state-driven framework with immutable objects to manage hardware configurations. The framework manages device-specific complexities by providing a consistent API for lens switching and hardware parameter updates. It includes integrated hardware monitoring to track camera operations and log failures for diagnostic visibility. The library covers a broad range of capture capabiliti

    Ensures camera hardware is properly initialized and released in sync with the mobile application screen lifecycle.

    Kotlinandroidcamera
    在 GitHub 上查看↗3,818
  1. Home
  2. User Interface & Experience
  3. Programmatic Element Construction
  4. Android View Lifecycle Tracking
  5. Custom View Rendering
  6. Camera Preview Embeddings
  7. Camera Lifecycle Demonstrations

探索子标签

  • Resource SynchronizationSynchronizing hardware initialization and release with the application screen lifecycle. **Distinct from Camera Lifecycle Demonstrations:** Focuses on the act of synchronizing resource release with the UI lifecycle rather than just demonstrating it.