Jump to content
  • 0

Time stamping on HDMI video


chaitusvk

Question

7 answers to this question

Recommended Posts

Essentially, you will have to decode the DVI input, count the pixels, replace the right pixels and encode the DVI output. Check https://github.com/Digilent/Zybo-Z7-20-HDMI for a bare-metal example for video buffering and forwarding. You can overwrite the right pixels in the frame buffer in software or in FPGA by manipulating the video stream on the AXI4-Stream bus. Ready-made IP: https://www.xilinx.com/products/intellectual-property/ef-di-vid-mix.html

Good luck!

Link to comment
Share on other sites

On 1/10/2020 at 3:53 PM, elodg said:

Essentially, you will have to decode the DVI input, count the pixels, replace the right pixels and encode the DVI output. Check https://github.com/Digilent/Zybo-Z7-20-HDMI for a bare-metal example for video buffering and forwarding. You can overwrite the right pixels in the frame buffer in software or in FPGA by manipulating the video stream on the AXI4-Stream bus. Ready-made IP: https://www.xilinx.com/products/intellectual-property/ef-di-vid-mix.html

Good luck!

Thank you very elodg ....

 

Link to comment
Share on other sites

On 1/10/2020 at 3:53 PM, elodg said:

Essentially, you will have to decode the DVI input, count the pixels, replace the right pixels and encode the DVI output. Check https://github.com/Digilent/Zybo-Z7-20-HDMI for a bare-metal example for video buffering and forwarding. You can overwrite the right pixels in the frame buffer in software or in FPGA by manipulating the video stream on the AXI4-Stream bus. Ready-made IP: https://www.xilinx.com/products/intellectual-property/ef-di-vid-mix.html

Good luck!

@elodg I tried running demo after compiling in VIVADO 2019.1 , but it shows HDMI unplugged, but my PC is detecting the port

please confirm me  that first i have to choose 

1. Display resolution and then 

2. I have to start streaming with option "5" 

Link to comment
Share on other sites

On 1/17/2020 at 6:53 AM, chaitusvk said:

@elodg   i have tried pixel blackout in place of logo with VIVADO HLS , but how to save the logo it is taking 4kb  space ....

 

 

On 1/10/2020 at 3:53 PM, elodg said:

Essentially, you will have to decode the DVI input, count the pixels, replace the right pixels and encode the DVI output. Check https://github.com/Digilent/Zybo-Z7-20-HDMI for a bare-metal example for video buffering and forwarding. You can overwrite the right pixels in the frame buffer in software or in FPGA by manipulating the video stream on the AXI4-Stream bus. Ready-made IP: https://www.xilinx.com/products/intellectual-property/ef-di-vid-mix.html

Good luck!

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...