umdlife / psdk_ros2

This repository is a ROS 2 wrapper for the DJI PSDK libraries.

Home Page:https://umdlife.github.io/psdk_ros2/documentation/Introduction.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Potential GPU optimization for camera streaming

biancabnd opened this issue · comments

Feature request

Feature description

The wrapper performs a decoding procedure to shift from H264 to RGB data when streaming the camera images. This is now done on the CPU of the pc where this package runs. It would be possible to optimize this by performing this procedure on the GPU. Nvidia has libraries and modules specifically designed for streaming decoding.

Implementation considerations

Are you willing to submit a pull request to implement this change?