Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 352 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 352 Bytes

Binary Camera2 Android CI

App shows how to implement camera live stream processing using different techniques

  • Processing via Kotlin/JVM
  • Processing via JNI (C++ and Kotlin/Native)
  • Processing via RenderScript

App is making direct use of Camera2 API