Open
Description
I am trying to trigger a single shot detection in standby mode.
Documentation says:
Address | Name | Default | Description |
---|---|---|---|
0x01 | Mode | 0x01 (continuous) | Mode. See mode table below. |
0x03 | Single shot | 0x00 | Trigger a single-shot inference. Only works if the sensor is in standby mode. |
I therefore
- set the sensor to standby mode by writing
0x00
to address0x01
(this seems to work) - trigger a single shot by writing
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.
Metadata
Metadata
Assignees
Labels
No labels