From d289a35d5f79f915adcfe60cbec151314930e0ed Mon Sep 17 00:00:00 2001 From: zhanglei Date: Wed, 3 Sep 2025 23:53:00 -0700 Subject: [PATCH] fix camera ndk error code Signed-off-by: zhanglei --- multimedia/camera_framework/photo_output.h | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/camera_framework/photo_output.h b/multimedia/camera_framework/photo_output.h index fd7b3b415ff..90b5161d624 100644 --- a/multimedia/camera_framework/photo_output.h +++ b/multimedia/camera_framework/photo_output.h @@ -507,6 +507,7 @@ Camera_ErrorCode OH_PhotoOutput_EnableMovingPhoto(Camera_PhotoOutput* photoOutpu * @param isSupported the result of whether quality prioritization is supported. * @return {@link #CAMERA_OK} if the method call succeeds. * {@link #CAMERA_INVALID_ARGUMENT} if parameter missing or parameter type incorrect. + * {@link #CAMERA_SERVICE_FATAL_ERROR} if camera service fatal error. * @since 21 */ -- Gitee