Ask Your Question

Merl1n's profile - activity

2016-12-15 04:24:45 -0600 commented answer Opencv Camera Interfacing

It seems to me that the issue is in Java which replaces libjpeg from linux and it causes issues.

2016-12-15 04:23:47 -0600 answered a question Image Stitching (Java API)
2016-04-10 11:46:31 -0600 answered a question how to close and reopen videoCapture

You can try my experience. I disabled JPEG and it solved the issue.

2016-04-10 11:33:49 -0600 commented question Opencv Camera Interfacing

I have done some experiments and found that the issue in libjpeg. As quick solution you can recompile OpenCV with -D WITH_JPEG=OFF. It solved my issue with camera C270

The full my command you can find here