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
I crop and rotate the IplImage using this way on Android but rotate() consumes much memory and application stops immediately after about 140 frames with an insufficient memory exception:
When I remove rotate() from recorder.record() it works fine. I think something is wrong with this rotate() method. Anyway to make this more efficient? or Is something wrong with JavaCV or OpenCV?
I crop and rotate the
IplImage
using this way on Android butrotate()
consumes much memory and application stops immediately after about 140 frames with an insufficient memory exception:rotate:
When I remove
rotate()
fromrecorder.record()
it works fine. I think something is wrong with thisrotate()
method. Anyway to make this more efficient? or Is something wrong with JavaCV or OpenCV?this code works fine:
The text was updated successfully, but these errors were encountered: