mrousavy / vision-camera-resize-plugin

A VisionCamera Frame Processor plugin for fast buffer resizing and colorspace (YUV <> RGBA) conversions
https://mrousavy.com
MIT License
93 stars 23 forks source link

fix: Fix missing arguments in native func decl on Android #46

Closed mrousavy closed 8 months ago

mrousavy commented 8 months ago

We were missing the two new arguments in the native function declaration. cc @rodgomesc

Fixes #44

rodgomesc commented 8 months ago

Uops 😅