Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

added board names for each device for identification #295

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
added board names for each device for identification
  • Loading branch information
saching13 committed Jan 4, 2022
commit da782ba4f1a340e83a5cce0a111bbdddc06ded41
32 changes: 32 additions & 0 deletions source/pages/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,38 @@ Here is a single-camera version (megaAI) running with :code:`python3 depthai_dem
:alt: DepthAI on Mac
:target: https://www.youtube.com/watch?v=SWDQekolM8o

How to Identify the which OAK device is connected ?
###################################################
Calibrated devices can be identified using the boardName.
Once the device is connected read the calibration using `calib = device.readCalibration()` followed by `calib.getEepromData().boardName` to get the board name.

Following are the board names assigned to the device during Factory calibration.

.. list-table::
:widths: 20 20
:header-rows: 1

* - Device Name
- OnBoard Name
* - OAK-D
- BW1098OBC or OAK-D
* - OAK-D-LITE
- OAK-D-LITE
* - OAK-D-IoT-40
- BW1092 or OAK-D-IoT-40
* - OAK-D-IoT-75
- DM1098OAKD_WIFI or OAK-D-IoT-75
* - OAK-D-POE
- OAK-D-POE
* - OAK-D-CM3
- BW1097 or OAK-D-CM3
* - OAK-D-CM4
- OAK-D-CM4
* - OAK-1
- BW1093OAK or OAK-1
* - OAK-1-POE
- OAK-1-POE


Is DepthAI and MegaAI easy to use with Raspberry Pi?
####################################################
Expand Down