Closed Kaijun101 closed 2 years ago
Hi @Kaijun101.
Beside that, I haven't met that kind of error before. I would downgrade the firmware of the camera. I guess it could be the solely problem of the camera and if you want to check that, try to run 'camera' application in Windows10 with the d435i, if RGB image comes in or not.
Sorry that I cannot help you much.
Hi, @engcang thanks for your reply. I have actually email u some details about my project.
Issue Description
I am currently using auvidea j120 board with jetson TX2 and D435i. However, there is some error i am currently facing when i am running realsense-viewer. The D435i camera does not have RGB image and is showing this error.
Steps taken $ sudo apt-get install git libssl-dev libusb-1.0-0-dev pkg-config libgtk-3-dev $ sudo apt-get install libglfw3-dev libgl1-mesa-dev libglu1-mesa-dev $ git clone https://github.com/IntelRealSense/librealsense.git $ cd librealsense $ git checkout v2.45.0 $ mkdir build && cd build $ cmake .. -DCMAKE_BUILD_TYPE=Release -DFORCE_RSUSB_BACKEND=ON -DBUILD_WITH_CUDA=true $ sudo make uninstall && make clean $ time make -j8 && sudo make install Below is the image of the realsense-viewer for your references