Hi,
How can I convert from NV21 to JPEG. Currently, NV21 is the only previewFormat that is supported by the camera on a Nexus One (running Android 2.2).
Thanks.
Hi,
How can I convert from NV21 to JPEG. Currently, NV21 is the only previewFormat that is supported by the camera on a Nexus One (running Android 2.2).
Thanks.
p.setPreviewFormat(PixelFormat.JPEG); no?
where p = Camera.getParameters();