v_frmbuf_rd
Vitis Drivers API Documentation
|
This header file contains layer 2 API's of the frame buffer read core driver.The functions contained herein provides a high level implementation of features provided by the IP, abstracting away the register level details from the user
Frame Buffer Read IP Features
The Frame Buffer Read IP supports following features
Dependency
This driver makes use of the video enumerations and data types defined in the Xilinx Video Common Driver (video_common_vX.x) and as such the common driver must be included as dependency to compile this driver
Initialization & Configuration
The device driver enables higher layer software (e.g., an application) to communicate with the frame buffer read core.
Driver is built with layered architecture
Before using the layer-2 API's user must initialize the core by calling API XVFrmbufRd_Initialize(). This function will look for a configuration structure for the device and initialize it to defined HW settings. It is recommended user always make use of Layer-2 API to interact with this core. Advanced users always have the capability to directly interact with the IP core using Layer-1 API's that perform low level register peek/poke.
Pre-Requisite's
Interrupts
Driver is configured to operate both in polling as well as interrupt mode.
Virtual Memory
This driver supports Virtual Memory. The RTOS is responsible for calculating the correct device base address in Virtual Memory space.
Threads
This driver is not thread safe. Any needs for threads or thread mutual exclusion must be satisfied by the layer above this driver.
MODIFICATION HISTORY:
Ver Who Date Changes
1.00 vyc 04/05/17 Initial Release 2.00 vyc 10/04/17 Add second buffer pointer for semi-planar formats Add memory formats RGBA8, YUVA8, BGRA8, BGRX8, UYVY8 3.00 vyc 04/04/18 Add interlaced support Add new memory format BGR8 Add interrupt handler for ap_ready 4.10 vv 02/05/19 Added new pixel formats with 12 and 16 bpc. 4.50 kp 13/07/21 Added new 3 planar video format Y_U_V8 4.60 kp 12/03/21 Added new 3 planar video format Y_U_V10 4.70 pg 05/23/23 Added new 3 planar video format Y_U_V8_420.