adafruit / Adafruit_VL53L1X

Arduino library to support the VL53L1X Time-of-Flight and gesture-detection sensor
BSD 3-Clause "New" or "Revised" License
13 stars 7 forks source link

Arduino SetROI (only centered, 2 values) different than Python UserROI... (can be non-centered, 4 values) #8

Closed sdetweil closed 1 year ago

sdetweil commented 1 year ago

title says it all.

arduino code in error

   vl53.VL53L1X_SetROI(12, 9, 15, 6);

python code works

        print ("Scan: right")
        return VL53L1X.VL53L1xUserRoi(12, 9, 15, 6)
sdetweil commented 1 year ago

sorry, wrong library