First time here? Check out the FAQ!
answered 2016-01-10 18:42:04 -0600
In C++ it is cvtColor(raw, bgr, CV_BayerBG2BGR) (there are a lot of CV_Bayer... values), I hope in Java it looks very similar.
cvtColor(raw, bgr, CV_BayerBG2BGR)