You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not wait long enough for the single shot to be completed before reading the detection results. Adding a bit of delay before reading the data does work as expected.
For others impatient like me, here is a (the?) solution:
set the sensor to standby mode by writing 0x00 to address 0x01 (this seems to work)
trigger a single shot by writing 0x01 to address 0x03
I am trying to trigger a single shot detection in standby mode.
Documentation says:
I therefore
0x00
to address0x01
(this seems to work)0x01
to address0x03
Then, what shoud I do to read the result?
Reading the data works fine in continuous mode but does not return anything (empty list of faces) after triggering the single shot in standby mode.
The text was updated successfully, but these errors were encountered: