Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

How to implement zooming effect?

Altera_Forum
Honored Contributor II
1,310 Views

I would like to ask how to implement zooming effect on the Terasic Multimedia Touch Panel Daughter Board by the LCD TV demonstration of "MTDB_LCD_TV". That means how to modify the programme / module(s) in order to have zooming effect.

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
506 Views

1. You need to define the periphery of the zoom wrt to the touch point. 

2. Once the sensor detects the touch on the screen at a particular point, you can calculate the periphery and display that portion of the image. 

3. The zoomed image must be available in more number of pixels compared to the original image.
0 Kudos
Reply