2023-01-27 05:47 AM
There are also user folders in the linux drivers of sensors such as vl53l5cx, vl53l1x, but I could not see this folder in the vl53l4cx linux driver and I could not find it anywhere else. Is there software available for users or do we have to create it ourselves?
My purpose is use vl53l4cx with jetson nano.
2023-02-02 02:14 AM
Hello
Indeed there is no "user" folder in the zip file. However, the user space compilation can be configured using the following command make VL53LX_FULL_KERNEL=0. You can find details in the doc folder.
Hope this helps,
Anne