ToF icon indicating copy to clipboard operation
ToF copied to clipboard

Results 16 ToF issues
Sort by recently updated
recently updated
newest added

The changes in this PR will allow users to evaluate depth compute on target (the embedded system to which the TOF camera is connected to) without hardware. A frame content...

Hello and thanks for such a great work. I am trying to access/convert point-cloud using the `aditofpython` library. I am using the v4.3.0 branch and all the examples and builds...

Tof-Viewer: the temperature and frame counter in some cases showed unrelated values

Added an example program that can get frames from the NXP Eval Kit directly using V4L2 APIs. The example program communicates with the ADSD3500 using the V4L2 Camera sensor driver...

ADSD3500 SPI/I2C linux driver patches to support the read acknowledgement data on every header and payload packet of ADSD3500 host boot firmware

Hi, I am currently working on creating an OpenCV matrix of the **32FC1** type for depth data. As demonstrated in the following [example](https://github.com/analogdevicesinc/ToF/blob/main/bindings/opencv/aditof_opencv.h#L54), a matrix with the CV_16UC1 datatype can...

Hi there, We are trying to extract point cloud data from the raw frame, like wise you guys did using TOF module. `./tofi_compute_depth --I=./ADTF3175_TOF/raw_frames_release_mode3 --O=./ADTF3175_TOF/raw_frames_release_mode3/processed --CCB=./crXXX.ccb --MODE=3 --INI=config/RawToDepthAdsd3500_lr-qnative.ini --ISP_Enable=1` if...