VART-X  0.3.0
vart_videoframe.hpp File Reference

VideoFrame module for managing video frame memory. More...

#include <xrt/xrt_bo.h>
#include <vector>
#include "vart_device.hpp"
#include "vart_memory_types.hpp"
#include "vart_videoframe_types.hpp"
Include dependency graph for vart_videoframe.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vart::VideoFrame
 This module simplifies the management of video frame memory and provides APIs for mapping and unmapping frame data to user space to read and write. The VideoFrame class offers flexibility for applications to encapsulate their own memory into the VideoFrame class. In such instances, the application bears the responsibility for deallocating the frame memory. More...
 

Namespaces

 vart
 VART (Vitis AI Runtime) public API namespace.
 

Detailed Description

VideoFrame module for managing video frame memory.