针对你遇到的问题 /usr/bin/ld: cannot find -lnvbuf_utils,这里是一些分点解答和可能的解决方案: 确认-lnvbuf_utils库是否已安装: 首先,你需要确认nvbuf_utils库是否已经在你的系统上安装。这通常可以通过查找库文件(如.so或.a文件)来完成。 你可以使用如下命令来搜索系统中是否存在nvbuf_utils库: bash sudo...
Hi all, I am developing a Pedestrian detection application on Jetson nano(2GB RAM) which is supposed to process video coming from an Hikvision IP camera stream using rtsp. In my pipeline, I constantly get a the following errors before th...
26#define _NVBUF_UTILS_H_ 27 28#ifdef __cplusplus 29extern"C" 30{ 31#endif 32 33#include <EGL/egl.h> 34#include <EGL/eglext.h> 35#include <errno.h> 36#include <stdbool.h> 37 41#define MAX_NUM_PLANES 4 42 46#define MAX_COMPOSITE_FRAME 16 ...
Hi all, I’m using Jetpack 4.4 on my Jetson Nano, freshly imaged and having an issue running one of the demo apps. As a direct console user (keyboard+mouse+monitor) If I runsudo docker run -it --rm --net=host --runtime …
/usr/bin/ld: cannot find -lnvbuf_utils collect2: error: ld returned 1 exit status jetbot_ros/CMakeFiles/jetbot_camera.dir/build.make:168: recipe for target '/home/jetbot/workspace/catkin_ws/devel/lib/jetbot_ros/jetbot_camera' failed ...
My scenario is like this: bayer12 sensor → 96712des → jetson orin(jetpack 5.0.2) I use v4l-ctl tool to verify driver’s functions. Based on what I know, I think it’s OK. but when I use gst-launch-1.0 to capture videos, I…