We are making an MJPEG stream realtime at 30FPS. I have a version of it working with the BitmapFactory.decodeByteArray but this decoding is done in software and is too slow.How can we fix it?Use VPU or something else?
yes, pls use the vpu(haredware module) which has better performance than software.