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
Currently, I am using this method
But after running for a certain period of time, an error will occur
That is to say, BufferedImage image=Java2DFrameUtils. toBufferedImage (frame); This line of code.
The currentframe is the Mat of OpenCV, while the frame comes from JavaCV
For some reasons, I need to convert JavaCV's Frame to OpenCV's Mat. Is there any way to achieve this goal?
The text was updated successfully, but these errors were encountered: