opencv-rust icon indicating copy to clipboard operation
opencv-rust copied to clipboard

Android app getting crash when importing opencv modules

Open prabhat0206 opened this issue 11 months ago • 2 comments

use ndarray::{Array2, Array3, Array4, ArrayD, ArrayViewD, Axis}; use opencv::{core, dnn, prelude::{Mat, MatTraitConstManual, MatTraitConst, MatTrait}}; use ort::{execution_providers::{CPUExecutionProvider, CoreMLExecutionProvider, NNAPIExecutionProvider, QNNExecutionProvider}, session::Session, value::Value}; use std::{collections::HashMap, error::Error};

While I am importing opencv modules my application is getting crash But when I am commenting that import code it is getting open without any issue

Any Idea anyone please help me

prabhat0206 avatar Feb 17 '25 19:02 prabhat0206

Do you get a backtrace for the crash?

twistedfall avatar Feb 17 '25 20:02 twistedfall

Image

No not able get backtrace I am using Tauri

prabhat0206 avatar Feb 18 '25 05:02 prabhat0206