Skip to content

Commit

Permalink
Add dabai max pro pid
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-dong committed Sep 11, 2024
1 parent 0e8df53 commit 08714f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbbec_camera/src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ bool isOpenNIDevice(int pid) {
0x060f, 0x0610, 0x0613, 0x0614, 0x0616, 0x0617, 0x0618, 0x061b, 0x062b, 0x062c, 0x062d,
0x0632, 0x0633, 0x0634, 0x0635, 0x0636, 0x0637, 0x0638, 0x0639, 0x063a, 0x0650, 0x0651,
0x0654, 0x0655, 0x0656, 0x0657, 0x0658, 0x0659, 0x065a, 0x065b, 0x065c, 0x065d, 0x0698,
0x0699, 0x069a, 0x055c, 0x065e, 0x069a, 0x069f, 0x06a0};
0x0699, 0x069a, 0x055c, 0x065e, 0x069a, 0x069f, 0x06a0, 0x069e};

return std::any_of(OPENNI_DEVICE_PIDS.begin(), OPENNI_DEVICE_PIDS.end(),
[pid](int pid_openni) { return pid == pid_openni; });
Expand Down

0 comments on commit 08714f7

Please sign in to comment.