You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the near future, the following carrier and portmonitors may be useful for people working on video streams (@nunoguedelha@S-Dafarra@prashanthr05 just to mention a few):
ffmpeg_grabber and ffmpeg_writer devices (depends on ffmpeg)
image_compression_ffmpeg portmonitor (depends on ffmpeg)
Ideally I would like to avoid adding more options to the superbuild to simplify the life of people (more options increase the possibility of getting options wrong). However, at this point I start being a bit afraid of dependency size. On apt systems, this new options will require to install the following dependencies:
some dependencies (ffmpeg) are already opencv dependendecies so we are already installing them, but a quick check reveals that on the top of an existing superbuild installation these dependencies add:
61.3 MB of additional disk space will be used
@Nicogene@vtikha@xEnVrE do you think that this additional used space is problematic? I am particularly curious to understand if this could be a problem for Docker or can/pc104 robots.
The text was updated successfully, but these errors were encountered:
traversaro
changed the title
Enable h264 support on YARP in the superbuild?
Enable h264 and ffmpeg support on YARP in the superbuild?
Mar 24, 2022
In the near future, the following carrier and portmonitors may be useful for people working on video streams (@nunoguedelha @S-Dafarra @prashanthr05 just to mention a few):
ffmpeg_grabber
andffmpeg_writer
devices (depends on ffmpeg)h264
carrier (depends on gstreamer and ffmpeg)image_compression_ffmpeg
portmonitor (depends on ffmpeg)Ideally I would like to avoid adding more options to the superbuild to simplify the life of people (more options increase the possibility of getting options wrong). However, at this point I start being a bit afraid of dependency size. On apt systems, this new options will require to install the following dependencies:
some dependencies (ffmpeg) are already opencv dependendecies so we are already installing them, but a quick check reveals that on the top of an existing superbuild installation these dependencies add:
@Nicogene @vtikha @xEnVrE do you think that this additional used space is problematic? I am particularly curious to understand if this could be a problem for Docker or can/pc104 robots.
The text was updated successfully, but these errors were encountered: