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