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
{{ message }}
This repository was archived by the owner on Feb 19, 2021. It is now read-only.
I'm having an issue with building Dronecode camera manager, maybe someone here will know how to help. I've built it natively in the past on nVidia TX1 and never had any problems. Lately, I'm trying to build it for another platform inside a Yocto build. I've created a suitable yocto recipe, and during the compile phase, it gets this error:
In file included from ../git/plugins/V4l2Camera/CameraDeviceV4l2.cpp:22:0: ../git/plugins/V4l2Camera/CameraDeviceV4l2.h:22:26: fatal error: CameraDevice.h: No such file or directory #include "CameraDevice.h" ^ compilation terminated.
I'm using the same procedure I used to build it natively on the TX1, but the Yocto build is a cross-compile operation. For some reason, it doesn't know where to find CameraDevice.h when building the plugins. Is there some parameter I can pass in while running configure that might give it a hint? I'd be happy to supply my Yocto recipe if that would help.