You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mirzak how were you able to test the edgetpu-demo.bb file (specifically how were you able to run the resulting file on the coral)? I've included it in a build by adding IMAGE_INSTALL_append += " edgetpu-demo" to local.conf and it builds successfully and is in the image.
However, trying to run edgeput_demo --stream or edgetpu_demo --device initially results in ValueError: Namespace Gtk not available. Adding gtk+3 to edgetpu-demo.bbRDEPENDS_${PN} solves that issue.
Unfortunately, it then fails with Gtk-WARNING **: <time>: cannot open display, which I have not been able to resolve that. I see terminal output on the HDMI but no WM/DE.
DESCRIPTION = "A console-only image that includes Edge TPU libraries, \
demo applications, gstreamer packages and Freescale's multimedia packages \
(VPU and GPU) when available for the specific machine."
LICENSE = "MIT"
require recipes-fsl/images/fsl-image-multimedia-full.bb
CORE_IMAGE_EXTRA_INSTALL += "\
edgetpu-demo \
"
Though there is still some problems with this recipe as it requires gobject introspection on gstreamer libraries, but this is disabled.
@mirzak how were you able to test the
edgetpu-demo.bb
file (specifically how were you able to run the resulting file on the coral)? I've included it in a build by addingIMAGE_INSTALL_append += " edgetpu-demo"
tolocal.conf
and it builds successfully and is in the image.However, trying to run
edgeput_demo --stream
oredgetpu_demo --device
initially results inValueError: Namespace Gtk not available
. Addinggtk+3
toedgetpu-demo.bb
RDEPENDS_${PN}
solves that issue.Unfortunately, it then fails with
Gtk-WARNING **: <time>: cannot open display
, which I have not been able to resolve that. I see terminal output on the HDMI but no WM/DE.Originally posted by @qkaseman in #1 (comment)
The text was updated successfully, but these errors were encountered: