From 032747cf71a750e2dc7b13f416d2d34357533d8a Mon Sep 17 00:00:00 2001 From: harsh <101572374+harshbhosale01@users.noreply.github.com> Date: Sun, 16 Jul 2023 13:23:37 +0530 Subject: [PATCH] Update Video Processing on FPGA (#187) Project description updated --- _projects/FPGA_Video_Processing.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/_projects/FPGA_Video_Processing.md b/_projects/FPGA_Video_Processing.md index e4e5880..61296a1 100644 --- a/_projects/FPGA_Video_Processing.md +++ b/_projects/FPGA_Video_Processing.md @@ -1,20 +1,19 @@ --- layout: page -title: Video Processing on FPGA -description: Implementing image processing algorithms on realtime footage and displaying it on vga display +title: Digital Signal Processing on FPGA +description: Implementing Video/Image processing algorithms on realtime footage and displaying it on HDMI display. importance: 1 --- | Project Domains | Mentors | Project Difficulty | |-----------------------------------------------------------------|------------------------------|--------------------| -| Digital Design, Domain Specific Architectures, Video Processing | Harsh Bhosale, Vansh Panchal | Medium | +| Digital Design, Domain Specific Architectures, Communication Protocols| Harsh Bhosale, Vansh Panchal | Medium |
### Project Description - -The FPGA will be interfaced with ov7670 camera and HDMi display, and Contour detection will be applied to the footage from camera. - +In this project, you will write IP (intellectual property) core for HDMI interfacing with FPGA, we will use TMDS encoding for it. Furthermore, OV7670 Camera Module will be interfaced for Video/Image capturing and Video/Image processing algorithms like Contour detection will be applied to footage. ### Resources -[What is an FPGA?](https://www.youtube.com/watch?v=WY-F3knih7c)
\ No newline at end of file +[What is an FPGA?](https://www.youtube.com/watch?v=WY-F3knih7c)
+[What is TMDS encoding?](https://en.wikipedia.org/wiki/Transition-minimized_differential_signaling)
\ No newline at end of file