Error when running OpenCV Edge Detection tutorial

Hi, I am trying to do tutorials on jetson nano.

stereo_dummy is working.

But when I try to run OpenCV Edge Detection tutorial.

I got error like this


I also got the error when I try to do image_undistortion tutorial.


v4l2_camera tutorial is working. What is the problem?

I solve the problem.

In jetson,

sudo apt-get update
sudo apt-get install libtbb2

I thought that ./engine/build/scripts/install_dependencies_jetson.sh will install all the required dependencies on the jetson. But it was my mistake. Thanks anyway.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.