Hello,
I'm developing an app which its primary feature is to apply certain effect on the image captured using main camera. For the sake of simplicity, the captured image format is set to NV 12 (because different format required different algorithm) using the code below,
camera_set_capture_format(camera, CAMERA_PIXEL_FORMAT_NV12)
The code worked fine on my Z2, but I don't know about Z1 and Z3. Sadly, both devices are not available in my country. So my question is, do Z1 and Z3 support NV12 capture format ?
Responses are greatly appreciated.
Thank you