summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/recipes-graphics/opencv/opencv
AgeCommit message (Collapse)AuthorFilesLines
2020-01-22meta-agl-bsp meta-agl-profile-core: upgrade to opencv 4.xScott Murray1-19/+6
Rename meta-agl-bsp and meta-agl-profile-core bbappends to handle opencv upgrade from 3.x to 4.x, and update patch in meta-agl-bsp. Bug-AGL: SPEC-2932 Change-Id: I200fed501d0d09cb2ae6953fe95e3dafcc383457 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-03-05Change opencv support max device number to 16zheng_wenlong1-0/+26
When using m3ulcb or h3ulcb with usb camera, the board already had 10 video devices, and opencv only support max device number is eight. Need change to 16 so rcar can use usb camera with opencv. [Patch Set 4] Change max device number to 16. Make this package specific to m3. [Patch Set 5] Make this patch generic not only for m3. Change-Id: Ice8b34f92addb8b8a4bcaf6db5491862a4545244 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>