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
saveImage throws an CvException because of bad file extension,
but neither "catched" nor "safe landed" are printed out.
I think the problem originates from setCatch :: IO() which will call a throw in haskell callback when opencv errors happen.
GLFW-b also had a similar problem before.
The text was updated successfully, but these errors were encountered:
suppose we have a piece of code like below,
saveImage
throws anCvException
because of bad file extension,but neither "catched" nor "safe landed" are printed out.
I think the problem originates from
setCatch :: IO()
which will call a throw in haskell callback when opencv errors happen.GLFW-b also had a similar problem before.
The text was updated successfully, but these errors were encountered: