Open joekale opened 4 years ago
I figured out my issue. It seems to be related to the GST_PLUGIN_PATH_1_0 value that is set to no value in the demo.sh
script. It can be corrected in 1 of 2 ways:
demo.sh
copies the libraries into the typical library locations so setting this value is unnecessary. /var/run/media
. The libraries are all contained in the SD Card so setting the Plugin Path to the sd card allows gstreamer to located the required plugins.Neither of these require changes to the documentation, so this issue may be closed, but it may be helpful to add a statement in these docs with regard to the 2019.2 release of the Smart Camera Face Detect Demo.
While trying to stream the Facial Recognition demo (Section 7.3) with a zcu104 provisioned with the Smart Camera Demo, I am hitting a segmentation fault shortly after connection.
On occasion after the
Load Xclbin Failed
line I also have seen[DNNDK_XRT] Bitstream download failed
, but I am not sure if it is related at all.