-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Video Processing on FPGA (#187)
Project description updated
- Loading branch information
1 parent
1888634
commit 032747c
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |