First time here? Check out the FAQ!
answered 2019-08-14 04:36:49 -0600
After some days of research in different directions, I found the problem: the frame format should be BGR, not RGB! That means
Imgproc.cvtColor(frame, frame, Imgproc.COLOR_RGBA2BGR);