camxlib-shikra:Add Qualcomm Camera X (CamX) module for Shikra - #3135
Ganesh Khose (gkhose-qipl) wants to merge 1 commit into
Conversation
Introduce camxlib recipe which delivers three components: - camx: Core CamX engine for managing camera pipelines and interfacing with hardware. - camxlib: Image processing algorithms and hardware support libraries extending CamX functionalities. Uses openCV version 3.1. - chicdk: Camera hardware interface developer kit providing a configurable mechanism for use case selection and camera pipeline creation. Signed-off-by: Ganesh Khose <gkhose@qti.qualcomm.com>
|
moved to draft while validation is pending. |
|
Hi team, |
| SRC_URI[camxcommon.sha256sum] = "9ce4b129b55c2d81b478e7666dc95377339ab3ffa83a47b2ff2bad9d861d2f97" | ||
| SRC_URI[camxtest.sha256sum] = "5cbb58e6d3a2cd7565c68a6a660272ba80951570b881c57d1d276ada1d016f33" | ||
|
|
||
| DEPENDS += "sensinghub qcom-sensors-binaries qmi-framework" |
There was a problem hiding this comment.
Does camxlib depend on all three?
There was a problem hiding this comment.
yes
|
|
Expected failure, depends is added to fix same. |
|
Base version coming from #3133, why don't you just include this new recipe as part of that PR? |
Shikra we are enabling first time so don't want to delay merging of other targets. |
|
Today we are going to validate shikra e2e on priority. To get early comments raised PR and moved to draft |
Please validate the solutions before opening the PR. |
Dmitry Baryshkov (lumag)
left a comment
There was a problem hiding this comment.
Fails to build:
ERROR: camxlib-shikra-1.0.46-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'https://qartifactory-edge.qualcomm.com/artifactory/qsc_releases/software/chip/component/camx.qclinux.0.0/260911/prebuilt_yocto_master/camxtest-shikra_1.0.38_armv8-2a.tar.gz;name=camxtest')
It's expected failure so add depends on in pr description. As shikra is working now can I add this commit into that PR only? |
|
closing PR and adding changes as part of #3133 to avoid CI failures |
Introduce camxlib recipe which delivers three components:
Depends on: #3133