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

I've just gotten my hands on an OAK-D and I'm hoping to use it to provide 3d locations of aruco markers to aid in precise robot navigation, eg trying to...

### Start with the `why`: For applications that involve encoded video as a output of the system it can be valuable to have on-video metrics stored into the encoded video...

enhancement

### Start with the `why`: In some cases it may be desirable to feed RTSP (Real Time Streaming Protocol, i.e. IP Camera) output to have compatibility with existing software stacks/etc....

enhancement
2021

### Start with the `why`: One the sequence number offset is fixed (https://github.com/luxonis/depthai/issues/211), synchronizing frame on the host should not be hard, but will still require the code to match...

enhancement

**Describe the bug** When synchronizing the 3 cameras using the sequence number, the color camera is out of sync. Specifically, left and right cameras are always synchronized, but the color...

bug

pose estimation usually takes resolution and stride as input, to control accuracy and speed ,and I need to control them to have higher speed. could anyone tell me where can...

1. what is the difference between `createMonoCamera` and `createColorCamera`? Aren't they both referring to the same Monocular camera's in the right and the left? If it' sjust the grayscale that...

documentation
question

# Context ## Current ``` RGBCamera -> ImageManip -> NN -> RoiOut1 -> Host |-> ImageManip -> Tracker -> RoiOut2 -> Host StereoCamera -> ImageManip -> Depth -> SpatialLocationCalculator ->...

### The `why`: When running DepthAI/megaAI object detection outdoors at distance for fixed installation, we’re seeing person detection only works up to 75 feet or so at most. The reason...

enhancement