ArduCAM / Arducam_tof_camera

46 stars 18 forks source link

Moving object too close to camera crashes SDK Nvidia Jetson Nano #30

Open elliotnash opened 1 year ago

elliotnash commented 1 year ago

When using the Arducam SDK on an Nvidia Jetson Nano, if an object gets too close to the sensor, tof.requestFrame() returns NULLPTR, and continues to return NULLPTR untill the camera is reinitialized. This can be reproduced on the included jetson_preview, where the preview freezes after an object comes close to the sensor.

dennis-ard commented 1 year ago

Can you provide a programming language and SDK version used? Python, please use the shell command:

 pip3 list | grep ArducamDepthCamera

If C/C ++, please use the shell command:

dpkg -l | grep arducam-tof-sdk-dev