buildLibrealsense2TX2 icon indicating copy to clipboard operation
buildLibrealsense2TX2 copied to clipboard

Error during ./patchApplication.sh

Open FatimahNizam-cmd opened this issue 4 years ago • 2 comments

root@jetson-desktop:~/buildLibrealsense2TX2# ./patchApplication.sh Applying Model-Views Patch patch: **** Can't open patch file /patches/model-views.patch : No such file or directory Applying Incomplete Frames Patch patch: **** Can't open patch file /patches/incomplete-frame.patch : No such file or directory

The patches file directory are available inside the buildlibrealsense2TX2 folder but cannot access and produces the error above. Can u help me?

FatimahNizam-cmd avatar Mar 09 '20 08:03 FatimahNizam-cmd

This is what i get in the realsense-viewer:

stereo module: Backend in rs2_get_option(options:0x55a36b2ac0, option:Emitter On Off): Cannot open '/dev/video0 Last Error: No such file or directory

rgb camera: Backend in rs2_get_option(options:0x55a43a7db0, option:Auto Exposure Priority): xioctl(VIDIOC_G_CTRL) failed Last Error: No such device

FatimahNizam-cmd avatar Mar 09 '20 08:03 FatimahNizam-cmd

Check the file's e'x'ecute permission bit 'x' with ls -al. If there is no 'x' bit on any patch files, do the following command to add the permissions on all the files.

cd buildLibrealsense2TX2
sudo chmod +x ./*.patch

darkasassin44 avatar Dec 22 '20 09:12 darkasassin44