Hi,
I just want to know if the samsang Z1 camera support continuous capture, if yes, is the call back function _camera_capturing_cb was called every time or just call once after all continous capture finished, thanks.
camera_start_continuous_capture(cam_data.g_camera, 20, 300, _camera_capturing_cb, _camera_completed_cb, NULL);
Thanks.