react-native-vision-camera/package/android/src/main/cpp
Marc Rousavy 07027d8010
fix: Rename getFrameProcessorPlugin to initFrameProcessorPlugin (#2038)
* fix: Rename `getFrameProcessorPlugin` to `initFrameProcessorPlugin`

* fix: Make nullable, add comments

* Format

* Update FrameProcessorPlugin.java

* Update FrameProcessorPlugin.h

* fix: Fix dead links

* Call super constructor

* Update ExampleFrameProcessorPlugin.java

* fix: Init calls
2023-10-19 11:19:47 +02:00
..
frameprocessor fix: Rename getFrameProcessorPlugin to initFrameProcessorPlugin (#2038) 2023-10-19 11:19:47 +02:00
OpenGLContext.cpp feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
OpenGLContext.h feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
OpenGLError.h feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
OpenGLRenderer.cpp feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
OpenGLRenderer.h feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
OpenGLTexture.h feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
PassThroughShader.cpp feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
PassThroughShader.h feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
VideoPipeline.cpp feat: Route images through ImageWriter into OpenGL pipeline (#1874) 2023-09-29 21:52:19 +02:00
VideoPipeline.h feat: Route images through ImageWriter into OpenGL pipeline (#1874) 2023-09-29 21:52:19 +02:00
VisionCamera.cpp feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00