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

YARP: Enable compilation of bottle_compression_zlib, depthimage_compression_zlib and image_compression_ffmpeg portmonitors #1443

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

traversaro
Copy link
Member

This PR enable in YARP the CMake options to ensure that the following portmonitor are enabled:

  • bottle_compression_zlib
  • depthimage_compression_zlib
  • image_compression_ffmpeg

These portmonitors are already used by the HSP team working on ergocub (fyi @andrearosasco) and can be useful for anyone sending big amount of data over a YARP network (@S-Dafarra @GiulioRomualdi @mebbaid @davidegorbani).

This PR also adds the required dependencis (ffmpeg and zlib) to the dependency of the superbuild. This was already discussed in #1071, but we decided not to proceed as some devices in YARP (ffmpeg_grabber and ffmpeg_writer) were not compatible with ffmpeg 5. However, it turns out that image_compression_ffmpeg can be used and can be useful on its own, so I think it make sense to proceed with this change, even because it would permit some HSP/ergoCub demo to run with a stock superbuild.

The corresponding PR in the yarp-feedstock recipe is: conda-forge/yarp-feedstock#31 .

…ession_zlib and image_compression_ffmpeg portmonitors
@traversaro traversaro requested a review from Nicogene July 11, 2023 11:06
@traversaro
Copy link
Member Author

CI is happy, we can address any comment in future PRs.

@traversaro traversaro merged commit f6cf94d into master Jul 11, 2023
36 checks passed
@traversaro traversaro deleted the addcompressionpm branch July 11, 2023 13:13
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.

1 participant