MarshalDirectiveException Error while using opencv dll for unity
I’m trying to make unity show rtsp video using opencv. I made custom dll using c++, which uses opencv dll.
What I need now is to use dll in unity to display rtsp, but I’m getting some weird error.
Is there any solutions to stop this error?
If not, is there any way to transfer cv::Mat to unity data type?