Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

how to change NTSC to PAL

In DE2_TV project,the design converts DVD video into a format suitable for display on a CRT/LCD monitor.Now I want to use the CCD camera to connect to the VIDEO IN port on the DE2 board.I think the DVD signal is NTSC format and the CCD camera is PAL(not ensure).I try to modify the register value in I2C_AV_Config.v,but not success.

SET_VIDEO+0:LUT_DATA<=16'h1500

SET_VIDEO+1:LUT_DATA<=16'h1741

SET_VIDEO+2:LUT_DATA<=16'h3a16

SET_VIDEO+3:LUT_DATA<=16'h5004

SET_VIDEO+4:LUT_DATA<=16'hc305

SET_VIDEO+5:LUT_DATA<=16'hc480

SET_VIDEO+6:LUT_DATA<=16'h0e80

SET_VIDEO+7:LUT_DATA<=16'h5020

SET_VIDEO+8:LUT_DATA<=16'h5218

SET_VIDEO+9:LUT_DATA<=16'h58ed

SET_VIDEO+10:LUT_DATA<=16'h77c5

SET_VIDEO+11:LUT_DATA<=16'h7c93

SET_VIDEO+12:LUT_DATA<=16'h7d00

SET_VIDEO+13:LUT_DATA<=16'hd048

SET_VIDEO+14:LUT_DATA<=16'hd5a0

SET_VIDEO+15:LUT_DATA<=16'hd7ea

SET_VIDEO+16:LUT_DATA<=16'he43e

SET_VIDEO+17:LUT_DATA<=16'hea0f

SET_VIDEO+18:LUT_DATA<=16'h3112

SET_VIDEO+19:LUT_DATA<=16'h3241

SET_VIDEO+20:LUT_DATA<=16'h3384

SET_VIDEO+21:LUT_DATA<=16'h37A0

SET_VIDEO+22:LUT_DATA<=16'he580

SET_VIDEO+23:LUT_DATA<=16'he603

SET_VIDEO+24:LUT_DATA<=16'he785

SET_VIDEO+25:LUT_DATA<=16'h5000

SET_VIDEO+26:LUT_DATA<=16'h5100

SET_VIDEO+27:LUT_DATA<=16'h0050

How to change the register values?How to let my ccd mamera work on DE2 board?

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I also have the smae problem

    and I change the rigister e5-e7 to e8-ea, it can work(with pal camera), but didinot have color.

    can someone help us?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by xiaobinic@Jul 26 2006, 04:54 AM

    i also have the smae problem

    and i change the rigister e5-e7 to e8-ea, it can work(with pal camera), but didinot have color.

    can someone help us?

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=17127)

    --- quote end ---

    --- Quote End ---

    i have also tried doing this making e5-67 reg in i2c config to e8- ea

    and iam having a roll over in the coming video can some body help me in this