L515 DWS SDK why cannot find multi boxes
In the example code , this is a callback func has box_count , but when I test with two boxes( can be find one by one), they cannot find both;
static void * _dim_callback(int frameId, int box_count, const DWS_Box* box_buffer)
-
Hello Guopengzhen2015,
The description of the
dws_create
API in Section 2.1 Available Configurations of the file Intel_RealSense_DWS_v1.1.pdf, which is distributed with the DWS SDK, states that the second argument ofdws_create
isbool multiple_boxes
. Set this argument toTrue
in the sample code and the sample code will detect multiple boxes.Regards,
Zulkifli Halim
Intel Customer Support
Please sign in to leave a comment.
Comments
2 comments