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

Fix building without opencv #1393

Merged
merged 1 commit into from
Mar 27, 2023
Merged

Conversation

whuaegeanse
Copy link
Contributor

@whuaegeanse whuaegeanse commented Mar 22, 2023

When building Alicevision without relying on opencv, you will encounter compilation errors. I checked the problem and found that the static function isSupported() of VideoFeed was called, but VideoFeed did not compile because it depends on the opencv library.
I have provided a way to fix this problem, please review it if you have time.@fabiencastan

Features list

  • [1 ] Feature one. Fix building without opencv

@fabiencastan fabiencastan added this to the 3.0.0 milestone Mar 27, 2023
@fabiencastan fabiencastan merged commit fafad20 into alicevision:develop Mar 27, 2023
@whuaegeanse whuaegeanse deleted the opencv branch March 27, 2023 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants