static void *object_detection_callback(void *user_data)
{
mv_object_detection_h handle = (mv_object_detection_h) user_data;
- const int coordinate_answers[2][4] = { { 194, 27, 502, 298 }, { 12, 6, 164, 270 } };
+ const int coordinate_answers[2][4] = { { 196, 33, 504, 300 }, { 1, 7, 163, 277 } };
bool is_loop_exit = false;
assert_eq(ret, MEDIA_VISION_ERROR_NONE);
assert_eq(cnt, 2);
- const int coordinate_answers[2][4] = { { 194, 27, 502, 298 }, { 12, 6, 164, 270 } };
+ const int coordinate_answers[2][4] = { { 196, 33, 504, 300 }, { 1, 7, 163, 277 } };
for (unsigned int idx = 0; idx < cnt; ++idx) {
int left, top, right, bottom;