aboutsummaryrefslogtreecommitdiffstats
path: root/app/camera.h
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23Fix build errorguppy_6.99.4guppy_6.99.3guppy_6.99.2guppy_6.99.1guppy/6.99.4guppy/6.99.3guppy/6.99.2guppy/6.99.16.99.46.99.36.99.26.99.1zheng_wenlong1-1/+0
There is a class named "Rect" in libwindowmanager, and this application is using opencv with class named "Rect", delete "using namespace cv" to fix build error. BUG-AGL: SPEC-1787 Change-Id: If94e679b357ff3ab17acc134a66d636e7b9b6fd5 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-05Add als-meter-demozheng_wenlong1-0/+71
Add new application what we showed in als2017. Run in renesas m3ulcb, show camera video by logitech cr920. Display someinformation get from agl-service-steering-wheel as a meter. Already do some test on Daring Dab 4.0.0. [PatchSet2] Add [QMAKE_CXXFLAGS += -mfp16-format=ieee] for raspberrypi3 build error. [PatchSet3] Add determine statements in app.pro for raspberrypi3. Change-Id: I68f44eac6533567055e1c20d0b5f929242c2f082 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>