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

Build opencv libs with videoio module support (Linux) #12

Merged
merged 6 commits into from
Mar 11, 2024

Conversation

kalwalt
Copy link
Member

@kalwalt kalwalt commented Mar 11, 2024

This PR add videio support to the build script and consequently after merged i will make a new release with the new libs.
Enabled plugins for V4L, ffmpeg and gstreamer. Without them you can't display a video.
No changes to the Emscripten build.
@Algomorph This PR also will integrate changes from #7 into the main branch.
I added a bunch of improves to the action github script to address some minor issues.

- added module videoio build instructions
- enabled v4l, ffmpeg and gstreamer plugins
@kalwalt kalwalt added enhancement New feature or request shell script labels Mar 11, 2024
@kalwalt kalwalt self-assigned this Mar 11, 2024
@kalwalt
Copy link
Member Author

kalwalt commented Mar 11, 2024

The action github fails with:

./build.sh linux
./build.sh: line 213: pcregrep: command not found
cat: write error: Broken pipe
Error: Process completed with exit code 127.

Before this, it not happened, probably changed something in the ubuntu image? I will add the installation of pcregrep and i will upgrade actions/checkout@v3, actions/setup-node@v3 to v4.

@kalwalt kalwalt merged commit cadf2a9 into dev Mar 11, 2024
1 check passed
@kalwalt kalwalt deleted the feature-videoio-linux branch March 12, 2024 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request shell script
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant