Skip to content
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

[opencv] OpenVino feature #28357

Closed
JaviBite opened this issue Dec 15, 2022 · 1 comment · Fixed by #34727
Closed

[opencv] OpenVino feature #28357

JaviBite opened this issue Dec 15, 2022 · 1 comment · Fixed by #34727
Assignees
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist

Comments

@JaviBite
Copy link


Is your feature request related to a problem? Please describe.
I think there is no "feature" to build opencv with Intel's Inference Engine support (OpenVINO).

Proposed solution

I dont know if it easy to implement or if is posible but i would like the feature just will enable the WITH_OPENVINO option in opencv build comand:

I guess the portfile.cmake would be something like this in the vcpkg_check_features:

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
"ade" WITH_ADE
...
"openvino" WITH_OPENVINO
...
"dc1394" WITH_1394
)

Thank you.

@Adela0814 Adela0814 self-assigned this Dec 16, 2022
@Adela0814 Adela0814 added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Dec 16, 2022
@github-actions
Copy link

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

@github-actions github-actions bot added the Stale label Sep 19, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2023
@Adela0814 Adela0814 reopened this Oct 7, 2023
@github-actions github-actions bot removed the Stale label Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist
Projects
None yet
2 participants