Possible to Do Panoramic Image Stitching in React Native?

javadibrahimli

Javad İbrahimli

Posted on November 7, 2024

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!

💖 💪 🙅 🚩
javadibrahimli
Javad İbrahimli

Posted on November 7, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related