Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Browsing latest articles
Browse All 3 View Live

Comment by liran for There is a similar code snippet in OpenCV tutorials....

Thanks, it works!

View Article



Answer by rics for Hi,I am trying to covert YUV to RGBA using openCV, but the...

There is a similar code snippet in [OpenCV tutorials](http://opencv.org/platforms/android/opencv4android-samples.html). Based on Tutorial 1 I think that you should use `Imgproc.COLOR_YUV420sp2RGB`...

View Article

Converting YUV to RGBA generates a gray preview

Hi, I am trying to covert YUV to RGBA using openCV, but the preview somehow is gray. here is the relevant code: if(mYuv != null) mYuv.release(); mYuv = new Mat(mFrameHeight+mFrameHeight/2, mFrameWidth,...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images