depthai icon indicating copy to clipboard operation
depthai copied to clipboard

DepthAI Python API utilities, examples, and tutorials.

Results 241 depthai issues
Sort by recently updated
recently updated
newest added
trafficstars

(UPDATE): Please look at the second entry below. This error was fixed by wrapping my message with a default NN message type. Hello :) First of all, I apologize if...

bug

**Describe the bug** For objects of any class other than the first detected class, the ObjectTracker pipeline node will emit a NEW tracklet followed by a REMOVED tracklet in the...

bug

### Start with the `why`: SOT (Single Object Tracking) is very helpful in many cases, e.g. a following bot, target tracking etc. The ATOM and DiMP-18 models are SOTA models...

enhancement

### Start with the `why`: For tracking detected objects. ### Move to the `what`: Add support for objectTracker node inside the depthai_demo. In my opinion it should be on by...

enhancement

Platform | Windows 10 CPU | intel i9-9900X GPU | GeForce RTX 2080 Ti Language | Python Camera | OpenCV OAK-D 3D AI Camera Kit -------------------------------------------- Helo, I would like...

### Start with the `why`: High speed imaging is a key aspect of capturing fast moving action (ping pong baseball,etc), SLAM and roi tracking. Hitting/supporting the imager higher performance modes...

enhancement

### Start with the `why`: Algorithmic stereo depth is useful because it's fast and relatively inexpensive (computational-budget, power-budget, and latency-budget). However, it is easily fooled in specific scenes. And these...

### Start with the `why`: It would be beneficial to have the camera interfaces be modular so that a mono camera could be used in all three ports of the...

enhancement

**Describe the bug** When using the Python depthai bindings on a Jetson AGX I encountered a cryptic problem which turned out to be a simple permissions problem. The code tries...

bug

### Start with the `why`: **Reason 1** I have trained a model which only does road segmentation with BiSeNetV2 network architecture and has a decent FPS(around 15 FPS). I would...

enhancement