Skip to content

Commit

Permalink
Update Video Processing on FPGA (#187)
Browse files Browse the repository at this point in the history
Project description updated
  • Loading branch information
harshbhosale01 authored Jul 16, 2023
1 parent 1888634 commit 032747c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions _projects/FPGA_Video_Processing.md
Original file line number Diff line number Diff line change
@@ -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 |

<br>

### 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) <br>
[What is an FPGA?](https://www.youtube.com/watch?v=WY-F3knih7c) <br>
[What is TMDS encoding?](https://en.wikipedia.org/wiki/Transition-minimized_differential_signaling) <br>

0 comments on commit 032747c

Please sign in to comment.