Hello,
I try to use Raspberry Pi 4B to operate the LiDAR(AD-FXTOF1-EBZ). I have followed all the steps on the website called "Raspberry Pi User Guide".
Unfortunately, I can't open it. When I pressed the play button, it would stop like the figure shown below.
When I used command window to open it, it showed some error message:
I20240919 15:54:57.865922 8189 system_impl.cpp:120] SDK version: 3.1.0 | branch: master | commit: 595409a
I20240919 15:54:57.865934 8189 system_impl.cpp:125] SDK built with websockets version:3.2.3
I20240919 15:54:57.981110 8189 sensor_enumerator_raspberrypi.cpp:53] looking for sensors on the target: Raspberry PI
I20240919 15:54:57.981846 8189 camera_fxtof1.cpp:137] Initializing camera
I20240919 15:54:57.982010 8189 addi9036_sensor.cpp:155] Opening device
I20240919 15:54:57.982040 8189 addi9036_sensor.cpp:173] Looking for the following cards:
I20240919 15:54:57.982061 8189 addi9036_sensor.cpp:175] unicam
I20240919 15:54:57.982617 8189 addi9036_sensor.cpp:191] Cannot identify /dev/video0 errno: 2error: No such file or directory
I20240919 15:54:57.982687 8189 addi9036_sensor.cpp:148] Failed to open device
I20240919 15:54:57.983664 8189 camera_fxtof1.cpp:881] Programming AFE error errno: 9 error: Bad file descriptor
I20240919 15:54:57.983736 8189 addi9036_sensor.cpp:392] VIDIOC_REQBUFS error errno: 9 error: Bad file descriptor
I20240919 15:54:57.983806 8189 camera_fxtof1.cpp:376] Failed to set frame type
I20240919 15:54:57.983773 8189 camera_fxtof1.cpp:226] Chosen mode: near
I20240919 15:54:57.983930 8189 camera_fxtof1.cpp:239] Camera range for mode: near is 250 mm and 800 mm
I20240919 15:54:57.984032 8189 camera_fxtof1.cpp:250] Found firmware for mode: near
I20240919 15:54:57.984077 8189 camera_fxtof1.cpp:253] Firmware size: 14404 bytes
I20240919 15:54:57.984107 8189 addi9036_sensor.cpp:527] Programming AFE error errno: 9 error: Bad file descriptor
I20240919 15:54:57.984166 8189 camera_fxtof1.cpp:258] Failed to program AFE
I need some feedback to help me solve this problem.
Tim