depthai-experiments icon indicating copy to clipboard operation
depthai-experiments copied to clipboard

Experimental projects we've done with DepthAI.

Results 113 depthai-experiments issues
Sort by recently updated
recently updated
newest added

Resolve RGB alignment issue by using stereo.setDepthAlign(dai.CameraBoardSocket.RGB) Note that we need the python libs as per https://github.com/luxonis/depthai-python/pull/147/commits/0a27ebcf5301ba9166d014bbbb543e431b5af212 for this to work. We get some warnings, and the disparity frames seem...

Thank u for creating this repository. It really useful I try to compare the output of mobileface_arcface model in this repository with origin model (mxnet) by cosine distance, the distance...

I installed the requirements and plugged the OAK-D depthAI camera. When running main.py with parameter -cam, I get the message below: ``` Traceback (most recent call last): File "main.py", line...

Hello, I have been running the pipelines successfully from my raspberry pi and would like to run the same pipelines from other rpis. However, installing all the requisites might be...

Hi, I bought OAK-1. The depthai_demo.py worked fine then I tried to work `depthai-experiments`. I ran `people-tracker` main.py, but I got the message `No USB device [03e7:2485], still looking... 10.045s...

In Gen2 depthai_demo.py there is a disparity confidence slider (scales from 0 to 255). It allows one to "tune-in" between false-positive and false-negatives. Examples below for my ceiling in the...

enhancement
Gen2

The bounding box (possibly just the UI drawing) of the left and right eyes are not updated according to the right scale. Maybe it is also great to verify we...

python main.py XLink initialized. Sending internal device firmware Successfully connected to device. Loading config file Attempting to open stream config_d2h watchdog started Successfully opened stream config_d2h with ID #0! Closing...

Is there a reason why I'm getting a 5second delay/latency on the video feed with that demo? Is that a Mac OSX specific issue or it's the pipeline (got too...

Prepare an example with object detection, that will pull the closest depth point from the object and return it as the object distance. Related to discussion on discuss - https://discuss.luxonis.com/d/67-distance-to-closest-point-on-an-object-bw1098obc...

TODO