JPery/MJPEGWriter

Suggested update to `IMWRITE_JPEG_QUALITY`

Closed this issue · 1 comments

params.push_back(CV_IMWRITE_JPEG_QUALITY);

I believe def's got updated with cv4+ and do not use the CV_ prefix anymore.

great code by the way :)

JPery commented

I think it'll be better to preserve 'CV_IMWRITE_JPEG_QUALITY' in order to allow compatibility with older OpenCV versions.

Thank you for your comment!