4 channel IplImage javacv to android bitmap
问题 I'm trying to record video by checking each frame of camera preview to bitmap with quality ARGB_8888. As it required 4 channel, Created IplImage with channel 4 too. Now the output have two major problems : 1) Bitmap that created from IplImage have grayscale. even if I have converted it from BGR2RGBA. 2) 4 channel IplImage gave me bitmap (divided in 4 parts) with same screen. Let me put my code over here. @Override public void onPreviewFrame(byte[] data, Camera camera) { if (yuvIplimage !=