Jetson_multimedia_api/samples/00_video_decode

i have installed “CUDA Toolkit”, “OpenCV”,“cuDNN Package” and “TensorRT”

so i used :
$ export DISPLAY=:0
$ cd /usr/lib/aarch64-linux-gnu
$ sudo ln -sf libv4l2.so.0 libv4l2.so

./video_decode H264 …/…/data/Video/sample_outdoor_car_1080p_10fps.h264
i have got error like this:

Set governor to performance before enabling profiler
Creating decoder in blocking mode
Segmentation fault (core dumped)

i dont know why

Hi,
The two commands are not required:

$ cd /usr/lib/aarch64-linux-gnu
$ sudo ln -sf libv4l2.so.0 libv4l2.so

Please re-flash the system and install SDK Components through SDKManager. And navigate to the folder to run the sample:

/usr/src/jetson_multimedia_api

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