Languages

Menu
Sites
Language
Do Z1 and Z3 support NV12 capture format ?

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

 

Responses

2 Replies
Peter Wegner

Do you know RTL service?

http://developer.samsung.com/remotetestlab/rtlDeviceList.action?os=103

 

In theory you could do your own tests, with Z1 and Z3 too...

 

Best Regards

Widyo Wicaksono

Thank you for the reply. Yes, I already tried RTL. Sadly the camera functionality is not enabled. While I could retrieve the return value from the function, I can't really see the final result.