Ask Your Question

HaniN's profile - activity

2020-08-31 01:14:34 -0600 commented answer OpenCV(3.4.11) Error: Unspecified error (Number of input channels should be multiple of 3 but got 4

Thanks, it works after adding conversion: Imgproc.cvtColor(frame, frame, Imgproc.COLOR_RGBA2RGB);

2020-08-31 00:22:20 -0600 commented answer OpenCV(3.4.11) Error: Unspecified error (Number of input channels should be multiple of 3 but got 4

Thanks, it works with after adding conversion: Imgproc.cvtColor(frame, frame, Imgproc.COLOR_RGBA2RGB);

2020-08-29 07:10:37 -0600 asked a question OpenCV(3.4.11) Error: Unspecified error (Number of input channels should be multiple of 3 but got 4

OpenCV(3.4.11) Error: Unspecified error (Number of input channels should be multiple of 3 but got 4 I mauising opencv 3.