From fde407fbba9c62937fee2b52a4a1b6e62c2fe794 Mon Sep 17 00:00:00 2001 From: Sapna Kumari Date: Tue, 10 Dec 2019 09:48:53 +0530 Subject: [PATCH] g-camera-pipeline=12 com.webos.service.camera=7 :Release Notes: Fix g-camera-pipeline coverity issues Refactoring camera service HAL and shared memory :Detailed Notes: Below coverity issues are fixed in g-camera-pipeline -Missing copy constructor -Missing assignment operator g-camera-pipeline:submissions/11..submissions/12 1a8059a Fix coverity issues and interface header update com.webos.service.camera:submissions/6..submissions/7 263576d Refactor HAL, Shared Memory and remove duplicate structs/enums b0ecdd8 Camera service refactor changes :Testing Performed: [QWA-569] Verify stopCapture API for CONTINUOUS mode using LUNA command [QWA-570] Verify stopCapture API for BURST mode using LUNA command [QWA-572] Verify startCapture API in CONTINUOUS mode using LUNA command without specifying location [QWA-632] Verify setFormat API for YUV format using LUNA command [QWA-633] Verify setFormat API for JPEG format using LUNA command [QWA-643] Verify getInfo API using LUNA command after device reboot [QWA-646] Verify getInfo API using LUNA command after camera disconnect [QWA-650] Verify getCameraList API using LUNA command after device reboot [QWA-656] Verify getCameraList API using LUNA command after camera is disconnected [QWA-683] Verify close API using LUNA command [QWA-686] Verify stopPreview API using LUNA command [QWA-692] Verify stopCapture API for ONESHOT mode using LUNA command [QWA-701] Verify startCapture API for ONESHOT mode using LUNA command without specifying location [QWA-704] Verify startPreview API for JPEG format using LUNA command [QWA-709] Verify setFormat API using LUNA command when device is opened without any mode params [QWA-712] Verify setProperties API using LUNA command [QWA-716] Verify getProperties API using LUNA command with optional parameter params [QWA-720] Verify getProperties API using LUNA command without optional parameter params [QWA-736] Verify open API using LUNA command without optional parameter mode [QWA-565] Verify getCameraList API using LUNA command [QWA-738] Verify getInfo API using LUNA command :QA Notes: NA :Issues Addressed: [PLAT-97365] CCC: g-camera-pipeline=12 com.webos.service.camera=7 [PLAT-93348] 276743 Missing copy constructor (g-camera-pipeline) [PLAT-93428] 274299 Missing assignment operator (g-camera-pipeline) [PLAT-96209] Integrate refactored camera service Change-Id: Iddb82b3b9c8fbeff7ae28eaa330b82ea32abbbca --- .../com.webos.service.camera/com.webos.service.camera.bb | 2 +- meta-webos/recipes-webos/g-camera-pipeline/g-camera-pipeline.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-webos/recipes-webos/com.webos.service.camera/com.webos.service.camera.bb b/meta-webos/recipes-webos/com.webos.service.camera/com.webos.service.camera.bb index 8a0c63dc5..236783089 100644 --- a/meta-webos/recipes-webos/com.webos.service.camera/com.webos.service.camera.bb +++ b/meta-webos/recipes-webos/com.webos.service.camera/com.webos.service.camera.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca DEPENDS = "glib-2.0 luna-service2 json-c alsa-lib pmloglib udev" -WEBOS_VERSION = "1.0.0-6_cefe311d2ed8035230f52520837f1a2c8ec8ce34" +WEBOS_VERSION = "1.0.0-7_0a830d1bd602b4dd8606aa893874e4242a821911" PR = "r1" inherit webos_component diff --git a/meta-webos/recipes-webos/g-camera-pipeline/g-camera-pipeline.bb b/meta-webos/recipes-webos/g-camera-pipeline/g-camera-pipeline.bb index 09d825804..e2bfad682 100644 --- a/meta-webos/recipes-webos/g-camera-pipeline/g-camera-pipeline.bb +++ b/meta-webos/recipes-webos/g-camera-pipeline/g-camera-pipeline.bb @@ -15,7 +15,7 @@ inherit webos_machine_impl_dep inherit webos_machine_dep inherit webos_pkgconfig -WEBOS_VERSION = "1.0.0-11_41d660f6e2bd4322099428da3455e418461d0281" +WEBOS_VERSION = "1.0.0-12_14a577d6132b1dd1f5c188bbf2ee0f8717d00d14" PR = "r3" DEPENDS = "boost gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad pkgconfig umediaserver media-resource-calculator com.webos.service.camera"