Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
Onboard Intel® Movidius™ Myriad™ X vision processor, OAK-D is an AI vision intelligent kit designed and produced by the OpenCV team. Although it is tiny, it integrates a 4K RGB binocular depth camera, IMU, and a high-performance AI processing chip to realize the binocular depth visual computing and neural network reasoning. The inertial navigation sensor is integrated into a single camera, allowing users to obtain binocular vision measurement positioning, AI neural network acceleration, and 4K H.265 30-frame real-time streaming with a low power consumption of 2.5W. It meets the needs of users in intelligent driving, intelligent transportation, intelligent security, robots, teaching competitions, etc.
OAK-D-PoE is based on the OAK-D with a PoE power supply circuit that allows a single Cat5e (or higher) Ethernet cable (up to 100 meters (328 feet)) to power and provides a 1,000 Mbps (1 Gbps) full-duplex connection to devices. With the IP67 protection grade shell, it is suitable for users to use in environments that have requirements.
OAK-D-Lite is the most cost-effective product in the OAK USB series. Except for no IMU, the performance is comparable to OAK-D, but the price is lower. It combines depth perception, object detection (neural reasoning), and object tracking, and helps you achieve these functions with a simple and easy-to-use Python API. This OAK-D-Lite includes three onboard cameras (a 4K/30fps RGB camera, two monochrome binocular cameras) and a USB3.0 Type-C interface, you can use it on an ordinary computer, Raspberry Pi, or other popular embedded host to access the OAK through the USB interface.
OAK-D-Pro is an upgraded version of the OAK-D with structured light ranging, featuring an IR laser dot matrix emitter (active depth vision), and IR illuminated LEDs (for "night vision"). It is also smaller, lighter, and more precise than the OAK-D. With built-in high-performance Myriad X VPU, it adopts the active binocular vision technology and structured light, which improves the positioning accuracy to the sub-millimeter level, meeting the needs of close-range high-precision positioning and identification, such as automatic welding robots, the positioning, identification, and calibration of surface defects of parts, etc. and enhancing the robot's perception capabilities.
OAK-D-S2 is more compact than ODK-D. Its functions, performance, and lenses are the same as OAK-D, but smaller in size and lighter in weight, and can be used in scenes where space is limited and quality is required. In addition, compared with OAK-D, OAK-D-S2 removes the 5V power port in the structure and has a larger depth measurement range than OAK-D in performance.
The OAK-D-S2-PoE is based on the OAK-D-S2 with PoE power supply circuit, supports using a single Cat5e (or higher) Ethernet cable to power and provides a 1,000 Mbps (1 Gbps) full-duplex connection to devices up to 100 meters (328 ft). Also, it is equipped with an IP67 enclosure and is ideal for use in environments where protection is critical.
Camera | Color Camera | Monochrome camera |
---|---|---|
Shutter | Rolling | Global |
Sensor | IMX378 | OV9282 |
Max Framerate | 60fps | 120fps |
H.265 Framerate | 30fps | / |
Resolution | 12MP (4056 × 3040 px/1.55um) | 1MP (1280 × 800 px/3um) |
FoV | 81° DFoV – 69° HFoV | 89° DFoV – 80° HFoV |
Lens size | 1/2.3 Inch | 1/4 Inch |
Focus | 8cm – ∞ (AutoFocus) 50cm ~ ∞ (FixedFocus) | 19.6cm – ∞ (FixedFocus) |
D-number | 1.8 | 2.0 |
Camera | Color Camera | Monochrome Camera |
---|---|---|
Shutter | Rolling | Global |
Sensor | IMX214 | OV7215 |
Max Framerate | 60fps | 200fps |
H.265 Framerate | 30fps | / |
Resolution | 13MP (4208 × 3120 px) | 0.3MP (640 × 480 px) |
FoV | 81.3° DFoV | 85.6° DFoV |
Lens Size | 1/2.3 Inch | 1/2.3 Inch |
Focus | 8cm – ∞ (FixedFocus) | 6.5cm – ∞ (FixedFocus) |
D-number | 2.2 | 2.2 |
Camera | Color Camera | Monochrome Camera |
---|---|---|
Shutter | Rolling | Global |
Sensor | IMX378 | OV9282 |
Max Framerate | 60fps | 120fps |
H.265 Framerate | 30fps | / |
Resolution | 12MP (4032 × 3040px) | 1MP (1280 × 4800px) |
FoV | 81°DFoV/69°HFoV/55°VFoV | 81°DFoV/72°HFoV/49°VFoV |
Lens Size | 1/2.3 Inch | 1/4 Inch |
Focus Range | 8cm – ∞ (AutoFocus) | 19.6cm – ∞ (FixedFocus) |
D-number | 2.0 | 2.2 |
Laser Transmitter Specifications | ||
Laser Transmitter | Specification | |
Model | Belago1.1 Dot-Pattern | |
Number of dots | 4700 | |
HFOI*50% | 78±7% | |
VFOI*50% | 61°±7% | |
VSCEL Wavelength | 940nm | |
Operating Temperature | 10°C ~ 60°C | |
Storage Temperature | 0°C ~ 80°C | |
Laser Safety Standards | EN/IEC 60825-1 3rd Edition (2014) Class 1 Laser Products |
If you use the Ubuntu system, you can operate it according to the following steps:
git clone https://gitee.com/oakchina/depthai.git
git clone https://gitee.com/oakchina/depthai-python.git
git clone https://gitee.com/oakchina/depthai-experiments.git
echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="03e7", MODE="0666"' | sudo tee /etc/udev/rules.d/80-movidius.rules sudo udevadm control --reload-rules && sudo udevadm trigger
python3 -m pip install -r depthai/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
python3 depthai/depthai_demo.py
cd depthai python3 depthai_demo.py
git clone https://gitee.com/oakchina/depthai.git
cd depthai python3 install_requirements.py
python3 depthai-demo.py
Note: If opencv reports an error and displays an illegal command after installation, please run the command to add the environment, and then retest.
cho "export OPENBLAS_CORETYPE=ARMV8" >> ~/.bashrc source ~/.bashrc
Note: Do not directly run the dependent scripts in the depthhai package on the jetson platform to avoid OpenCV coverage and cause other programs to fail to use normally.
sudo apt update && sudo apt upgrade sudo reboot
# disable ZRAM: sudo systemctl disable nvzramconfig # create 4GB swap file sudo fallocate -l 4G /mnt/4GB.swap sudo chmod 600 /mnt/4GB.swap sudo mkswap /mnt/4GB.swap
sudo -H apt install -y python3-pip
sudo -H pip3 install virtualenv virtualenvwrapper
sudo vi ~/.bashrc # add the following content to the opened file export WORKON_HOME=$HOME/.virtualenvs export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3 source /usr/local/bin/virtualenvwrapper.sh
source ~/.bashrc mkvirtualenv depthAI -p python3
#download and install the dependencies script sudo wget -qO- http://docs.luxonis.com/_static/install_dependencies.sh | bash #clone depthai respository git clone https://github.com/luxonis/depthai-python.git cd depthai-python
echo "export OPENBLAS_CORETYPE=ARMV8" >> ~/.bashrc
cd examples/ sudo python install_requirements.py
sudo python rgb_preview.py
Monday-Friday (9:30-6:30) Saturday (9:30-5:30)
Email: services01@spotpear.com