react-native-vision-camera/package/android/src/main/cpp/frameprocessor
Marc Rousavy cf1952d8f7
feat: Use AHardwareBuffer* for frame.toArrayBuffer() (#1888)
* feat: Route images through `ImageWriter` into OpenGL pipeline

* fix: Use RGB format

* fix: Every device supports YUV, RGB and NATIVE

* Update VideoPipeline.kt

* log format

* Plug ImageReader between OpenGL pipeline

* Call Frame Processor

* Format

* Remove logs

* feat: Use `HardwareBuffer` for `toArrayBuffer()`

* Format
2023-09-29 21:54:04 +02:00
..
java-bindings feat: Use AHardwareBuffer* for frame.toArrayBuffer() (#1888) 2023-09-29 21:54:04 +02:00
FrameHostObject.cpp feat: Use AHardwareBuffer* for frame.toArrayBuffer() (#1888) 2023-09-29 21:54:04 +02:00
FrameHostObject.h chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
FrameProcessorPluginHostObject.cpp chore: Change line width to 140 in C++ 2023-09-01 19:39:25 +02:00
FrameProcessorPluginHostObject.h chore: Change line width to 140 in C++ 2023-09-01 19:39:25 +02:00
JSIJNIConversion.cpp fix: Also properly convert any[] -> List<Object> in FP Android (#1760) 2023-09-06 10:56:33 +02:00
JSIJNIConversion.h fix: Also properly convert any[] -> List<Object> in FP Android (#1760) 2023-09-06 10:56:33 +02:00
VisionCameraProxy.cpp chore: Change line width to 140 in C++ 2023-09-01 19:39:25 +02:00
VisionCameraProxy.h chore: Change line width to 140 in C++ 2023-09-01 19:39:25 +02:00