2 个仓库
Documentation of challenges and solutions encountered during video encoding development on Android platforms.
Distinct from Video Encoding and Decoding: Distinct from Video Encoding and Decoding: focuses on platform-specific Android encoding challenges, not general codec implementations.
Explore 2 awesome GitHub repositories matching graphics & multimedia · Android Video Encoding Guides. Refine with filters or upvote what's useful.
这是一系列用于集成 Android 相机硬件和软件 API 的参考实现和代码示例。该项目提供了使用 Jetpack CameraX 库和底层 Camera2 API 实现照片和视频拍摄功能的演示。 该仓库包括针对高性能录制的专门实现,例如高帧率慢动作和高动态范围(HDR)视频。它还具有机器学习视觉示例,演示了如何分析实时相机帧以进行对象检测和二维码扫描。 该项目涵盖了广泛的成像功能,包括静态图像采集、实时取景器渲染和视频质量配置。它进一步详细介绍了使用制造商特定的硬件扩展来应用散景、夜间模式和 HDR 等效果。 这些示例包括用于渲染视觉叠加的坐标映射实用程序,以及用于跟踪录制状态的事件监控功能。
Demonstrates the capture of high dynamic range video and the rendering of real-time HDR viewfinders.
This repository is a collection of technical knowledge and solutions focused on mobile application development, particularly for Android and iOS platforms. It covers a wide range of practical engineering challenges, including hotfix and patching techniques, database management and repair, network communication, logging, and video processing. The content is presented as shared knowledge, documenting real-world problems and their implementations. The project provides detailed guidance on applying hotfixes to running Android applications through multiple methods, such as class replacement, full
Documents challenges and solutions for Android video encoding development.