Erol444

Results 233 comments of Erol444

Hi @Prakash14328897 , Which code you ran? Which device did you use? If USB, did it enable USB3 communication (SUPER) or USB2 (HIGH)? Which depthai version did you use? Thanks,...

Hello @robotwhispering , it's near 940nm (projector specs[ here](https://docs.luxonis.com/projects/hardware/en/latest/pages/DM9098.html#projector-specifications)). We don't have any plans for stronger lasers, as even with this one dots are quite visible at +15m. What would...

This discussion on our forum: https://discuss.luxonis.com/d/275-store-video-on-oak-d-localy

Hi @MOj0 , I believe we need to update the `sdcard_support` branch to the latest main - as there were a bunch of ImageManip features introduced in newer versions of...

Hello @hipitihop, I believe that is a different issue - OAK-D-Lite uses camera sensors that weren't compatible with the firmware before ~2.11. So OAK-D-Lite using depthai 2.10 on any pipeline...

Hello @JojoDevel , NeuralNetwork node actually has `nn.setNumInferenceThreads(threads)` and `nn.setNumNCEPerInferenceThread(nceNum)` (NCE=Neural Compute Engine) functions, so you don't need to run your NN (yolov5) twice, you can just set these 2...

Hello @f-alemauro , As you suspect, it's the case as there are too many faces. I believe the default queue is for 4 messages, and the recognition model is not...

I will be addressing this issue after [this PR](https://github.com/luxonis/depthai-experiments/pull/379) (I believe this is a separate issue).

Age-gender demo works even with multiple frames - so it's likely a problem with heavier models ![image](https://user-images.githubusercontent.com/18037362/179924282-f3368d33-f058-4434-a112-adb3d067ae75.png)

Fixed for lighter recognition models as well in SDK; see `cntr` implementation here: https://github.com/luxonis/depthai/pull/740/files#diff-dd32217966df02b79a468e6d922d2c27b457b4fd3c33ce4d96a12a8f61f761ec cc @f-alemauro