You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linking both opencv (not just version 4, but also version 3) causes imread and imwrite to fail. And now with understanding of root cause, it looks like more opencv functions can fail, if there is some symbol collision.
For now, I will just separate the Code to two different main.cpp to allow running recording and offline processing separately, but it will be good to know if you can provide a better solution as my final application would require online processing.
P.S. I will try to move to 3.4.1 version too, but I dont think it would be ideal.
The text was updated successfully, but these errors were encountered:
Dear,
Please see opencv/opencv#23315 or stereolabs/zed-opencv#71
Linking both opencv (not just version 4, but also version 3) causes imread and imwrite to fail. And now with understanding of root cause, it looks like more opencv functions can fail, if there is some symbol collision.
For now, I will just separate the Code to two different main.cpp to allow running recording and offline processing separately, but it will be good to know if you can provide a better solution as my final application would require online processing.
P.S. I will try to move to 3.4.1 version too, but I dont think it would be ideal.
The text was updated successfully, but these errors were encountered: