I am using expo-camera to scan barcode but firstly I want to invert the color of camera feed then scan.

I am using expo-camera to scan barcode but firstly I want to invert the color of camera feed then scan.

Hi @mohd-saqlain

See my answer here:

Another possibility might be to use a React Native Vision Camera frame processor plugin to invert the image before trying to detect the barcode. I assume you could modify one of the existing plugins. e.g.:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.