Ask Your Question

vinio's profile - activity

2019-07-30 07:36:33 -0600 answered a question OpenCV throws exception when calling Mat.put() with direct bytebuffer

As stupid as it can be I solved the issue by using the overloaded version of "put" with offset and size params, so that

2019-07-25 05:23:45 -0600 asked a question OpenCV throws exception when calling Mat.put() with direct bytebuffer

OpenCV throws exception when calling Mat.put() with direct bytebuffer Hello, I'm getting this java exception in my code