1 个仓库
Implementation examples for the Jetpack CameraX library to simplify camera feature development.
Distinguishing note: Specifically targets the high-level Jetpack CameraX library to reduce boilerplate.
Explore 1 awesome GitHub repository matching mobile development · CameraX API Implementations. Refine with filters or upvote what's useful.
这是一系列用于集成 Android 相机硬件和软件 API 的参考实现和代码示例。该项目提供了使用 Jetpack CameraX 库和底层 Camera2 API 实现照片和视频拍摄功能的演示。 该仓库包括针对高性能录制的专门实现,例如高帧率慢动作和高动态范围(HDR)视频。它还具有机器学习视觉示例,演示了如何分析实时相机帧以进行对象检测和二维码扫描。 该项目涵盖了广泛的成像功能,包括静态图像采集、实时取景器渲染和视频质量配置。它进一步详细介绍了使用制造商特定的硬件扩展来应用散景、夜间模式和 HDR 等效果。 这些示例包括用于渲染视觉叠加的坐标映射实用程序,以及用于跟踪录制状态的事件监控功能。
Provides code samples for using the Jetpack CameraX library to build photo and video capture features.