depthai-python
depthai-python copied to clipboard
DepthAI Python Library
Hi, I just started my journey playing with the OAK-D camera and I found some "glitches" in the hello world tutorial. I thought about proposing a Pull Request with corrections,...
Running `calibration_reader.py` on my OAK-D in Windows fails immediately with ``` Traceback (most recent call last): File "calibration_reader.py", line 17, in M_rgb, width, height = calibData.getDefaultIntrinsics(dai.CameraBoardSocket.RGB) RuntimeError: There is no...
I'm trying to use OAK-1 on a drone. The vibrations on the drone are leading to a very strong Jello effect. I understand that rolling shutter sensors are susceptible to...
### Control ColorCamera with ImageManipConfig 1. Use RectCrop to crop the video node, and set the parameters according to `setCropRect(self: depthai.ImageManipConfig, xmin: float, ymin: float, xmax: float, ymax: float) →...
I know this could be the problem of vmware workstation, but I still report my situation. Environment 1: - Host OS: Windows 10 Pro 20H2 OS build 19042.1052 - VMWare...
I see getLayerFp16(self, name) in docs, It use to get output as float16, but how to get output as float32 ? I cannot see any function like getLayerFp32() :((
Related: https://github.com/luxonis/depthai-core/pull/609
I have a specific docker for oak-d related stuff. I installed depthai-ros (as well as depthai-core) using [https://raw.githubusercontent.com/luxonis/depthai-ros/main/install_dependencies.sh](this script). I can use depthai-ros and everything without any problem. I want...
Start with **Why?** When using stereo devices "in the wild" on human-made objects it is extremely common to encounter repetitive patterns on the objects that you want to retrieve depth...
Are the four cameras(ov9782) on the FFC-4P all hardware synchronized? I printed out the timestamp for each frame and found that the time spacing between LEFT(CAM_B) and RIGHT(CAM_C) was less...