Skip to content
Snippets Groups Projects
Verified Commit 451e8ba9 authored by Qiyang Sun's avatar Qiyang Sun :speech_balloon:
Browse files

Add marvision

parent 71cf6207
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@ IMAGE_INSTALL = "packagegroup-core-boot \
dnsmasq \
nginx \
fcgiwrap \
marvision \
marvision-dbg \
${CORE_IMAGE_EXTRA_INSTALL}"
COMPATIBLE_MACHINE = "^rpi$"
......@@ -50,5 +52,8 @@ LICENSE = "MIT"
inherit core-image
EXTRA_IMAGE_FEATURES:append = " tools-debug"
DEBUG_BUILD = "1"
IMAGE_ROOTFS_SIZE ?= "8192"
/home/iamsqy/mar24-aruco-cc
\ No newline at end of file
SUMMARY = "MAR vision program with C++ and Autotools"
LICENSE = "GPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=1c76c4cc354acaac30ed4d5eefea7245"
DEPENDS = " opencv \
ffmpeg \
libcamera \
gstreamer1.0 \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-ugly \
"
PV = "1.0"
#SRC_URI = "git://git.soton.ac.uk/qs2g22/mar24-aruco-cc.git;branch=main;protocol=https"
#S = "${WORKDIR}/git"
SRC_URI = "file://mar24-aruco-cc"
S = "${WORKDIR}/mar24-aruco-cc"
FILES:${PN} = "/usr/bin/marvision /etc/marvision.d/"
inherit autotools pkgconfig
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment