Quantcast
Channel: EngineerZone: Message List
Viewing all articles
Browse latest Browse all 28044

ADV7611 ; how to transfer 720x480p60 using bt.656 ??

$
0
0

i'am luis in Korea

 

wish you would understand i am poor at ENGLISH.

 

ADV7611 receive 720X480P60 image(RASPBERRY PI)

and i wannt to send 720x480p60 using bt.656 to encoder( not used hs,vs,de)

 

below my code. plz check my code. I2C ADDRESS SETTING is skipped.

 

282 //----------------------------------------------------------------

283      0x98, 0x01, 0x06 ,  // Prim_Mode[3:0] & VFREQ[6:4]

284      0x98, 0x02, 0xF5 ,  // Auto CSC, YCrCb out, Set op_656 bit

285      0x98, 0x03, 0x42 ,  // 36 bit SDR 444 Mode 0

286      0x98, 0x04, 0x60 ,  // OP_CH_SEL & XTAL_FREQ_SEL

287      0x98, 0x05, 0x28 ,  // AV Codes OFF

288      0x98, 0x0B, 0x44 ,  // Power up part

289      0x98, 0x0C, 0x42 ,  // Power up part

290      0x98, 0x14, 0x7F ,  // Max Drive Strength

291      0x98, 0x15, 0x80 ,  // Disable Tristate of Pins

292      0x98, 0x19, 0x83 ,  // LLC DLL phase -720x480p 54Mhz

293      0x98, 0x33, 0x40 ,  // LLC DLL enable

294

295      0x44, 0xBA, 0x01 ,  // Set HDMI FreeRun

296

297      0x64, 0x40, 0x81 ,  // Disable HDCP 1.1 features

298

299      0x68, 0x9B, 0x03 ,  // ADI recommended setting

 

300 #if 0

301      0x68, 0xC1, 0x01 ,  // ADI recommended setting

302      0x68, 0xC2, 0x01 ,  // ADI recommended setting

303      0x68, 0xC3, 0x01 ,  // ADI recommended setting

304      0x68, 0xC4, 0x01 ,  // ADI recommended setting

305      0x68, 0xC5, 0x01 ,  // ADI recommended setting

306      0x68, 0xC6, 0x01 ,  // ADI recommended setting

307      0x68, 0xC7, 0x01 ,  // ADI recommended setting

308      0x68, 0xC8, 0x01 ,  // ADI recommended setting

309      0x68, 0xC9, 0x01 ,  // ADI recommended setting

310      0x68, 0xCA, 0x01 ,  // ADI recommended setting

311      0x68, 0xCB, 0x01 ,  // ADI recommended setting

312      0x68, 0xCC, 0x01 ,  // ADI recommended setting

313 #endif

 

314      0x68, 0x00, 0x08 ,  // Set HDMI Input Port A (BG_MEAS_PORT_SEL = 001b)

315      0x68, 0x02, 0x03 ,  // Enable Ports A & B in background mode

316

317      0x68, 0x83, 0xFC ,  // Enable clock terminators for port A & B

318      0x68, 0x6F, 0x0C,   // ADI recommended setting

319      0x68, 0x85, 0x1F,   // ADI recommended setting

320      0x68, 0x87, 0x70,   // ADI recommended setting

321      0x68, 0x8D, 0x04,   // LFG Port A

322      0x68, 0x8E, 0x1E,   // HFG Port A

323      0x68, 0x1A, 0x8A,   // unmute audio

324      0x68, 0x57, 0xDA,   // ADI recommended setting

325      0x68, 0x58, 0x01,   // ADI recommended setting

326

327      0x68, 0x75, 0x10,   // DDC drive strength

328      0x68, 0x90, 0x04,   // LFG Port B

329      0x68, 0x91, 0x1E,   // HFG Port B

330

331      0x98, 0x03, 0x00,   // 8-bit SDR ITU-656 mode

332      0x98, 0x19, 0xC3,   // LLC DLL phase (Matt)

333      0x98, 0x04, 0x42,   // OP_CH_SEL

334      0x98, 0x05, 0x2C,   // AV code on


Viewing all articles
Browse latest Browse all 28044

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>