Author Topic: video output processing (FPGA)  (Read 1506 times)

0 Members and 1 Guest are viewing this topic.

Offline bbsfooTopic starter

  • Newbie
  • Posts: 1
  • Country: hk
video output processing (FPGA)
« on: August 26, 2016, 01:13:50 am »
One systems output 320x240 RGB signal, and displayed on the LCD(320x240). Now requires the output to 480x320 LCD, centered image, do not stretch.

how?
 

Offline obiwanjacobi

  • Frequent Contributor
  • **
  • Posts: 988
  • Country: nl
  • What's this yippee-yayoh pin you talk about!?
    • Marctronix Blog
Re: video output processing (FPGA)
« Reply #1 on: August 26, 2016, 08:42:11 am »
Count...

 :popcorn:
Arduino Template Library | Zalt Z80 Computer
Wrong code should not compile!
 
The following users thanked this post: Kilrah

Offline Scrts

  • Frequent Contributor
  • **
  • Posts: 797
  • Country: lt
Re: video output processing (FPGA)
« Reply #2 on: August 26, 2016, 02:57:52 pm »
Generate black video of 480x320 and overlay your original video on top. For Altera it's like 5 minutes job: Add color pattern generator, uniform background: RGB 0,0,0. Then add Alpha blending mixer, connect ch0 to the pattern generator and ch1 to your video. Alpha <= '1' on both. Done.
 

Offline obiwanjacobi

  • Frequent Contributor
  • **
  • Posts: 988
  • Country: nl
  • What's this yippee-yayoh pin you talk about!?
    • Marctronix Blog
Re: video output processing (FPGA)
« Reply #3 on: August 26, 2016, 03:08:04 pm »
Well, if it's real VGA (analog) you need some ADCs in there too, I think....
Also, you may need to resample to correct for timing differences in the video signals..?
Arduino Template Library | Zalt Z80 Computer
Wrong code should not compile!
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf