DEV Community

Javad İbrahimli
Javad İbrahimli

Posted on

Possible to Do Panoramic Image Stitching in React Native?

Hey everyone,

I need to do panoramic image stitching in my React Native app, but I’ve found that the Java OpenCV interface doesn’t include the Stitcher class. Has anyone managed to implement stitching in React Native, or is it just not possible? If it’s not feasible directly, does anyone know if we can run C++ code in React Native to handle this, maybe by bridging native OpenCV functionality? Any insights or workarounds would be super helpful!

Thanks!

Top comments (0)