-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation Issue when cmake #8
Comments
Hi! |
seems like i dont install openvino 2019_R3 version, i install 2019_R3.1 using this link http://registrationcenter-download.intel.com/akdlm/irc_nas/16057/l_openvino_toolkit_p_2019.3.376.tgz this figure shows my installation directory its openvino_2019.3.376, not openvino_2019.3.334 do you have the installer for openvino 2019_R3? |
Hi @irwanmazlin ! |
owh i see, can this project run multi camera? which part i need to change if i want to run multicamera realsense? |
You may have 2 options:
|
owh i see, good news thank you for your help |
i install openvino 2021.4 your code support CPU actually |
hi @gbr1 , i have the problem run multiple node on multiple target engine, i have set each node subscribes different image topic but the problem is, when i run the detection, the detection didnt run the simultenous for each camera, they run one by one of each camera in the same topic, for example, i subscribe camera 1 and publish detection image of camera 1 as "/123/1" and for camera 2 i publish detection image of camera2 as "/123/2". but i camera see the detection of both camera in one topic, it keeps switch the image after doing the detection this is my launch file this is my CPP file I would really appreciate if you could help to solve this issue. |
Description
i tried to use your project because it has 3D detection features, but i ran into compilation issue. I would really appreciate if you could help if you encounter this problem before.
Step to reproduce
Versions
OPENVINO 2019_R3
realsense version 2.50
The text was updated successfully, but these errors were encountered: