Streaming on board
We are going to install FFmpeg with hardware encoding capabilities. For this we will install the graphics card driver:
Next, will checkout the FFmpeg repository:
Now we will configure and compile it with vaapi support. We will install it in /opt/ffmpeg so that it doesn't eventually conflict with the Ubuntu ffmpeg package:
Update the LD_LIBRARY_PATH before compiling nimbro_cam_transport so that it finds the libraries. Add it to your .bashrc file:
Testing the vaapi encoding
Run the node of your realsense camera and the camera encoder:
You can monitor the actual usage of the graphics card by running sudo intel-gpu-top :
Last updated