Skip to content

Commit

Permalink
g-camera-pipeline=12 com.webos.service.camera=7
Browse files Browse the repository at this point in the history
: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
  • Loading branch information
Sapna Kumari authored and Minjae Kim committed Jan 22, 2020
1 parent f454367 commit 53e889d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 53e889d

Please sign in to comment.