Replies: 2 comments 12 replies
-
The error message is pointing to the bare |
Beta Was this translation helpful? Give feedback.
-
I was wondering if there is already a final solution to this problem? I have a similar issue when I want to start a svo recording in a docker container with the ZED SDK (using nvidias runtime). Strangely, all the other functionality (Depth sensing, Groundplane estimation, object detection etc.) of the SDK works without problems, only the recording in conjunction with First I got the error that the I built the yocto image with following BASE_INSTALL: |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm trying to create a layer for the ZED SDK, which depends on CUDA and V4L2. I almost resolved all depenency issues, but I am struggling to include V4L2 correctly such that the build succeeds.
Update: All repositories are checked out with the "honister" branch.
bblayers.conf:
local.conf:
Here is my recipe (zed-sdk_3.6.1.bb):
Now when i build the recipe using
bitbake zed-sdk
, the build fails with:But when I look the output of the libv4l2-minimal recipe, libv4l2.so is there:
I am quite a Yotco beginner and at this point I can't make any sense of this error message. What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions