Closed Supernova1114 closed 7 months ago
https://github.com/ros-misc-utilities/ffmpeg_image_transport https://github.com/NU-Haptics-Lab/ffmpeg_image_transport/tree/cuda_conversion
Update: for the normal ffmpeg package without CUDA, this recently got added to the ROS apt index.
sudo apt update & sudo apt install ros-humble-ffmpeg-image-transport
ros2 run image_transport list_transports
To test package with CUDA, go to the cuda_conversion repo linked above, and build from source. Not sure if you will need to uninstall the original package from apt or not.
TODO:
Ended up using ROS image transport with cpp code and opencv. https://github.com/SaddlebackCollegeRobotics/televideo_2023_24
https://github.com/ros-misc-utilities/ffmpeg_image_transport https://github.com/NU-Haptics-Lab/ffmpeg_image_transport/tree/cuda_conversion
Update: for the normal ffmpeg package without CUDA, this recently got added to the ROS apt index.
sudo apt update & sudo apt install ros-humble-ffmpeg-image-transport
ros2 run image_transport list_transports
To test package with CUDA, go to the cuda_conversion repo linked above, and build from source. Not sure if you will need to uninstall the original package from apt or not.
TODO: