VL53L5CX exposure time (pulse counts) for one frame.
Hi,
I want to know the exposure time of VL53L5CX per frame.
I also want to know that it is possible to configure the exposure time?
Best,
Jsc.
Hi,
I want to know the exposure time of VL53L5CX per frame.
I also want to know that it is possible to configure the exposure time?
Best,
Jsc.
The sensor will range until you tell it to stop. But in Continuous mode, there is no empty time between ranges. In autonomous mode you get to select the time between successive start times.
If you tell the sensor the integration time is 10ms and the inter-measurement period is 100ms, you will range for 10ms, the sensor will rest for 95ms and then start again. (There is a couple of milliseconds of overhead, so the laser might be on for only 8ms out of the ten.)
I suppose there might be a default integration time, but I'm not sure what it is. All the code I ever run sets the timing and I think you should do that too. It's just safer.
We wrote the code to assist a cellphone camera. And cameras really default to 30 frames per second. So, if there is a default, it's probably set up to running continuously at 15 frames per second.
- john
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.