Function holoscan::viz::ImageCudaDevice
Defined in File holoviz.hpp
-
void holoscan::viz::ImageCudaDevice(uint32_t width, uint32_t height, ImageFormat fmt, CUdeviceptr device_ptr)
Defines the image data for this layer, source is Cuda device memory.
If the image has a alpha value it’s multiplied with the layer opacity.
- Parameters
width – width of the image
height – height of the image
fmt – image format
device_ptr – Cuda device memory pointer