* Bump SRCREV for enhancements: OpenCL acceleration and video node detection for vip * Enable OCV_NATIVE to use OpenCV APIs for camera capture: OpenCV APIs can now be used for camera capture with ~30fps because of the performance optimization in v4l-utils
Signed-off-by: Hongmei Gou <[email protected]> --- .../qt-opencv-opencl-opengl-multithreaded_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-apps/video-analytics-demo/qt-opencv-opencl-opengl-multithreaded_git.bb b/meta-arago-extras/recipes-apps/video-analytics-demo/qt-opencv-opencl-opengl-multithreaded_git.bb index 6785bdc..6e8093a 100644 --- a/meta-arago-extras/recipes-apps/video-analytics-demo/qt-opencv-opencl-opengl-multithreaded_git.bb +++ b/meta-arago-extras/recipes-apps/video-analytics-demo/qt-opencv-opencl-opengl-multithreaded_git.bb @@ -9,12 +9,12 @@ DEPENDS += "opencv opencl virtual/egl ti-cgt6x-native clocl-native dsplib-c66x" COMPATIBLE_MACHINE = "dra7xx" PV = "1.3.3" -PR = "r1" +PR = "r2" BRANCH = "master" SRC_URI = "git://git.ti.com/apps/qt-opencv-opencl-opengl-multithreaded.git;protocol=git;branch=${BRANCH}" -SRCREV = "f679a74230dbf7ace66ef06f79e02ac9abfc7d58" +SRCREV = "a5dad4fbb470e526f6058095cf08a01f51abb02d" S = "${WORKDIR}/git" @@ -24,6 +24,8 @@ export TARGET_ROOTDIR = "${STAGING_DIR_HOST}" export TI_OCL_CGT_INSTALL = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" export TI_DSPLIB_DIR = "${STAGING_DIR_TARGET}/usr/share/ti/ti-dsplib-c66x-tree" +CXXFLAGS_append = " -DOCV_NATIVE " + do_compile() { cd ${S} oe_runmake -f oclMakefile -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
