Kazuya Yamamoto

Results 11 comments of Kazuya Yamamoto

All I did are: 1. Limit color camera FPS at 15 by `cam.setFps(15)`. 2. Limit the number of detections to add to msg [here](https://github.com/luxonis/depthai-experiments/blob/61ff41c5235220683e7dd4c677b1438b1d1fe785/gen2-face-recognition/main.py#L220) ``` if q.has(): msg = q.get()...