|
|
Hi all, I’m trying to make a test application that uses the camera module, and running into an issue: ICameraDevice returns the image as a JPEG encoded array of bytes. For my application, I need to turn this into a BufferedImage. However, without the javax.imageio API, I’m not sure how to achieve this. Any suggestions? |